:root{
  --bg:#070b12;--bg-2:#0b111c;--panel:#0e1725;--panel-2:#111d2d;--line:#22344b;--line-soft:#18263a;
  --text:#f7f9fc;--muted:#9aabc0;--red:#e31b23;--red-2:#ff3941;--blue:#1e9cff;--green:#24c875;--yellow:#ffbd2e;
  --shadow:0 24px 70px rgba(0,0,0,.38);--radius:18px;--radius-sm:12px;--container:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;overflow-x:hidden}body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.container{width:min(var(--container),calc(100% - 32px));margin:auto}.muted{color:var(--muted)}.hide{display:none!important}.text-red{color:var(--red-2)}.text-green{color:var(--green)}.text-blue{color:var(--blue)}.text-yellow{color:var(--yellow)}.right{text-align:right}.center{text-align:center}.nowrap{white-space:nowrap}.w-full{width:100%}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-0{margin-bottom:0}.gap-1{gap:8px}.gap-2{gap:16px}.flex{display:flex}.between{justify-content:space-between}.align-center{align-items:center}.wrap{flex-wrap:wrap}

.app-loading{position:fixed;inset:0;background:radial-gradient(circle at 50% 45%,#17253a 0,#080d16 45%,#05080d 100%);display:grid;place-content:center;z-index:9999;text-align:center}.app-loading img{width:190px;height:120px;object-fit:contain;margin:auto;filter:drop-shadow(0 16px 25px rgba(227,27,35,.25))}.loading-line{width:210px;height:4px;border-radius:99px;background:#1a2637;overflow:hidden;margin-top:16px}.loading-line span{display:block;height:100%;width:40%;background:linear-gradient(90deg,var(--red),var(--blue));animation:loading 1s ease-in-out infinite}@keyframes loading{0%{transform:translateX(-120%)}100%{transform:translateX(350%)}}

.topbar{background:#05080e;border-bottom:1px solid var(--line-soft);font-size:12px;color:#b7c4d4}.topbar .container{height:34px;display:flex;justify-content:space-between;align-items:center}.topbar-links{display:flex;gap:18px}.topbar a:hover{color:#fff}.main-header{position:sticky;top:0;z-index:80;background:rgba(8,13,22,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(39,57,79,.78)}.header-row{height:78px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;min-width:205px}.brand img{width:58px;height:48px;object-fit:contain}.brand-copy b{display:block;font-size:18px;line-height:1.05}.brand-copy small{color:var(--muted);font-size:10px;letter-spacing:.08em}.desktop-nav{display:flex;align-items:center;gap:6px}.desktop-nav a{padding:10px 12px;border-radius:10px;font-size:14px;color:#c5d0df;font-weight:650}.desktop-nav a:hover,.desktop-nav a.active{background:#131f30;color:#fff}.desktop-nav a.active{box-shadow:inset 0 -2px var(--red)}.header-search{flex:1;position:relative;max-width:480px}.header-search input{width:100%;height:44px;background:#101a29;border:1px solid #243750;border-radius:12px;color:#fff;padding:0 50px 0 16px;outline:0}.header-search input:focus{border-color:#3e6c9e;box-shadow:0 0 0 3px rgba(30,156,255,.12)}.header-search button{position:absolute;right:5px;top:5px;width:34px;height:34px;border:0;border-radius:9px;background:var(--red);color:#fff;font-weight:800}.header-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.icon-button{height:42px;min-width:42px;border-radius:12px;border:1px solid #26384f;background:#101a29;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;font-weight:700}.icon-button:hover{border-color:#456181;background:#142237}.icon-button .badge{min-width:20px;height:20px;padding:0 5px;border-radius:99px;background:var(--red);display:inline-grid;place-items:center;font-size:11px}.user-button{max-width:150px}.user-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hamburger{display:none}.category-bar{border-top:1px solid #101a28;background:#090f19}.category-bar .container{height:44px;display:flex;align-items:center;gap:22px;overflow:auto;scrollbar-width:none}.category-bar .container::-webkit-scrollbar{display:none}.category-link{white-space:nowrap;font-size:13px;color:#a9b8ca}.category-link:hover{color:#fff}.category-link strong{color:var(--red-2)}

.page{min-height:65vh}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 50%,rgba(30,156,255,.16),transparent 38%),linear-gradient(135deg,#0c1624 0,#080d16 58%,#130b10 100%);border-bottom:1px solid var(--line-soft)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(35,54,78,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(35,54,78,.15) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent)}.hero-grid{min-height:520px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;position:relative}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid #29415f;background:rgba(14,24,38,.8);border-radius:999px;padding:7px 12px;color:#bcd0e7;font-size:12px;font-weight:700}.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 15px var(--green)}.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.04;margin:20px 0 18px;letter-spacing:-.045em;max-width:760px}.hero h1 span{background:linear-gradient(90deg,#fff 0,#ff6a70 48%,#e31b23 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{font-size:18px;color:#aab8c9;max-width:650px;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{border:0;border-radius:12px;min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:780;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--red),#ff3540);color:#fff;box-shadow:0 12px 28px rgba(227,27,35,.22)}.btn-primary:hover{box-shadow:0 16px 35px rgba(227,27,35,.32)}.btn-secondary{background:#121e2e;border:1px solid #2b405b;color:#fff}.btn-secondary:hover{border-color:#4c6b8f}.btn-ghost{background:transparent;border:1px solid #2b405b;color:#c6d3e2}.btn-danger{background:#3a1117;color:#ff8589;border:1px solid #69232a}.btn-success{background:#0e3825;color:#8df0bd;border:1px solid #185a3b}.btn-sm{min-height:36px;padding:0 12px;border-radius:10px;font-size:12px}.btn-lg{min-height:52px;padding:0 24px;font-size:15px}.hero-trust{display:flex;gap:22px;margin-top:30px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;color:#c7d4e2;font-size:13px}.trust-icon{width:34px;height:34px;border:1px solid #2b4665;background:#0d1928;border-radius:10px;display:grid;place-items:center;color:var(--blue)}.hero-art{position:relative}.hero-art img{width:100%;filter:drop-shadow(0 35px 45px rgba(0,0,0,.45));transform:translateY(8px)}.hero-promo-card{position:absolute;right:3%;bottom:8%;background:rgba(9,15,25,.9);backdrop-filter:blur(12px);border:1px solid #324861;border-radius:16px;padding:14px 18px;box-shadow:var(--shadow)}.hero-promo-card strong{font-size:22px;color:#fff}.hero-promo-card small{display:block;color:#9fb0c3}.hero-promo-card b{color:#ff4d54}

.section{padding:74px 0}.section-sm{padding:45px 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-title h2{font-size:clamp(26px,3vw,38px);margin:0 0 8px;letter-spacing:-.03em}.section-title p{margin:0;color:var(--muted)}.section-link{color:#c7d6e8;font-weight:700;font-size:14px}.section-link:hover{color:#fff}.surface{background:var(--bg-2)}

.benefits{margin-top:-26px;position:relative;z-index:2}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#0f1826;border:1px solid #263a52;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.benefit{display:flex;align-items:center;gap:14px;padding:22px;border-right:1px solid #263a52}.benefit:last-child{border-right:0}.benefit-icon{width:46px;height:46px;border:1px solid #2e4d6e;background:#101e30;border-radius:13px;display:grid;place-items:center;font-size:21px}.benefit b{display:block;font-size:14px}.benefit small{color:var(--muted);font-size:12px}

.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{position:relative;min-height:132px;padding:20px;border:1px solid #23364d;background:linear-gradient(145deg,#101a29,#0b121d);border-radius:16px;transition:.2s ease;overflow:hidden}.category-card:before{content:"";position:absolute;inset:auto -35px -45px auto;width:115px;height:115px;background:radial-gradient(circle,rgba(30,156,255,.22),transparent 65%)}.category-card:hover{transform:translateY(-4px);border-color:#3d5c7e;box-shadow:0 18px 35px rgba(0,0,0,.25)}.category-card .cat-icon{width:44px;height:44px;border-radius:12px;background:#17263a;border:1px solid #2b4665;display:grid;place-items:center;font-size:22px;margin-bottom:16px}.category-card b{display:block}.category-card small{color:var(--muted)}

.filter-bar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:24px}.filter-chip{border:1px solid #253a52;background:#0f1927;color:#aebed0;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:700}.filter-chip:hover,.filter-chip.active{background:#18273b;color:#fff;border-color:#4d6a8b}.filter-chip.active{box-shadow:inset 0 0 0 1px var(--red)}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}.catalog-search{display:flex;gap:10px;flex:1}.catalog-search input{flex:1;max-width:480px}.form-control{height:46px;width:100%;border-radius:12px;border:1px solid #263b54;background:#0d1724;color:#fff;padding:0 14px;outline:0}.form-control:focus{border-color:#4b77a5;box-shadow:0 0 0 3px rgba(30,156,255,.1)}textarea.form-control{height:auto;min-height:100px;padding-top:12px;resize:vertical}select.form-control{appearance:auto}.form-label{display:block;font-size:12px;color:#aebed0;margin-bottom:7px;font-weight:750}.form-help{font-size:11px;color:#7f91a8;margin-top:5px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-group{min-width:0}.form-check{display:flex;gap:10px;align-items:center;font-size:13px;color:#c4d0dd}.form-check input{width:17px;height:17px;accent-color:var(--red)}.input-prefix{position:relative}.input-prefix span{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#7f91a8;font-size:12px}.input-prefix input{padding-left:39px}

.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.product-card{background:linear-gradient(155deg,#101a29,#0a121d);border:1px solid #22364d;border-radius:17px;overflow:hidden;position:relative;transition:.2s ease;display:flex;flex-direction:column;min-width:0}.product-card:hover{transform:translateY(-5px);border-color:#3d5d80;box-shadow:0 20px 42px rgba(0,0,0,.3)}.product-media{aspect-ratio:1/1;background:#101722;position:relative;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.product-card:hover .product-media img{transform:scale(1.045)}.product-badge{position:absolute;top:12px;left:12px;background:var(--red);color:#fff;border-radius:8px;padding:5px 8px;font-size:10px;font-weight:800}.wishlist{position:absolute;right:10px;top:10px;width:34px;height:34px;border-radius:10px;background:rgba(8,13,22,.82);border:1px solid #344a64;color:#fff;display:grid;place-items:center}.product-body{padding:15px;display:flex;flex-direction:column;flex:1}.product-category{color:#68b9ff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-name{font-size:15px;line-height:1.35;margin:7px 0 7px;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rating{font-size:11px;color:#f7c35c}.product-rating span{color:#8193aa}.price-row{margin-top:auto;padding-top:12px}.current-price{font-size:17px;font-weight:850;color:#fff}.compare-price{font-size:11px;color:#6f8198;text-decoration:line-through;margin-left:5px}.stock{font-size:11px;color:var(--green);margin-top:4px}.stock.low{color:var(--yellow)}.product-actions{display:grid;grid-template-columns:44px 1fr;gap:8px;margin-top:14px}.product-actions .btn{padding:0 10px;min-height:40px}.product-empty{grid-column:1/-1;padding:80px 20px;text-align:center;border:1px dashed #334760;border-radius:18px;color:var(--muted)}

.promo-strip{background:linear-gradient(110deg,#8f0b11,#e31b23 45%,#111c2a 46%,#0d1723);border:1px solid #5f1d24;border-radius:24px;overflow:hidden;position:relative}.promo-inner{min-height:220px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;padding:35px 50px}.promo-copy h3{font-size:38px;margin:0;line-height:1}.promo-copy h3 span{font-size:72px}.promo-copy p{margin:8px 0 0;color:#ffd5d6}.promo-content{padding-left:60px}.promo-content h3{font-size:30px;margin:0 0 8px}.promo-content p{color:#aebed0;margin:0 0 18px}.promo-content .code{display:inline-flex;align-items:center;gap:10px;background:#0a111c;border:1px dashed #55708e;padding:10px 14px;border-radius:10px;font-weight:800}.promo-content .code button{border:0;background:var(--red);color:#fff;border-radius:7px;padding:5px 8px}

.cta-banner{background:radial-gradient(circle at 90% 30%,rgba(30,156,255,.22),transparent 35%),linear-gradient(135deg,#111d2d,#0b121d);border:1px solid #2c425c;border-radius:22px;padding:38px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-banner h3{font-size:30px;margin:0 0 8px}.cta-banner p{margin:0;color:#aab9ca}.contact-chips{display:flex;gap:10px;flex-wrap:wrap}.contact-chip{padding:10px 14px;border:1px solid #2d445e;border-radius:10px;background:#0d1724;color:#c9d4e1;font-size:13px}

.site-footer{background:#05080d;border-top:1px solid #182538;padding:55px 0 95px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.footer-brand img{width:100px;height:70px;object-fit:contain}.footer-brand p{color:#8fa0b5;max-width:390px}.footer-column h4{margin:0 0 16px}.footer-links{display:grid;gap:10px;color:#91a2b6;font-size:13px}.footer-links a:hover{color:#fff}.footer-bottom{margin-top:40px;border-top:1px solid #172437;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#6f8197;font-size:12px}

.mobile-nav{display:none}.wa-float{position:fixed;right:22px;bottom:22px;z-index:70;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#20ba64;color:#fff;font-weight:900;box-shadow:0 14px 30px rgba(32,186,100,.35);border:3px solid #0b1510}.wa-float:hover{transform:scale(1.04)}

.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(4px);z-index:190;animation:fade .15s ease}.cart-drawer{position:fixed;z-index:200;right:0;top:0;bottom:0;width:min(450px,100%);background:#0b111c;border-left:1px solid #2a3d55;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.4);animation:slideLeft .22s ease}.drawer-head{height:72px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1d2c40}.drawer-head h3{margin:0}.close-button{width:38px;height:38px;border-radius:10px;border:1px solid #2a3d55;background:#111c2b;color:#fff;font-size:20px}.drawer-body{flex:1;overflow:auto;padding:18px}.drawer-footer{border-top:1px solid #213247;padding:18px;background:#0d1522}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:13px 0;border-bottom:1px solid #1c2b3f}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:12px;background:#111927}.cart-item h4{font-size:13px;margin:0 0 5px}.cart-item p{margin:0;color:#9dacc0;font-size:12px}.qty-control{display:flex;align-items:center;gap:7px;margin-top:9px}.qty-control button{width:28px;height:28px;border-radius:8px;border:1px solid #2c425c;background:#101b2a;color:#fff}.qty-control input{width:38px;height:28px;text-align:center;border:0;background:transparent;color:#fff}.cart-remove{border:0;background:transparent;color:#f5787d;font-size:17px}.cart-summary{display:grid;gap:8px;margin-bottom:14px}.cart-summary div{display:flex;justify-content:space-between;color:#aebed0;font-size:13px}.cart-summary .total{font-size:19px;color:#fff;font-weight:800;border-top:1px solid #26384e;padding-top:11px;margin-top:4px}.empty-state{text-align:center;padding:70px 20px;color:#899bb0}.empty-state .empty-icon{font-size:54px;margin-bottom:13px}

.modal-wrap{position:fixed;inset:0;z-index:210;display:grid;place-items:center;padding:20px}.modal{width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#0c1420;border:1px solid #2c4058;border-radius:20px;box-shadow:0 30px 90px rgba(0,0,0,.55);animation:pop .18s ease}.modal-lg{width:min(980px,100%)}.modal-xl{width:min(1180px,100%)}.modal-header{padding:20px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #1e2e43;position:sticky;top:0;background:#0c1420;z-index:2}.modal-header h3{margin:0;font-size:19px}.modal-body{padding:22px}.modal-footer{padding:18px 22px;border-top:1px solid #1e2e43;display:flex;justify-content:flex-end;gap:10px;position:sticky;bottom:0;background:#0c1420}.product-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.product-detail-media{background:#111a28;border:1px solid #263a51;border-radius:17px;overflow:hidden}.product-detail-media img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-detail h2{font-size:30px;margin:5px 0 10px}.product-detail .detail-price{font-size:28px;font-weight:850;color:#ff555c;margin:14px 0}.detail-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:18px 0}.detail-meta div{padding:11px;border:1px solid #24384f;background:#101a29;border-radius:10px}.detail-meta small{display:block;color:#8497ad}.detail-meta b{font-size:13px}.modal-tabs{display:flex;border-bottom:1px solid #22344a;margin-bottom:20px}.modal-tab{flex:1;border:0;background:transparent;color:#8193aa;padding:13px;font-weight:750;border-bottom:2px solid transparent}.modal-tab.active{color:#fff;border-bottom-color:var(--red)}.auth-google{width:100%;height:48px;border-radius:12px;background:#fff;color:#18212b;border:0;font-weight:750;display:flex;align-items:center;justify-content:center;gap:10px}.auth-google .g{font-size:20px;font-weight:900;color:#4285f4}.divider{display:flex;align-items:center;gap:12px;color:#71839a;font-size:12px;margin:18px 0}.divider:before,.divider:after{content:"";height:1px;background:#26374c;flex:1}.notice{padding:12px 14px;border-radius:11px;font-size:12px;border:1px solid}.notice-info{background:#0e243a;border-color:#22517b;color:#a9d8ff}.notice-warning{background:#322611;border-color:#614c20;color:#ffe1a0}.notice-success{background:#0f2d20;border-color:#20563c;color:#a6edc5}.notice-danger{background:#32151a;border-color:#652a32;color:#ffb6ba}

.checkout-steps{display:flex;align-items:center;margin-bottom:25px}.checkout-step{display:flex;align-items:center;gap:8px;color:#657990;font-size:12px;font-weight:750}.checkout-step .number{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#142033;border:1px solid #2c425c}.checkout-step.active{color:#fff}.checkout-step.active .number,.checkout-step.done .number{background:var(--red);border-color:var(--red);color:#fff}.checkout-line{height:1px;background:#27394f;flex:1;margin:0 12px}.checkout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.checkout-panel{border:1px solid #263950;background:#0e1826;border-radius:15px;padding:18px}.checkout-panel h4{margin:0 0 16px}.checkout-items{display:grid;gap:10px}.checkout-item{display:grid;grid-template-columns:52px 1fr auto;gap:10px;align-items:center}.checkout-item img{width:52px;height:52px;object-fit:cover;border-radius:9px}.checkout-item b{font-size:12px}.checkout-item small{display:block;color:#8496ab}.shipping-list,.payment-list,.address-list{display:grid;gap:10px}.choice-card{position:relative;border:1px solid #263b53;border-radius:12px;padding:14px;background:#0c1623;display:flex;align-items:center;gap:12px;cursor:pointer}.choice-card:hover{border-color:#456486}.choice-card.selected{border-color:var(--red);box-shadow:inset 0 0 0 1px var(--red);background:#16151d}.choice-card input{accent-color:var(--red)}.choice-icon{width:42px;height:42px;border-radius:11px;background:#15243a;border:1px solid #2c4767;display:grid;place-items:center;font-size:18px}.choice-copy{flex:1;min-width:0}.choice-copy b{display:block;font-size:13px}.choice-copy small{display:block;color:#8497ad}.choice-price{font-weight:800;font-size:13px}.order-total-box{display:grid;gap:9px}.order-total-box div{display:flex;justify-content:space-between;color:#9fb0c3;font-size:13px}.order-total-box .grand{font-size:20px;color:#fff;font-weight:850;border-top:1px solid #293c54;padding-top:12px;margin-top:4px}.qris-preview{max-width:270px;margin:18px auto;padding:18px;background:#fff;color:#111;border-radius:14px;text-align:center}.fake-qr{width:180px;height:180px;margin:12px auto;background:conic-gradient(from 90deg,#000 25%,#fff 0 50%,#000 0 75%,#fff 0) 0 0/20px 20px;position:relative;border:10px solid #fff;box-shadow:0 0 0 1px #ddd}.fake-qr:before,.fake-qr:after{content:"";position:absolute;width:45px;height:45px;border:10px solid #000;background:#fff}.fake-qr:before{left:5px;top:5px}.fake-qr:after{right:5px;bottom:5px}.success-icon{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;background:#103d28;border:1px solid #26784e;color:#67eaa5;font-size:44px;margin:0 auto 18px;box-shadow:0 0 50px rgba(36,200,117,.18)}

.track-page{padding:60px 0}.track-hero{text-align:center;max-width:720px;margin:0 auto 32px}.track-hero h1{font-size:42px;margin:0 0 10px}.track-box{max-width:760px;margin:auto;background:#0e1725;border:1px solid #2a3f58;border-radius:20px;padding:24px}.timeline{margin-top:24px;position:relative}.timeline:before{content:"";position:absolute;left:17px;top:16px;bottom:20px;width:2px;background:#273d56}.timeline-item{position:relative;padding-left:50px;padding-bottom:24px}.timeline-dot{position:absolute;left:3px;top:1px;width:30px;height:30px;border-radius:50%;background:#152236;border:2px solid #375473;display:grid;place-items:center;font-size:11px}.timeline-item.done .timeline-dot{background:var(--green);border-color:var(--green);color:#052414}.timeline-item h4{margin:0 0 3px}.timeline-item p{margin:0;color:#8fa1b6;font-size:12px}.order-card{border:1px solid #263a52;border-radius:15px;background:#0d1724;overflow:hidden;margin-bottom:14px}.order-card-head{padding:14px 16px;border-bottom:1px solid #213247;display:flex;justify-content:space-between;gap:12px}.order-card-body{padding:16px}.order-mini-items{display:flex;gap:8px;overflow:auto}.order-mini-items img{width:58px;height:58px;border-radius:9px;object-fit:cover}.status-pill{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:850;background:#1c2b3e;color:#c7d5e5}.status-pill.paid,.status-pill.delivered{background:#103523;color:#75e4aa}.status-pill.pending_payment,.status-pill.processing{background:#322811;color:#ffd77f}.status-pill.shipped,.status-pill.ready{background:#102c45;color:#83caff}.status-pill.cancelled,.status-pill.expired,.status-pill.refunded{background:#35151a;color:#ff969b}

.account-page{padding:50px 0}.account-grid{display:grid;grid-template-columns:270px 1fr;gap:22px}.account-sidebar,.account-content{background:#0d1623;border:1px solid #26394f;border-radius:17px}.account-sidebar{padding:18px;height:max-content}.account-profile{text-align:center;padding:18px 8px 20px;border-bottom:1px solid #25374c}.avatar{width:72px;height:72px;border-radius:50%;margin:auto;object-fit:cover;background:#15243a;border:2px solid #3a587a;display:grid;place-items:center;font-size:24px;font-weight:800}.account-profile h3{margin:10px 0 3px}.account-profile p{font-size:12px;color:#8ea0b5;margin:0}.account-menu{display:grid;gap:6px;padding-top:15px}.account-menu button{border:0;background:transparent;color:#9fb0c4;text-align:left;padding:11px 12px;border-radius:10px;font-weight:700}.account-menu button:hover,.account-menu button.active{background:#17253a;color:#fff}.account-content{padding:23px}.account-content h2{margin-top:0}.address-card{border:1px solid #263a52;border-radius:13px;padding:14px;margin-bottom:10px}.address-card h4{margin:0 0 5px}.address-card p{margin:2px 0;color:#9aabc0;font-size:12px}

.admin-shell{min-height:calc(100vh - 0px);background:#080d16;display:grid;grid-template-columns:245px 1fr}.admin-sidebar{background:#090f19;border-right:1px solid #1d2c40;padding:18px 14px;position:sticky;top:0;height:100vh;overflow:auto}.admin-brand{display:flex;align-items:center;gap:10px;padding:8px 8px 22px}.admin-brand img{width:47px;height:42px;object-fit:contain}.admin-brand b{display:block}.admin-brand small{color:#7f92a8;font-size:10px}.admin-nav{display:grid;gap:6px}.admin-nav button{border:0;background:transparent;color:#8fa1b6;padding:11px 12px;border-radius:10px;text-align:left;display:flex;gap:10px;align-items:center;font-weight:700}.admin-nav button:hover,.admin-nav button.active{background:#17253a;color:#fff}.admin-nav button.active{box-shadow:inset 3px 0 var(--red)}.admin-sidebar-bottom{margin-top:26px;padding-top:18px;border-top:1px solid #1b2a3d}.admin-main{min-width:0}.admin-topbar{height:70px;border-bottom:1px solid #1e2d40;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;background:rgba(8,13,22,.92);backdrop-filter:blur(14px);z-index:30}.admin-topbar h1{font-size:20px;margin:0}.admin-content{padding:24px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stat-card{background:linear-gradient(145deg,#101a29,#0b131f);border:1px solid #263a51;border-radius:15px;padding:18px;position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;right:-25px;bottom:-35px;width:100px;height:100px;border-radius:50%;background:rgba(30,156,255,.08)}.stat-card small{color:#8799af}.stat-card strong{display:block;font-size:27px;margin-top:5px}.stat-card .trend{font-size:11px;color:var(--green)}.admin-grid-2{display:grid;grid-template-columns:1.5fr 1fr;gap:16px;margin-top:18px}.admin-panel{background:#0d1623;border:1px solid #26394f;border-radius:16px;overflow:hidden}.admin-panel-head{padding:16px 18px;border-bottom:1px solid #203146;display:flex;justify-content:space-between;align-items:center}.admin-panel-head h3{margin:0;font-size:15px}.admin-panel-body{padding:17px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:720px}.data-table th{text-align:left;padding:11px 13px;background:#111d2c;color:#8497ad;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.data-table td{padding:12px 13px;border-bottom:1px solid #1d2d41;font-size:12px;vertical-align:middle}.data-table tr:hover td{background:#101b2a}.table-product{display:flex;align-items:center;gap:10px}.table-product img{width:48px;height:48px;object-fit:cover;border-radius:9px}.table-actions{display:flex;gap:6px}.action-button{height:32px;border:1px solid #2a4059;background:#111d2c;color:#c4d2e2;border-radius:8px;padding:0 9px;font-size:11px}.action-button:hover{border-color:#4b6a8e}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.admin-toolbar .search{max-width:360px;flex:1}.integration-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.integration-card{padding:14px;border:1px solid #263b53;border-radius:12px;display:flex;align-items:center;gap:12px}.integration-status{width:10px;height:10px;border-radius:50%;background:#66768a}.integration-status.on{background:var(--green);box-shadow:0 0 12px var(--green)}.report-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.bar-list{display:grid;gap:12px}.bar-item{display:grid;grid-template-columns:130px 1fr auto;gap:12px;align-items:center;font-size:12px}.bar-track{height:9px;border-radius:99px;background:#17263a;overflow:hidden}.bar-value{height:100%;background:linear-gradient(90deg,var(--red),var(--blue));border-radius:99px}

.toast-layer{position:fixed;right:18px;top:18px;z-index:500;display:grid;gap:10px;width:min(380px,calc(100% - 36px))}.toast{background:#101b29;border:1px solid #304760;border-left:4px solid var(--blue);padding:13px 15px;border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,.4);animation:toastIn .2s ease}.toast.success{border-left-color:var(--green)}.toast.error{border-left-color:var(--red)}.toast.warning{border-left-color:var(--yellow)}.toast b{display:block;font-size:13px}.toast p{margin:3px 0 0;color:#9eb0c4;font-size:12px}.spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;display:inline-block;animation:spin .7s linear infinite}

@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade{from{opacity:0}to{opacity:1}}@keyframes pop{from{opacity:0;transform:scale(.97) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideLeft{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes toastIn{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}

@media(max-width:1120px){.desktop-nav{display:none}.header-search{max-width:none}.product-grid{grid-template-columns:repeat(4,1fr)}.category-grid{grid-template-columns:repeat(4,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit:nth-child(2){border-right:0}.benefit:nth-child(-n+2){border-bottom:1px solid #263a52}.stat-grid,.report-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.topbar,.category-bar{display:none}.header-row{height:66px}.brand{min-width:0}.brand-copy{display:none}.header-search{display:none}.hamburger{display:inline-flex}.user-button span{display:none}.hero-grid{grid-template-columns:1fr;min-height:0;padding:62px 0 30px}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}.hero-art{max-width:650px;margin:auto}.benefits{margin-top:0;padding-top:16px}.product-grid{grid-template-columns:repeat(3,1fr)}.promo-inner{grid-template-columns:1fr;padding:32px}.promo-content{padding:26px 0 0}.checkout-grid,.product-modal-grid,.account-grid{grid-template-columns:1fr}.account-sidebar{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:-270px;z-index:100;width:245px;transition:.2s}.admin-sidebar.open{left:0}.admin-topbar{padding:0 16px}.admin-content{padding:16px}.admin-grid-2{grid-template-columns:1fr}.mobile-admin-menu{display:inline-flex!important}}
@media(max-width:680px){body{padding-bottom:66px}.container{width:min(100% - 24px,var(--container))}.main-header{top:0}.header-actions .track-header{display:none}.hero-grid{padding-top:45px}.hero h1{font-size:39px}.hero-copy>p{font-size:15px}.hero-trust{gap:12px}.trust-item{font-size:11px}.hero-art{margin-top:-12px}.hero-promo-card{right:0;bottom:3%;padding:10px 12px}.section{padding:48px 0}.section-sm{padding:34px 0}.section-header{align-items:flex-start}.benefit-grid{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid #263a52!important}.benefit:last-child{border-bottom:0!important}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:118px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-body{padding:11px}.product-name{font-size:13px}.current-price{font-size:14px}.compare-price{display:block;margin-left:0}.product-actions{grid-template-columns:36px 1fr}.product-actions .btn{min-height:36px;font-size:11px}.promo-inner{padding:26px 22px}.promo-copy h3{font-size:30px}.promo-copy h3 span{font-size:55px}.promo-content h3{font-size:23px}.cta-banner{padding:25px;display:block}.cta-banner h3{font-size:24px}.contact-chips{margin-top:20px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.mobile-nav{position:fixed;left:0;right:0;bottom:0;height:66px;background:rgba(8,13,22,.96);backdrop-filter:blur(14px);z-index:90;border-top:1px solid #26384e;display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.mobile-nav button{border:0;background:transparent;color:#7f92a9;font-size:9px;font-weight:700;display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:center}.mobile-nav button span:first-child{font-size:20px}.mobile-nav button.active{color:#fff}.mobile-nav button.active span:first-child{color:var(--red)}.wa-float{right:14px;bottom:80px;width:48px;height:48px}.modal-wrap{padding:0;align-items:end}.modal{max-height:92vh;border-radius:20px 20px 0 0;border-bottom:0}.modal-lg,.modal-xl{width:100%}.modal-body{padding:18px}.form-grid{grid-template-columns:1fr}.checkout-steps{overflow:auto}.checkout-step span:last-child{display:none}.product-modal-grid{gap:16px}.product-detail h2{font-size:23px}.detail-meta{grid-template-columns:1fr 1fr}.track-page{padding:40px 0}.track-hero h1{font-size:32px}.track-box{padding:16px}.account-page{padding:28px 0}.account-content{padding:16px}.stat-grid,.report-cards{grid-template-columns:1fr}.admin-content{padding:12px}.admin-topbar h1{font-size:16px}.integration-grid{grid-template-columns:1fr}.bar-item{grid-template-columns:90px 1fr auto}.toast-layer{top:10px;right:10px;width:calc(100% - 20px)}}
@media(max-width:400px){.product-grid{grid-template-columns:1fr 1fr}.product-card{border-radius:13px}.category-grid{gap:9px}.category-card{padding:15px}.hero h1{font-size:34px}.brand img{width:50px}.header-row{gap:10px}.icon-button{padding:0 9px;min-width:40px}.product-actions{grid-template-columns:1fr}.product-actions .btn:first-child{display:none}}
