:root{--bg:#000;--card:#0d0d0d;--card2:#111;--red:#e50909;--white:#fff;--muted:#9a9a9a;--line:#292929;--green:transparent}
*{box-sizing:border-box}html{background:#000;scroll-behavior:smooth}body{margin:0;background:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.5}a{color:#fff;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}
 .site-header{height:82px;background:#000;border-bottom:1px solid #222;display:flex;align-items:center;padding:12px 24px;position:sticky;top:0;z-index:80}.brand{display:flex;align-items:center;gap:11px;font-size:25px;font-weight:850;letter-spacing:-1.4px}.brand-mark{width:48px;height:48px;border-radius:18px;background:var(--red);display:grid;place-items:center;font-size:27px}.header-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.wallet-mini{font-size:13px;color:#aaa;border:1px solid #303030;background:#0d0d0d;border-radius:14px;padding:8px 12px}.wallet-mini strong{display:block;color:#fff;font-size:15px}.cart-chip{min-height:48px;border:1px solid #303030;background:#0d0d0d;border-radius:16px;padding:0 15px;display:flex;align-items:center;gap:10px;font-size:16px}.cart-count{min-width:28px;height:28px;border-radius:50%;background:var(--red);display:grid;place-items:center;font-weight:850}.menu-btn{width:48px;height:48px;border:1px solid var(--red);background:var(--red);border-radius:17px;color:#fff;display:grid;place-items:center}.hamburger{width:20px;display:grid;gap:5px}.hamburger i{display:block;height:2px;background:#fff;border-radius:2px}
.drawer{position:fixed;inset:0;background:rgba(0,0,0,.78);z-index:100;display:none}.drawer.open{display:block}.drawer-panel{position:absolute;right:0;top:0;width:min(430px,92vw);height:100%;overflow:auto;background:#080808;border-left:1px solid #333;padding:25px}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:20px}.drawer-close{background:#111;border:1px solid #444;color:#fff;border-radius:12px;padding:9px 14px}.drawer a{display:flex;align-items:center;gap:14px;padding:15px 5px;border-bottom:1px solid #1e1e1e;font-size:17px}.icon{width:21px;height:21px;display:inline-grid;place-items:center;color:#fff}.icon svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
main{min-height:55vh}.section,.page{max-width:1240px;margin:auto;padding:42px 24px}.page{max-width:1160px}.section-label{color:var(--red);font-size:12px;font-weight:850;letter-spacing:5px;margin-bottom:24px}.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-title-row h2,.page h1{font-size:clamp(34px,5vw,52px);line-height:1;letter-spacing:-1.8px;margin:0 0 22px;font-weight:850}.section-title-row a{color:var(--red);font-weight:800}.hero-wrap{max-width:1240px;margin:auto;padding:16px 24px 8px}.hero-media{height:min(42vw,440px);min-height:220px;border:1px solid #2b2b2b;border-radius:20px;overflow:hidden;background:#101010;position:relative}.hero-media img,.hero-media video{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;inset:auto 0 0;padding:24px;background:linear-gradient(transparent,rgba(0,0,0,.9))} .hero-overlay h1{font-size:clamp(28px,5vw,52px);line-height:.95;letter-spacing:-3px;margin:8px 0}.hero-overlay p{max-width:620px;color:#d0d0d0}.hero-placeholder{height:100%;display:flex;flex-direction:column;justify-content:center;padding:7vw;background:linear-gradient(135deg,#141414,#030303)} .hero-placeholder h1{font-size:clamp(34px,6vw,60px);line-height:.92;letter-spacing:-4px;margin:8px 0}.hero-placeholder p{color:#aaa;max-width:560px}.notice-section{max-width:1240px;margin:auto;padding:12px 24px} .notice-box{height:44px;border:1px solid #303030;border-radius:14px;background:#0c0c0c;display:flex;align-items:center;overflow:hidden}.notice-track{white-space:nowrap;display:inline-block;animation:marquee 22s linear infinite;padding-left:100%}@keyframes marquee{to{transform:translateX(-100%)}}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px} .category-card{display:block;background:#101010;border:1px solid #2a2a2a;border-radius:18px;overflow:hidden;transition:.18s}.category-card:hover{border-color:var(--red);transform:translateY(-2px)}.category-image{height:150px;background:#171717}.category-image img{width:100%;height:100%;object-fit:cover;display:block}.category-body{padding:14px}.category-body h3{font-size:18px;margin:0 0 6px}.category-body p{color:#777;margin:0}.filter-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:18px}.filter{white-space:nowrap;background:#0e0e0e;border:1px solid #333;color:#fff;border-radius:14px;padding:12px 20px}.filter.active{background:var(--red);border-color:var(--red)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px} .product-card{background:#101010;border:1px solid #292929;border-radius:18px;overflow:hidden} .product-image{height:190px;background:#171717;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-body{padding:16px}.product-cat{color:var(--red);font-size:12px;font-weight:850;letter-spacing:2px}.product-body h3{font-size:20px;margin:9px 0}.product-body p{color:#999;min-height:50px;margin:0}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.price{font-size:21px;font-weight:900}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #3a3a3a;background:#111;color:#fff;border-radius:12px;padding:11px 16px;font-weight:800}.btn.primary{background:var(--red);border-color:var(--red)}.btn.full{width:100%}.btn.small{padding:9px 13px;font-size:14px}.btn.danger{border-color:#5a1111;color:#ff6969} .media-section{display:none!important}.media-rail{display:flex;gap:18px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory}.media-card{flex:0 0 330px;background:#101010;border:1px solid #2b2b2b;border-radius:22px;padding:13px;scroll-snap-align:start}.media-thumb{height:190px;border-radius:15px;background:#181818;overflow:hidden;position:relative}.media-thumb img,.media-thumb video{width:100%;height:100%;object-fit:cover;display:block}.play-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:rgba(0,0,0,.72);border:2px solid #fff;display:grid;place-items:center}.play-triangle{margin-left:4px;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:14px solid #fff}.media-card h3{margin:14px 6px 3px}.media-card p{color:#888;margin:0 6px 5px;font-size:14px} .offer-section{max-width:1240px;margin:10px auto 55px;padding:45px 38px;border:1px solid #4a1111;border-radius:20px;background:linear-gradient(120deg,#160505,#050505)} .offer-section h2{font-size:clamp(34px,5vw,52px);line-height:.95;letter-spacing:-3px;margin:8px 0 18px}.offer-section p{color:#aaa;max-width:620px}
.panel{background:#101010;border:1px solid #2b2b2b;border-radius:24px;padding:28px;margin-bottom:20px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:34px}.detail-image{min-height:480px;border:1px solid #2a2a2a;border-radius:26px;overflow:hidden;background:#111}.detail-image img,.detail-image video{width:100%;height:100%;min-height:480px;object-fit:cover;display:block}.detail-copy h1{font-size:clamp(43px,6vw,70px);line-height:.94;letter-spacing:-3px;margin:0 0 15px}.validity{background:#0b0b0b;border:1px solid #292929;border-radius:20px;padding:22px;margin:25px 0}.validity h3{margin:0 0 12px}.plan{width:100%;display:flex;align-items:center;justify-content:space-between;background:#111;border:1px solid #333;color:#fff;border-radius:15px;padding:17px;margin:9px 0;text-align:left}.plan.selected{border-color:var(--red);background:#190505}.plan strong{font-size:19px}.whatsapp-box{border:1px solid var(--red);border-radius:16px;padding:16px 18px;margin:18px 0}.whatsapp-box label{display:block;color:#aaa;font-size:13px;margin-bottom:5px}.whatsapp-box input{width:100%;background:transparent;border:0;outline:0;color:#fff;font-size:18px}.actions{display:flex;gap:10px;flex-wrap:wrap}.details{margin-top:20px}.details h2{margin-top:0}.details p,.details li{color:#bbb}.checkout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.pay-method{display:block;width:100%;text-align:left;background:#101010;color:#fff;border:1px solid #2c2c2c;border-radius:18px;padding:20px;margin:10px 0}.pay-method.active{border-color:var(--red);background:#170505}.pay-method h3{margin:0}.summary{height:max-content;position:sticky;top:125px}.payment-box{max-width:760px;margin:auto;background:#101010;border:1px solid #2b2b2b;border-radius:25px;padding:36px}.payment-number{display:flex;align-items:center;gap:12px;border:1px solid var(--red);border-radius:15px;padding:15px;margin:18px 0}.payment-number strong{font-size:clamp(24px,5vw,36px);letter-spacing:1px}.copy-btn{margin-left:auto;background:#171717;color:#fff;border:1px solid #444;border-radius:10px;padding:9px 13px}.field{margin:16px 0}.field label,label{display:block;margin-bottom:7px}.field input,.field textarea,input,textarea,select{width:100%;background:#0d0d0d;border:1px solid #383838;color:#fff;border-radius:13px;padding:13px 14px;outline:none}.field input:focus,input:focus,textarea:focus,select:focus{border-color:var(--red)}.amount-display{font-size:30px;font-weight:900;border-color:var(--red)!important}.order-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:17px 0;border-bottom:1px solid #242424}.status{border:1px solid #555;border-radius:999px;padding:6px 11px;font-size:13px}.status.paid{border-color:var(--green);color:var(--green)}.empty{border:1px dashed #3a3a3a;border-radius:20px;padding:45px;text-align:center;color:#999}.auth-card{max-width:560px;margin:auto}.auth-links{color:#aaa}.auth-links a{color:#fff;text-decoration:underline}.password-row{display:flex;gap:8px}.password-row input{flex:1}.check{display:flex;align-items:center;gap:9px;color:#bbb;margin:15px 0}.check input{width:auto}.footer{border-top:1px solid #222;margin-top:50px}.footer-inner{max-width:1240px;margin:auto;padding:35px 34px;display:flex;justify-content:space-between;gap:20px;color:#888}.footer-inner strong{color:#fff;font-size:20px}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.phone-large{font-size:34px;font-weight:900;color:#fff;letter-spacing:1px}.faq details{border:1px solid #292929;background:#101010;border-radius:15px;padding:18px 20px;margin:10px 0}.faq summary{font-weight:800;cursor:pointer}.faq p{color:#aaa}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.admin-list{display:grid;gap:10px}.admin-item{background:#0c0c0c;border:1px solid #2a2a2a;border-radius:15px;padding:15px}.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);background:#151515;border:1px solid #444;color:#fff;border-radius:12px;padding:12px 18px;z-index:200;box-shadow:0 8px 30px rgba(0,0,0,.5)}
@media(max-width:900px){.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.checkout-grid,.admin-grid{grid-template-columns:1fr}.summary{position:static}.site-header{padding:13px 18px}.brand{font-size:25px}.brand-mark{width:54px;height:54px}.header-actions{gap:7px}.wallet-mini{display:none}.cart-chip{font-size:17px}.menu-btn{width:54px;height:54px}.section,.page{padding:52px 20px}.hero-wrap{padding:18px 20px}.notice-section{padding:15px 20px}}
@media(max-width:620px){.category-grid{grid-template-columns:1fr 1fr;gap:12px}.category-image{height:110px}.category-body{padding:15px}.category-body h3{font-size:17px}.product-grid{grid-template-columns:1fr}.product-image{height:220px}.section-title-row{display:block}.section-title-row h2{margin-bottom:14px}.hero-media{min-height:260px;border-radius:20px}.hero-overlay{padding:22px}.hero-overlay h1{font-size:38px}.product-detail{gap:20px}.detail-image,.detail-image img,.detail-image video{min-height:340px}.payment-box{padding:22px}.footer-inner{display:block}.footer-links{margin-top:20px}.media-card{flex-basis:290px}}

/* Ekaanto compact mobile/desktop scale */
.store-products{padding-top:8px}
.store-products .product-grid{margin-top:0}
@media (max-width:900px){.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.wallet-mini{display:none}.site-header{padding:10px 16px}.section,.page{padding:32px 16px}.hero-wrap{padding:12px 16px 6px}.notice-section{padding:8px 16px}.hero-media{min-height:190px}.category-image{height:105px}.product-image{height:170px}}
@media (max-width:520px){.brand{font-size:22px}.brand-mark{width:44px;height:44px;font-size:24px}.header-actions{gap:7px}.cart-chip{padding:0 10px;font-size:15px}.menu-btn{width:44px;height:44px}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card{border-radius:14px}.category-body{padding:11px}.category-body h3{font-size:16px}.category-body p{font-size:12px}.product-card{border-radius:15px}.product-image{height:145px}.product-body{padding:12px}.product-body h3{font-size:17px}.product-body p{font-size:13px;min-height:38px}.price{font-size:18px}.price-row{margin-top:12px}.btn{padding:9px 12px;font-size:13px}.section-title-row h2,.page h1{font-size:34px}.section-label{font-size:10px;letter-spacing:3px}.notice-box{height:38px;font-size:13px}.hero-placeholder{padding:30px}.hero-placeholder h1{font-size:38px}.offer-section{margin:8px 16px 35px;padding:32px 22px;border-radius:18px}.offer-section h2{font-size:38px}}
/* Final compact typography and spacing pass */
h1,h2,h3,p{overflow-wrap:anywhere}
.page h1,.detail-copy h1{font-size:clamp(30px,4vw,48px);letter-spacing:-1.5px}
.page h2,.panel h2{font-size:clamp(22px,3vw,32px);letter-spacing:-.6px}
.panel{padding:20px;border-radius:18px}
.detail-image{min-height:380px;border-radius:20px}.detail-image img,.detail-image video{min-height:380px}
.validity{padding:17px;margin:18px 0}.plan{padding:14px;margin:7px 0}.whatsapp-box{padding:13px 15px;margin:14px 0}.whatsapp-box input{font-size:16px}
.payment-box{padding:24px;border-radius:20px}.payment-number strong{font-size:clamp(20px,4vw,30px)}
.field{margin:12px 0}.field input,.field textarea,input,textarea,select{padding:11px 12px}
@media(max-width:620px){
  .site-header{height:70px;padding:9px 12px}.brand{font-size:20px;gap:8px}.brand-mark{width:40px;height:40px;font-size:23px;border-radius:13px}.cart-chip{min-height:40px;border-radius:12px;padding:0 8px;font-size:14px}.cart-count{min-width:24px;height:24px}.menu-btn{width:40px;height:40px;border-radius:13px}.hamburger{width:18px;gap:4px}
  .section,.page{padding:26px 14px}.hero-wrap{padding:10px 14px 5px}.notice-section{padding:6px 14px}.hero-media{min-height:170px;height:48vw;border-radius:16px}.hero-placeholder{padding:24px}.hero-placeholder h1{font-size:30px;letter-spacing:-1.5px}.hero-overlay{padding:18px}.hero-overlay h1{font-size:30px;letter-spacing:-1.5px}
  .section-label{font-size:9px;letter-spacing:3px;margin-bottom:10px}.section-title-row h2,.page h1{font-size:30px;letter-spacing:-1.2px;margin-bottom:14px}.section-title-row a{font-size:14px}
  .category-grid{grid-template-columns:1fr 1fr;gap:9px}.category-image{height:88px}.category-body{padding:9px}.category-body h3{font-size:14px}.category-body p{font-size:11px}
  .product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-image{height:130px}.product-body{padding:10px}.product-cat{font-size:9px;letter-spacing:1px}.product-body h3{font-size:15px;margin:5px 0}.product-body p{font-size:11px;line-height:1.35;min-height:32px}.price{font-size:16px}.price-row{margin-top:9px;gap:6px}.btn{padding:8px 10px;font-size:12px;border-radius:10px}.btn.small{padding:7px 9px;font-size:11px}
  .product-detail{gap:16px}.detail-image,.detail-image img,.detail-image video{min-height:250px;height:250px}.detail-copy h1{font-size:30px}.panel{padding:16px;border-radius:16px;margin-bottom:14px}.panel h2{font-size:23px}.plan{padding:12px;font-size:14px}.plan strong{font-size:15px}.payment-box{padding:17px}.payment-number{padding:12px}.copy-btn{padding:7px 10px}.phone-large{font-size:26px}
  .offer-section{margin:8px 14px 30px;padding:28px 18px}.offer-section h2{font-size:32px}
}

/* Ekaanto V8 visual corrections */
.home-banner-wrap{padding-top:10px;padding-bottom:2px}.home-banner-wrap .hero-media{height:min(34vw,390px);min-height:170px;border-radius:18px;background:#080808}.hero-slide{width:100%;height:100%;cursor:pointer}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.6);color:#fff;font-size:28px;line-height:1}.hero-prev{left:12px}.hero-next{right:12px}.hero-dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:7px}.hero-dot{width:8px;height:8px;padding:0;border-radius:50%;border:0;background:#777}.hero-dot.active{background:#fff}.home-categories{padding-top:28px}.home-categories .section-label{margin-bottom:12px}.home-categories .section-title-row h2{font-size:clamp(28px,4vw,42px);margin-bottom:16px}.category-grid{grid-template-columns:repeat(4,1fr);gap:12px}.category-card{border-radius:16px}.category-image{height:125px}.category-body{padding:12px}.category-body h3{font-size:17px}.product-image{height:175px}.product-body h3{font-size:18px}.product-body p{font-size:14px;min-height:42px}.price{font-size:19px}.btn{padding:10px 14px}.site-header{height:72px;padding:10px 20px}.brand{font-size:22px}.brand-mark{width:44px;height:44px}.header-actions{gap:8px}.wallet-mini{padding:6px 9px;font-size:11px}.wallet-mini strong{font-size:13px}.cart-chip{min-height:44px;padding:0 12px;font-size:15px}.menu-btn{width:44px;height:44px}.section,.page{padding:32px 20px}.section-label{margin-bottom:14px}.section-title-row{gap:12px}.section-title-row h2,.page h1{font-size:clamp(28px,5vw,44px)}.offer-section{display:none}.media-section{display:none!important}@media(max-width:800px){.category-grid{grid-template-columns:repeat(2,1fr)}.home-banner-wrap .hero-media{height:210px;min-height:0}.category-image{height:120px}}@media(max-width:520px){.site-header{height:68px;padding:9px 14px}.brand{gap:8px;font-size:20px}.brand-mark{width:42px;height:42px;border-radius:14px}.wallet-mini{display:none}.cart-chip{min-height:42px;padding:0 10px}.menu-btn{width:42px;height:42px}.home-banner-wrap{padding:8px 14px 0}.notice-section{padding:8px 14px}.home-categories{padding:26px 14px}.category-grid{gap:10px}.category-image{height:105px}.category-body{padding:10px}.category-body h3{font-size:16px}.category-body p{font-size:13px}.hero-arrow{width:34px;height:34px}}

/* Ekaanto V9 final compact layout */
.ui-icon{width:18px;height:18px;display:inline-grid;place-items:center;flex:0 0 18px}.ui-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.wallet-mini{display:flex;align-items:center;gap:6px;padding:6px 9px;color:#fff;font-size:12px}.wallet-mini strong{font-size:13px;line-height:1}.cart-chip .icon{width:18px;height:18px}.cart-chip .icon svg{width:18px;height:18px}
.product-media-link{display:block}.product-image{background:#151515}.product-image img,.category-image img{object-fit:cover}
.compact-action{padding:8px 11px;font-size:12px;border-radius:10px;white-space:nowrap}.wish-btn{margin-top:8px!important}.product-body{padding:12px}.product-body p{min-height:36px}.price{font-size:17px}.price-row{margin-top:10px;align-items:center}.product-card{min-width:0}.category-grid,.product-grid{align-items:stretch}
.admin-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 120px 120px;gap:12px;align-items:center}.admin-toolbar h2{margin:0 0 4px}.admin-stat{border:1px solid #2b2b2b;background:#0b0b0b;border-radius:14px;padding:14px;text-align:center}.admin-stat strong{display:block;font-size:24px}.admin-stat span{font-size:12px;color:#999}.admin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.admin-head h2{margin:0 0 4px}.admin-head .muted{margin:0}.admin-inline-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.admin-item{padding:13px}.admin-item-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.admin-item-actions{display:flex;gap:6px}.icon-btn{width:34px;height:34px;border:1px solid #3a3a3a;background:#111;color:#fff;border-radius:9px;display:grid;place-items:center;padding:0}.icon-btn.danger{border-color:#651313;color:#fff;background:#190505}.save-cat-one,.save-prod-one{margin-top:2px}.admin-list{gap:9px}
.wallet-summary{text-align:center}.wallet-balance{font-size:clamp(34px,7vw,58px);font-weight:900;letter-spacing:-2px}.payment-number{align-items:center}.payment-number strong{color:#fff}
.hero-arrow{display:grid;place-items:center}.hero-arrow .ui-icon{width:20px;height:20px}.hero-arrow .ui-icon svg{width:20px;height:20px}.hero-prev .ui-icon{transform:rotate(180deg)}
@media(max-width:900px){
  .site-header{height:68px;padding:9px 14px}.brand{font-size:20px;gap:8px}.brand-mark{width:42px;height:42px}.header-actions{gap:7px}.wallet-mini{display:flex;font-size:11px;padding:6px 7px;border-radius:10px}.wallet-mini strong{font-size:12px}.cart-chip{min-height:42px;padding:0 9px;font-size:14px;border-radius:12px}.menu-btn{width:42px;height:42px;border-radius:13px}
  .section,.page{padding:28px 14px}.home-categories{padding:24px 14px}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-image{height:115px}.category-body{padding:10px}.category-body h3{font-size:16px}.category-body p{font-size:12px}.product-image{height:145px}.product-body h3{font-size:16px;margin:5px 0}.product-body p{font-size:11px;line-height:1.35;min-height:34px}.price{font-size:15px}.compact-action{padding:7px 9px;font-size:11px}.wish-btn{padding:7px 9px!important;font-size:11px!important}.section-title-row h2,.page h1{font-size:30px}.section-label{font-size:9px;letter-spacing:3px}.admin-toolbar{grid-template-columns:1fr 1fr}.admin-toolbar>div:first-child{grid-column:1/-1}.admin-inline-grid{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr}.admin-stat{padding:10px}
}
@media(max-width:520px){
  .site-header{padding:8px 10px}.brand{font-size:19px}.brand-mark{width:40px;height:40px;font-size:22px;border-radius:12px}.header-actions{gap:5px}.wallet-mini{padding:5px 6px}.wallet-mini .ui-icon{display:none}.wallet-mini strong{font-size:11px}.cart-chip{min-height:40px;padding:0 7px;font-size:13px;gap:5px}.cart-chip .icon{display:none}.cart-count{min-width:23px;height:23px;font-size:12px}.menu-btn{width:40px;height:40px}
  .category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-image{height:96px}.category-card{border-radius:14px}.category-body{padding:9px}.category-body h3{font-size:14px}.category-body p{font-size:10px}.product-card{border-radius:14px}.product-image{height:125px}.product-body{padding:9px}.product-cat{font-size:8px;letter-spacing:1px}.product-body h3{font-size:14px}.product-body p{font-size:10px;min-height:30px}.price{font-size:14px}.price-row{gap:5px}.compact-action{padding:6px 8px;font-size:10px}.wish-btn{padding:6px 8px!important;font-size:10px!important}.section-title-row h2,.page h1{font-size:28px}.page h1{line-height:1.05}.admin-toolbar{grid-template-columns:1fr 1fr}.admin-panel .panel{padding:14px}
}


/* Compact icon-only cart + wallet balance header */
.wallet-mini{display:flex;align-items:center;justify-content:center;gap:6px;min-width:72px;height:44px;padding:0 10px;color:#fff;border:1px solid #303030;background:#0d0d0d;border-radius:12px}
.wallet-mini .icon,.cart-chip .icon{width:19px;height:19px;display:inline-flex;flex:0 0 19px}
.wallet-mini .icon svg,.cart-chip .icon svg{width:100%;height:100%;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wallet-mini strong{display:inline;color:#fff;font-size:14px;line-height:1;font-weight:800;white-space:nowrap}
.cart-chip{min-width:52px;width:52px;height:44px;min-height:44px;padding:0 7px;justify-content:center;gap:5px}
.cart-chip .icon{width:20px;height:20px;flex-basis:20px}
.cart-count{min-width:23px;height:23px;font-size:12px}
@media(max-width:520px){
  .header-actions{gap:6px}
  .wallet-mini{display:flex;min-width:65px;width:auto;height:42px;padding:0 7px;border-radius:12px}
  .wallet-mini .icon{width:18px;height:18px;flex-basis:18px}
  .wallet-mini strong{font-size:12px}
  .cart-chip{display:flex;width:48px;min-width:48px;height:42px;min-height:42px;padding:0 5px;border-radius:12px}
  .cart-chip .icon{display:inline-flex;width:18px;height:18px;flex-basis:18px}
  .cart-count{min-width:22px;height:22px;font-size:11px}
}
@media(max-width:390px){
  .wallet-mini{min-width:59px;padding:0 5px;gap:4px}
  .wallet-mini strong{font-size:11px}
  .cart-chip{width:45px;min-width:45px;padding:0 4px;gap:3px}
  .cart-chip .icon{width:17px;height:17px;flex-basis:17px}
  .cart-count{min-width:21px;height:21px}
}

/* Ekaanto V10: compact two-column products + contained header controls */
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.product-card{min-width:0}
.price-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;margin-top:10px}
.price{font-size:15px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.compact-action{height:36px;min-width:0;padding:0 10px;font-size:11px;border-radius:10px;white-space:nowrap}
.wish-btn{height:34px;min-width:0;padding:0 10px!important;font-size:11px!important;border-radius:10px!important;white-space:nowrap;max-width:100%}

.wallet-mini{display:flex!important;align-items:center;justify-content:center;gap:5px;width:76px;min-width:76px;height:42px;padding:0 6px!important;overflow:hidden;white-space:nowrap}
.wallet-mini .icon{width:18px;height:18px;flex:0 0 18px;overflow:hidden}
.wallet-mini strong{display:block!important;min-width:0;max-width:47px;overflow:hidden;text-overflow:clip;white-space:nowrap;font-size:11px!important;line-height:1;font-weight:800}
.cart-chip{display:flex!important;align-items:center;justify-content:center;width:54px;min-width:54px;height:42px;min-height:42px;padding:0 4px!important;gap:4px;overflow:hidden;white-space:nowrap}
.cart-chip .icon{display:inline-flex!important;width:18px;height:18px;flex:0 0 18px;overflow:hidden}
.cart-count{display:grid!important;place-items:center;width:23px;min-width:23px;height:23px;max-width:23px;border-radius:50%;font-size:10px;line-height:1;overflow:hidden;white-space:nowrap;flex:0 0 23px}

@media(max-width:900px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-image{height:145px}
  .product-body{padding:10px}
  .product-body h3{font-size:15px;margin:5px 0}
  .product-body p{font-size:11px;line-height:1.35;min-height:34px}
  .product-cat{font-size:9px;letter-spacing:1px}
  .price{font-size:14px}
  .compact-action{height:34px;padding:0 9px;font-size:10px}
  .wish-btn{height:32px;padding:0 9px!important;font-size:10px!important}
}
@media(max-width:520px){
  .site-header{height:64px;padding:8px 10px}
  .brand{font-size:18px;gap:7px;min-width:0}
  .brand-mark{width:38px;height:38px;font-size:21px;border-radius:11px;flex:0 0 38px}
  .header-actions{gap:5px;min-width:0}
  .wallet-mini{width:70px;min-width:70px;height:40px;padding:0 5px!important;border-radius:11px;gap:4px}
  .wallet-mini .icon{width:17px;height:17px;flex-basis:17px}
  .wallet-mini strong{font-size:10px!important;max-width:43px}
  .cart-chip{width:50px;min-width:50px;height:40px;min-height:40px;padding:0 3px!important;gap:3px;border-radius:11px}
  .cart-chip .icon{width:17px;height:17px;flex-basis:17px}
  .cart-count{width:22px;min-width:22px;max-width:22px;height:22px;font-size:10px;flex-basis:22px}
  .menu-btn{width:40px;height:40px;border-radius:11px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .product-card{border-radius:13px}
  .product-image{height:125px}
  .product-body{padding:9px}
  .product-body h3{font-size:14px}
  .product-body p{font-size:10px;min-height:30px}
  .price{font-size:13px}
  .compact-action{height:31px;padding:0 7px;font-size:9px;border-radius:9px}
  .wish-btn{height:30px;padding:0 7px!important;font-size:9px!important;border-radius:9px!important}
}
@media(max-width:360px){
  .brand{font-size:17px}
  .brand-mark{width:36px;height:36px;flex-basis:36px}
  .wallet-mini{width:66px;min-width:66px}
  .cart-chip{width:48px;min-width:48px}
  .menu-btn{width:38px;height:38px}
  .header-actions{gap:4px}
  .wallet-mini strong{font-size:9px!important;max-width:40px}
  .product-body p{min-height:28px}
  .compact-action{font-size:8.5px;padding:0 6px}
  .wish-btn{font-size:8.5px!important;padding:0 6px!important}
}

/* V11 order/admin polish */
.order-card{overflow:hidden}.order-meta{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid #242424}.order-items{padding:10px 0;line-height:1.8}.status.approved,.status.success{border-color:#fff;color:#fff}.status.rejected{border-color:var(--red);color:var(--red)}.admin-session{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-card{width:100%}.wallet-summary{overflow:hidden}.wallet-balance{font-size:clamp(32px,8vw,58px);font-weight:900;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-item{overflow:hidden}.admin-item input,.admin-item select{min-width:0}@media(max-width:520px){.order-row{gap:10px}.order-meta{font-size:12px}.admin-toolbar{grid-template-columns:1fr 1fr}.admin-toolbar>div:first-child{grid-column:1/-1}.admin-session{font-size:12px}.wallet-balance{font-size:38px}}

/* Ekaanto V13: compact admin hamburger navigation + product details */
.admin-mobile-nav{display:flex;align-items:center;gap:10px;position:sticky;top:8px;z-index:50;margin-bottom:10px}
.admin-menu-btn{width:42px;height:38px;border:1px solid var(--border,#333);background:#000;color:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}
.admin-menu-btn span{display:block;width:20px;height:2px;background:#fff;border-radius:2px}
.admin-drawer{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:100;display:none}
.admin-drawer.open{display:block}
.admin-drawer-panel{width:min(300px,82vw);height:100%;background:#000;border-right:1px solid #e50909;padding:18px;box-sizing:border-box;overflow:auto}
.admin-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#fff}
.admin-drawer-panel a{display:flex;align-items:center;min-height:42px;padding:0 12px;margin:5px 0;border:1px solid #222;border-radius:9px;color:#fff;text-decoration:none;background:#000}
.admin-drawer-panel a:hover{border-color:#e50909;background:#e50909}
.admin-drawer-close{border:0;background:#e50909;color:#fff;width:34px;height:34px;border-radius:8px;font-size:22px;cursor:pointer}
.product-details-text{white-space:pre-line;line-height:1.65;color:#fff}
.admin-item textarea{width:100%;box-sizing:border-box;resize:vertical;min-height:100px;background:#000;color:#fff;border:1px solid #333;border-radius:8px;padding:10px;font:inherit}

/* V14 admin control menu */
.admin-menu-btn{position:fixed;top:12px;right:12px;z-index:120;width:42px;height:40px;border:1px solid #e50909;background:#000;color:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}
.admin-menu-btn span{display:block;width:20px;height:2px;background:#fff;border-radius:2px}
.admin-drawer{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:110;display:none}
.admin-drawer.open{display:block}
.admin-drawer-panel{width:min(310px,84vw);height:100%;background:#000;border-right:1px solid #e50909;padding:18px;overflow:auto;box-sizing:border-box}
.admin-drawer-head{display:flex;align-items:center;justify-content:space-between;color:#fff;margin-bottom:16px}
.admin-drawer-panel a{display:flex;align-items:center;min-height:42px;padding:0 12px;margin:6px 0;border:1px solid #222;border-radius:9px;color:#fff;text-decoration:none;background:#000}
.admin-drawer-panel a:hover{background:#e50909;border-color:#e50909}
.admin-drawer-close{border:0;background:#e50909;color:#fff;width:34px;height:34px;border-radius:8px;font-size:22px;cursor:pointer}
#adminUsers .admin-item-actions{flex-wrap:wrap}
#adminUsers .admin-item-actions .btn{min-width:0}
@media(max-width:520px){.admin-menu-btn{top:9px;right:9px;width:40px;height:38px}.admin-drawer-panel{padding:14px;width:82vw}}

/* V15 complete control UI */
.product-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.product-info-grid>div{background:#0b0b0b;border:1px solid #292929;border-radius:13px;padding:12px}.product-info-grid span{display:block;color:#777;font-size:12px}.product-info-grid strong{display:block;margin-top:3px}.detail-two{display:grid;grid-template-columns:1fr 1fr;gap:22px}.details details{border-top:1px solid #292929;padding:12px 0}.details summary{cursor:pointer;font-weight:800}.review-item{border-top:1px solid #292929;padding:14px 0}.review-item span{color:#fff;margin-left:10px}.review-item small{color:#999}.admin-control-grid{display:grid;grid-template-columns:1fr;gap:20px}.admin-kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:20px}.admin-kpis .panel{margin:0;padding:18px}.admin-kpis strong{display:block;font-size:22px}.admin-kpis span{color:#999;font-size:12px}.report-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:15px 0}.report-grid>div{border:1px solid #292929;border-radius:12px;padding:12px;color:#aaa}.report-grid strong{display:block;color:#fff;font-size:18px;margin-top:3px}.subscription-card{margin-bottom:14px}.admin-item-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.admin-item-actions .btn{margin:0}.admin-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-head h2{margin:0}.admin-inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-inline-grid input,.admin-inline-grid select{min-width:0}.compact-action{padding:9px 12px!important;font-size:13px!important}.admin-drawer a{display:flex;align-items:center;padding:13px 4px;border-bottom:1px solid #1d1d1d}.admin-drawer{position:fixed;inset:0;background:rgba(0,0,0,.8);z-index:200;display:none}.admin-drawer.open{display:block}.admin-drawer-panel{position:absolute;right:0;top:0;width:min(430px,92vw);height:100%;overflow:auto;background:#080808;border-left:1px solid #333;padding:24px}.admin-menu-btn{position:fixed;right:20px;top:18px;z-index:220;width:48px;height:48px;border:1px solid #e50909;background:#e50909;border-radius:15px;display:grid;place-items:center}.admin-menu-btn span{display:block;width:20px;height:2px;background:#fff;margin:2px}.admin-drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:20px}.admin-drawer-close{background:#111;border:1px solid #444;color:#fff;border-radius:10px;padding:8px 12px}.admin-stat{min-width:110px}.admin-stat strong{display:block;font-size:22px}.admin-stat span{color:#999;font-size:12px}
@media(max-width:800px){.admin-kpis{grid-template-columns:repeat(2,1fr)}.admin-inline-grid,.detail-two,.product-info-grid{grid-template-columns:1fr}.admin-stat{min-width:0}.admin-toolbar{padding-right:70px}.report-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.admin-kpis{grid-template-columns:1fr 1fr}.report-grid{grid-template-columns:1fr 1fr}.admin-menu-btn{right:12px;top:12px}.site-header{height:68px;padding:9px 12px}.brand{font-size:20px}.brand-mark{width:38px;height:38px;border-radius:13px;font-size:21px}.header-actions{gap:7px}.wallet-mini{padding:6px 8px;border-radius:11px}.wallet-mini strong{font-size:13px;max-width:88px;overflow:hidden;text-overflow:ellipsis}.cart-chip{min-height:42px;padding:0 9px;border-radius:12px;gap:5px}.cart-count{min-width:23px;height:23px;font-size:11px}.menu-btn{width:42px;height:42px;border-radius:13px}}
/* V15.1 Admin + homepage fixes */
.admin-page{background:#000!important}.admin-page-main{max-width:1280px!important;padding:28px 18px 60px!important}.admin-toolbar{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-bottom:20px}.admin-toolbar>div:first-child{flex:1;min-width:240px}.admin-stat{padding:14px 16px;border:1px solid #2b2b2b;border-radius:14px;background:#0b0b0b;min-width:100px}.admin-stat strong{font-size:24px;display:block}.admin-stat span{color:#999;font-size:12px}.admin-section-title{font-size:18px;font-weight:850;margin:26px 0 12px;color:#fff}.category-admin-item,.product-admin-item{border:1px solid #292929}.product-admin-item{margin-bottom:12px}.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-box{background:#090909;border:1px solid #292929;border-radius:18px;padding:16px}.home-banner-admin{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-banner-slot{background:#090909;border:1px solid #292929;border-radius:18px;padding:15px}.banner-preview{width:100%;aspect-ratio:16/7;min-height:150px;border-radius:14px;background:#111;overflow:hidden;display:grid;place-items:center;color:#666}.banner-preview img{width:100%;height:100%;object-fit:cover;display:block}.admin-drawer-panel{right:auto;left:0;border-right:1px solid #333;border-left:0}.admin-menu-btn{right:auto;left:18px}.admin-drawer{background:rgba(0,0,0,.78)}
@media(max-width:800px){.promo-grid,.home-banner-admin{grid-template-columns:1fr}.admin-page-main{padding:18px 12px 50px!important}.admin-toolbar{padding:16px}.admin-stat{min-width:85px}.admin-inline-grid{grid-template-columns:1fr}.admin-drawer-panel{width:min(330px,88vw)}}
/* Homepage banner: no blank frame around the image; fixed usable size and 7s carousel */
.home-banner-wrap{padding:10px 14px 0}.home-banner-wrap .hero-media{width:100%;height:min(390px,38vw);min-height:210px;border-radius:18px;overflow:hidden;background:#000}.home-banner-wrap .hero-slide,.home-banner-wrap .hero-slide img{width:100%;height:100%;display:block}.home-banner-wrap .hero-slide img{object-fit:cover}.home-banner-wrap .hero-media{border:1px solid #292929}.home-banner-wrap .hero-arrow{z-index:3}.home-banner-wrap .hero-dots{z-index:4}
@media(max-width:520px){.home-banner-wrap{padding:8px 10px 0}.home-banner-wrap .hero-media{height:56vw;min-height:205px;border-radius:14px}.home-banner-wrap .hero-arrow{width:34px;height:34px}}

/* Product cards: compact two-action row */
.card-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:8px;margin-top:10px}
.card-actions .btn{width:100%;white-space:nowrap}
/* Product detail: six fields in three compact cards */
.product-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}
.product-info-item{background:#0d0d0d;border:1px solid #292929;border-radius:14px;padding:14px 15px;min-width:0}
.product-info-item span{display:block;color:#777;font-size:12px;margin-bottom:5px}
.product-info-item strong{display:block;color:#fff;font-size:15px;line-height:1.25;overflow-wrap:anywhere}
.selected-summary{display:flex;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #252525;color:#999;font-size:13px}
.selected-summary strong{color:#fff;margin-left:5px}
@media(max-width:620px){
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .category-card{border-radius:16px}
  .category-image{height:155px}
  .category-body{padding:14px}
  .category-body h3{font-size:18px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .product-image{height:205px}
  .product-body{padding:12px}
  .product-body h3{font-size:17px}
  .product-body p{font-size:12px;min-height:42px}
  .price-row{margin-top:10px}
  .card-actions{grid-template-columns:1fr 1.2fr;gap:6px}
  .card-actions .btn{padding:9px 7px;font-size:11px;border-radius:10px}
  .product-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .product-info-item{padding:11px 9px;border-radius:12px}
  .product-info-item span{font-size:10px}
  .product-info-item strong{font-size:13px}
}

/* Ekaanto V11: product card price must remain fully visible on narrow screens */
.product-card .price-row{grid-template-columns:minmax(0,1fr) auto;gap:6px}
.product-card .price{overflow:visible;text-overflow:clip;white-space:nowrap;font-size:15px;letter-spacing:-.2px}
.product-card .compact-action{width:auto;min-width:52px;padding-left:10px;padding-right:10px;font-size:11px}
@media(max-width:520px){
  .product-card .price{font-size:14px}
  .product-card .compact-action{min-width:48px;height:30px;padding:0 9px;font-size:10px}
}
@media(max-width:390px){
  .product-card .price{font-size:13px}
  .product-card .compact-action{min-width:44px;padding:0 8px;font-size:9px}
}

/* Ekaanto V16: polished auth + payment UI */
.google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;margin:10px 0;background:#fff;color:#111;border:1px solid #ddd;border-radius:13px;font-weight:800;cursor:pointer;font-size:15px}
.google-btn:before{content:'G';display:grid;place-items:center;width:24px;height:24px;border-radius:50%;font-weight:900;color:#4285f4;background:#f5f5f5}
.auth-divider{display:flex;align-items:center;gap:10px;margin:18px 0;color:#666;font-size:12px;text-transform:uppercase;letter-spacing:1px}.auth-divider:before,.auth-divider:after{content:'';height:1px;background:#292929;flex:1}.auth-divider span{white-space:nowrap}
.payment-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.payment-hero h1{margin:4px 0 8px}.payment-badge{border:1px solid #333;background:#111;border-radius:999px;padding:8px 12px;font-size:12px;white-space:nowrap}.payment-card{max-width:820px;margin:auto}.payment-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}.payment-brand-mark{width:48px;height:48px;border-radius:14px;background:#e50909;display:grid;place-items:center;font-weight:900;font-size:22px}.payment-brand strong{font-size:18px}.payment-instructions{color:#aaa;line-height:1.65}.payment-id-box{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #333;background:#0b0b0b;border-radius:16px;margin:14px 0}.payment-id-box .id-value{font-size:24px;font-weight:900;letter-spacing:.5px}.payment-id-box small{display:block;color:#777;margin-bottom:3px}.rate-card{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.rate-card>div{background:#0b0b0b;border:1px solid #292929;border-radius:15px;padding:14px}.rate-card span{display:block;color:#777;font-size:12px}.rate-card strong{display:block;margin-top:5px;font-size:19px}.usd-amount{font-size:30px!important;font-weight:900!important;border-color:#e50909!important}.amount-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px}.amount-pair .field{margin:0}.payment-warning{background:#160505;border:1px solid #4b1515;color:#ddd;border-radius:14px;padding:13px 15px;font-size:13px;line-height:1.5}.method-logo{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#111;border:1px solid #333;font-weight:900}.pay-method{display:flex;align-items:center;gap:12px}.pay-method-copy{flex:1}.pay-method .muted{margin:3px 0 0}.pay-method.active .method-logo{border-color:#e50909;background:#190505}.payment-submit{margin-top:18px}
@media(max-width:560px){.payment-hero{display:block}.payment-badge{display:inline-block;margin-top:8px}.rate-card,.amount-pair{grid-template-columns:1fr}.payment-id-box .id-value{font-size:20px}.payment-box{padding:18px}.google-btn{min-height:46px}}
/* V19 compact all-in-one admin managers */
.catalog-manager-grid{display:grid;grid-template-columns:1fr 1.45fr;gap:16px;margin-top:18px}
.catalog-manager{min-width:0}
.admin-editor-card{background:#050505;border:1px solid #2a2a2a;border-radius:14px;padding:14px;margin-top:12px}
.admin-editor-card .field{margin-bottom:10px}
.admin-editor-card textarea{min-height:70px}
.compact-manager-item,.compact-promo-item{padding:12px;margin-bottom:9px;border-radius:12px}
.manager-item-main,.promo-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.manager-item-main>div,.promo-item-head>div{min-width:0}
.manager-item-main strong,.promo-item-head strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.manager-item-main .muted,.promo-item-head .muted{font-size:11px;margin-top:3px}
.promo-item-head{margin-bottom:10px}
.promo-item-head>div{display:flex;align-items:center;gap:9px;min-width:0}
.promo-item-head>div .muted{white-space:nowrap}
#categoryAdmin,#productAdmin,#discountPromoAdmin,#walletPromoAdmin{margin-top:10px}
@media(max-width:900px){.catalog-manager-grid{grid-template-columns:1fr}}
@media(max-width:560px){.admin-editor-card{padding:11px}.manager-item-main,.promo-item-head{align-items:flex-start}.promo-item-head>div{display:block}.promo-item-head>div .muted{display:block}.compact-manager-item .admin-item-actions,.compact-promo-item .admin-item-actions{gap:6px}.compact-manager-item .btn,.compact-promo-item .btn{padding:7px 9px!important;font-size:11px!important}}

/* Ekaanto V20: product card actions + price range */
.product-card .price-row{display:block!important;min-width:0}
.product-card .price{display:block!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;line-height:1.15!important;font-weight:900}
.product-card .card-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:7px!important;margin-top:9px!important;width:100%!important}
.product-card .card-actions .btn{width:100%!important;min-width:0!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.product-card .wish-btn{margin-top:0!important}
.admin-page-main button,.admin-page-main a,.admin-page-main input,.admin-page-main select,.admin-page-main textarea{touch-action:manipulation}
.admin-page-main button{position:relative;z-index:2}
@media(max-width:520px){
 .product-card .price{font-size:13px!important;letter-spacing:-.35px}
 .product-card .card-actions{grid-template-columns:1fr 1fr!important;gap:6px!important}
 .product-card .card-actions .btn{height:34px!important;padding:0 6px!important;font-size:10px!important}
}

/* Ekaanto V22 homepage photo/video preview */
.banner-preview video{width:100%;height:100%;object-fit:cover;display:block;background:#000}
.hero-media video,.hero-slide video{width:100%;height:100%;object-fit:cover;display:block;background:#000}
.home-banner-slot .field{margin-bottom:12px}

/* Ekaanto V24: compact product actions and stable admin controls */
.compact-card-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;align-items:center;width:100%}
.compact-card-actions .btn{min-width:0!important;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:10px!important;padding-right:10px!important}
.product-card .price-row{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:34px}
.product-card .price{white-space:nowrap;font-size:clamp(14px,3.8vw,18px);font-weight:800}
.product-card .card-actions{margin-top:8px}
.home-categories .category-grid{margin-top:8px}
.admin-item-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.admin-item-actions .btn{touch-action:manipulation;position:relative;z-index:2}
.admin-editor-card,.home-banner-slot{position:relative;z-index:1}
@media(max-width:520px){.compact-card-actions{gap:6px}.compact-card-actions .btn{font-size:13px!important;padding:9px 8px!important}.product-card .price{font-size:15px}.admin-item-actions .btn{min-height:42px}}

/* Ekaanto V38: product page - separate plan/price from product details */
.purchase-box{background:#0b0b0b;border:1px solid #292929;border-radius:20px;padding:18px;margin-top:20px}
.purchase-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.purchase-label{display:block;color:#e50909;font-size:11px;font-weight:900;letter-spacing:1.5px;margin-bottom:4px}
.purchase-head h3{margin:0;font-size:20px}
.selected-price{text-align:right;min-width:110px}
.selected-price small{display:block;color:#777;font-size:11px;margin-bottom:3px}
.selected-price strong{font-size:24px;color:#fff}
.plans-list{display:grid;gap:8px}
.plans-list .plan{margin:0;min-height:58px;padding:12px 14px}
.plans-list .plan>span{display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.plans-list .plan b{font-size:15px}
.plans-list .plan small{color:#777;font-size:11px}
.plans-list .plan>strong{font-size:17px}
.selected-plan-line{border-top:1px solid #242424;margin-top:10px;padding-top:10px;color:#888;font-size:12px}
.selected-plan-line strong{color:#fff;margin-left:4px}
.product-details-section{width:100%;margin-top:22px}
.product-details-section .details.panel{margin:0;padding:20px;border-radius:20px}
.details-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.details-heading h2{margin:0;font-size:24px}
.details-badge{border:1px solid #333;background:#111;border-radius:999px;padding:7px 11px;color:#aaa;font-size:11px;white-space:nowrap}
.product-details-section .product-details-text{background:#0b0b0b;border:1px solid #252525;border-radius:14px;padding:14px;color:#bbb;line-height:1.65;margin-bottom:12px}
.product-details-section .product-info-grid{margin:0}
@media(max-width:700px){
 .purchase-head{align-items:flex-start}
 .selected-price strong{font-size:21px}
 .product-details-section .details.panel{padding:15px}
}
@media(max-width:430px){
 .purchase-box{padding:13px;border-radius:16px}
 .purchase-head{display:block}
 .selected-price{text-align:left;margin-top:10px}
 .plans-list .plan{padding:11px 12px}
 .details-heading{align-items:flex-start}
 .details-badge{font-size:10px;padding:6px 8px}
}
/* V38 product details layout refinement */
.purchase-box{padding:14px 16px;margin-top:18px;border-radius:16px}
.purchase-head{margin-bottom:10px}
.purchase-head h3{font-size:17px}
.selected-price{min-width:90px}
.selected-price strong{font-size:22px}
.plans-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.plans-list .plan{min-height:52px;padding:10px 12px;border-radius:12px}
.plans-list .plan>span{display:block}
.plans-list .plan b{font-size:13px}
.plans-list .plan>strong{font-size:15px}
.selected-plan-line{margin-top:8px;padding-top:8px;font-size:11px}
.product-details-section{margin-top:18px}
.product-details-section .details.panel{padding:16px;border-radius:16px}
.details-heading{margin-bottom:12px}
.details-heading h2{font-size:21px}
.product-details-section .product-details-text{padding:12px;margin-bottom:10px}
.details-description{margin-top:5px;color:#bbb;line-height:1.6}
.product-details-section .product-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.product-details-section .product-info-grid .info-item{padding:10px 11px;border-radius:11px}
@media(max-width:700px){.plans-list{grid-template-columns:repeat(2,minmax(0,1fr))}.product-details-section .product-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:430px){.purchase-box{padding:12px}.plans-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.plans-list .plan{padding:9px 10px}.product-details-section .product-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.product-details-section .product-info-grid .info-item{padding:9px 10px}}
