:root{--dark:#101214;--dark2:#1f2123;--text:#1e2124;--muted:#686c70;--bg:#f7f7f5;--white:#fff;--border:#deded9;--gold:#d19e4d;--green:#217c4a;--soft:#efeee9;--radius:10px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--bg)}a{text-decoration:none;color:inherit}button,input,select{font:inherit}button{cursor:pointer}.topbar{height:72px;background:var(--dark);color:#fff}.top-inner{max-width:1360px;margin:auto;height:72px;display:flex;align-items:center;gap:28px;padding:0 20px}.logo{font-size:24px;font-weight:800;letter-spacing:-.8px;white-space:nowrap}.search{height:44px;display:flex;flex:1;max-width:650px;background:#fff;border-radius:7px;overflow:hidden;margin-left:25px}.search input{border:0;outline:0;padding:0 18px;flex:1;color:var(--text)}.search button{width:54px;border:0;background:#eee;display:grid;place-items:center}.header-actions{display:flex;align-items:center;gap:22px;margin-left:auto}.header-actions a{display:flex;align-items:center;gap:6px;font-size:12px}.cart-link{font-weight:700}.category-nav{height:48px;background:var(--dark2);color:#fff}.nav-inner{max-width:1360px;margin:auto;height:48px;display:flex;align-items:center;gap:25px;padding:0 20px;overflow:hidden}.nav-inner a,.all-btn{font-size:12px;white-space:nowrap;color:#fff;background:none;border:0}.all-btn{display:flex;gap:7px;align-items:center;font-weight:700}.hero{max-width:1360px;margin:auto;min-height:570px;display:grid;grid-template-columns:1fr 1.1fr;gap:50px;align-items:center;padding:70px 20px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.7px;color:#8a6a38;margin-bottom:12px}.hero h1{font-size:62px;line-height:1.02;letter-spacing:-3px;margin:0 0 24px}.hero h1 span{color:#8d7043}.hero p{max-width:530px;color:var(--muted);font-size:17px;line-height:1.65}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{border:0;border-radius:7px;min-height:44px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px}.btn.dark{background:var(--dark);color:#fff}.btn.gold{background:var(--gold);color:#17120b}.btn.outline{background:#fff;border:1px solid var(--border)}.btn.full{width:100%}.btn.large{min-height:52px;font-size:15px}.hero-visual{height:470px;border-radius:14px;overflow:hidden}.hero-visual img,.category-banner img{width:100%;height:100%;object-fit:cover}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);max-width:1360px;margin:auto;padding:28px 20px;gap:16px}.trust-strip.light{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:8px}.trust-strip.light div{justify-content:center}.trust-strip div{display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:700}.trust-strip svg{width:20px}.section{max-width:1360px;margin:0 auto;padding:80px 20px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head h2{font-size:32px;letter-spacing:-1px;margin:0}.section-head>a{display:flex;align-items:center;gap:4px;font-weight:700;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden}.product-img{height:280px;background:var(--soft);display:block;position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-img img{transform:scale(1.03)}.product-img>span{position:absolute;top:12px;left:12px;background:var(--dark);color:#fff;border-radius:4px;padding:6px 8px;font-size:9px;font-weight:800;letter-spacing:.7px}.product-body{padding:18px}.product-title{font-size:15px;font-weight:700;line-height:1.4;display:block;min-height:44px}.rating{display:flex;align-items:center;gap:5px;margin:10px 0;font-size:12px}.stars{display:inline-flex;color:var(--gold);gap:1px}.rating small{color:var(--muted)}.price-row{display:flex;align-items:center;gap:8px}.price-row strong{font-size:20px}.price-row del{font-size:11px;color:var(--muted)}.price-row em,.detail-price em{font-size:11px;color:var(--green);font-style:normal;font-weight:800}.product-body>p{font-size:11px;color:var(--green)}.category-banner{max-width:1360px;height:410px;margin:0 auto;background:var(--dark);color:#fff;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:12px}.category-banner>div{padding:65px}.category-banner h2{font-size:42px;line-height:1.05;margin:0 0 15px;letter-spacing:-1.5px}.category-banner p{color:#c8c8c5;line-height:1.6;max-width:480px;margin-bottom:26px}.light-btn{background:#fff;color:var(--dark)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border)}.category-grid a{height:105px;border-bottom:1px solid var(--border);border-right:1px solid var(--border);padding:22px;display:grid;grid-template-columns:35px 1fr 18px;align-items:center}.category-grid span{font-size:10px;color:var(--muted)}.category-grid b{font-size:16px}.category-grid svg{width:16px}.breadcrumb{max-width:1360px;margin:0 auto;padding:28px 20px 12px;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.shop-page,.product-page,.cart-page,.checkout-page{max-width:1400px;margin:auto}.shop-heading,.cart-title{padding:15px 20px 35px;display:flex;justify-content:space-between;align-items:end}.shop-heading h1,.cart-title h1,.checkout-page h1,.static-page h1{font-size:42px;letter-spacing:-1.5px;margin:0}.shop-heading p,.cart-title>span{color:var(--muted)}.filter-btn{display:none}.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:25px;padding:0 20px 80px}.filters{background:#fff;border:1px solid var(--border);border-radius:10px;padding:20px;height:max-content;display:flex;flex-direction:column;gap:12px}.filters label{font-size:11px;font-weight:800;letter-spacing:1px;color:var(--muted)}.filters a,.filters span{font-size:13px}.filters a.active{font-weight:800;color:#8d6b39}.filters hr{width:100%;border:0;border-top:1px solid var(--border)}.sortbar{height:48px;display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:12px;color:var(--muted)}.sortbar select{border:1px solid var(--border);background:#fff;border-radius:6px;padding:8px 12px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:55px;padding:20px}.gallery>img{width:100%;height:610px;object-fit:cover;border-radius:12px;background:var(--soft)}.thumbs{display:flex;gap:10px;margin-top:10px}.thumbs img{width:72px;height:72px;object-fit:cover;border-radius:7px;border:1px solid var(--border)}.detail-copy{padding-top:10px}.badge{font-size:9px;font-weight:800;letter-spacing:1px;background:var(--dark);color:#fff;padding:7px 9px;border-radius:4px}.detail-copy h1{font-size:35px;line-height:1.13;letter-spacing:-1.2px;margin:18px 0 8px}.detail-copy hr,.summary-card hr{border:0;border-top:1px solid var(--border);margin:20px 0}.detail-price{display:flex;align-items:center;gap:10px;margin-top:18px}.detail-price strong{font-size:34px}.detail-price del{color:var(--muted)}.delivery-box{display:flex;gap:12px;background:#f1f7f3;padding:15px;border-radius:8px;margin:22px 0}.delivery-box div{display:grid;gap:3px}.delivery-box span{font-size:12px;color:var(--green)}.option-row{display:grid;gap:10px;margin:18px 0}.options{display:flex;gap:8px}.options button{background:#fff;border:1px solid var(--border);border-radius:6px;padding:10px 14px;font-size:12px}.options button.selected{border:2px solid var(--dark)}.purchase-row{display:flex;gap:10px;margin:25px 0}.qty{height:44px;display:flex;border:1px solid var(--border);border-radius:7px;align-items:center}.qty button{width:38px;height:42px;border:0;background:#fff;display:grid;place-items:center}.qty svg{width:15px}.qty b{width:32px;text-align:center}.product-description{color:var(--muted);line-height:1.6;font-size:14px}.confidence{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.confidence div{border:1px solid var(--border);border-radius:8px;padding:14px;display:grid;gap:6px}.confidence svg{color:var(--green);width:20px}.confidence span{font-size:11px;color:var(--muted)}.info-section{padding:30px 20px 60px}.tabs{display:flex;gap:5px;border-bottom:1px solid var(--border);overflow:auto}.tabs button{padding:14px 18px;background:none;border:0;white-space:nowrap;font-weight:700;font-size:12px}.tabs button.active{border-bottom:2px solid var(--dark)}.spec-table{border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-top:20px}.spec-table div{display:grid;grid-template-columns:300px 1fr;padding:14px 18px;border-bottom:1px solid var(--border);font-size:13px}.spec-table div:last-child{border:0}.spec-table b{color:#555}.reviews{margin-top:25px}.review-summary{background:#fff;border:1px solid var(--border);padding:25px;border-radius:9px;display:flex;align-items:center;gap:15px}.review-summary strong{font-size:38px}.review-summary span{font-size:13px;color:var(--muted)}.review{padding:20px 0;border-bottom:1px solid var(--border)}.review>div{display:flex;gap:10px;align-items:center}.review small{display:flex;align-items:center;gap:3px;color:var(--green)}.review p{color:var(--muted);font-size:14px}.cart-title{padding-top:10px}.delivery-banner{margin:0 20px 15px;background:#f1f7f3;border:1px solid #d8e9dd;border-radius:8px;padding:14px;color:var(--green);font-size:13px;font-weight:700;display:flex;gap:8px;align-items:center}.cart-layout{display:grid;grid-template-columns:1fr 390px;gap:20px;padding:0 20px 80px}.cart-list{background:#fff;border:1px solid var(--border);border-radius:10px}.panel-head{padding:20px 22px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between}.panel-head span{font-size:12px;color:var(--muted)}.cart-item{display:grid;grid-template-columns:145px 1fr 110px;gap:18px;padding:22px;border-bottom:1px solid var(--border)}.cart-img{height:145px;background:var(--soft);border-radius:8px;overflow:hidden}.cart-img img{width:100%;height:100%;object-fit:cover}.cart-info h3{font-size:17px;margin:0 0 7px}.cart-info p{font-size:12px;color:var(--muted)}.green{color:var(--green)!important}.cart-controls{display:flex;align-items:center;gap:15px;margin-top:18px}.cart-controls>button{background:none;border:0;font-size:12px;display:flex;align-items:center;gap:5px;font-weight:700}.cart-price{font-size:18px;text-align:right}.summary-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:24px;height:max-content;position:sticky;top:15px}.summary-card h2{font-size:20px;margin:0 0 25px}.summary-card>div{display:flex;justify-content:space-between;gap:20px;margin:13px 0;font-size:13px}.summary-card .total{font-size:19px;margin:18px 0}.summary-card>p{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:5px}.coupon{display:block!important;background:var(--soft);padding:16px;border-radius:8px;margin-top:22px!important}.coupon>div{display:flex;margin-top:10px}.coupon input{min-width:0;flex:1;border:1px solid var(--border);padding:10px}.coupon button{border:0;background:var(--dark);color:#fff;padding:0 14px}.saved-section{padding:20px}.empty{max-width:600px;text-align:center;margin:100px auto;padding:50px;background:#fff;border:1px solid var(--border);border-radius:10px}.checkout-page{padding-bottom:80px}.checkout-grid{display:grid;grid-template-columns:1fr 390px;gap:25px;padding:20px}.checkout-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:25px;margin:18px 0}.checkout-card h2{font-size:18px;margin-top:0}.checkout-card input{width:100%;height:45px;border:1px solid var(--border);border-radius:6px;padding:0 12px;margin:6px 0}.two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.payment{display:flex;align-items:center;gap:12px;border:1px solid var(--border);padding:16px;border-radius:8px;margin:8px 0}.payment span{display:grid;gap:4px}.payment small{color:var(--muted)}.static-page{max-width:1000px;margin:auto;min-height:550px;padding:90px 20px}.static-content{background:#fff;border:1px solid var(--border);border-radius:10px;padding:30px;margin-top:30px;line-height:1.7}.footer{background:var(--dark2);color:#fff;margin-top:60px}.footer-main{max-width:1360px;margin:auto;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;padding:65px 20px}.footer-main>div{display:flex;flex-direction:column;gap:13px}.footer-main b{font-size:11px;letter-spacing:1px}.footer-main a,.footer-main p{font-size:12px;color:#b8bab9;margin:0}.footer-logo{font-size:23px;font-weight:800}.footer-bottom{border-top:1px solid #37393b;max-width:1360px;margin:auto;padding:18px 20px;font-size:11px;color:#8d9091}.footer-bottom span{float:right}@media(max-width:1200px){.home-products{grid-template-columns:repeat(3,1fr)}}@media(max-width:1000px){.header-actions{gap:10px}.header-actions span{display:none}.nav-inner{gap:15px}.hero{grid-template-columns:1fr}.hero h1{font-size:48px}.hero-visual{height:360px}.product-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.cart-layout,.checkout-grid{grid-template-columns:1fr}.summary-card{position:static}.product-detail,.shop-layout{grid-template-columns:1fr}.filters{display:none}.filters.open{display:flex}.filter-btn{display:inline-flex}.cart-item{grid-template-columns:120px 1fr}.cart-price{grid-column:2;text-align:left}.footer-main{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.home-products{grid-template-columns:repeat(2,1fr)}.top-inner{gap:10px}.logo{font-size:18px}.search{margin-left:0}.header-actions{display:none}.nav-inner{overflow:auto}.hero{padding:45px 16px}.hero h1{font-size:39px}.hero-visual{height:270px}.trust-strip{grid-template-columns:1fr 1fr}.section{padding:50px 16px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-img{height:190px}.product-body{padding:12px}.product-title{font-size:13px}.category-banner{height:auto;grid-template-columns:1fr}.category-banner>div{padding:35px}.category-banner img{height:250px}.category-grid{grid-template-columns:1fr}.breadcrumb{padding-left:16px}.shop-heading,.cart-title,.shop-layout,.cart-layout{padding-left:16px;padding-right:16px}.cart-item{grid-template-columns:90px 1fr;gap:12px;padding:15px}.cart-img{height:90px}.cart-price{grid-column:2}.cart-controls{flex-wrap:wrap;gap:8px}.confidence{grid-template-columns:1fr}.spec-table div{grid-template-columns:1fr;gap:6px}.purchase-row{flex-wrap:wrap}.detail-copy h1{font-size:28px}.gallery>img{height:420px}.footer-main{grid-template-columns:1fr 1fr}.footer-bottom span{float:none;display:block;margin-top:8px}}.admin-page{max-width:1280px;margin:0 auto;padding:48px 24px 80px}.admin-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.admin-stats>div,.admin-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:22px}.admin-stats b{display:block;font-size:30px}.admin-stats span{color:#666}.admin-card{margin-bottom:20px}.admin-table{border-top:1px solid var(--border)}.admin-row{display:grid;grid-template-columns:2fr 1.2fr 1fr 1fr 1fr;gap:12px;padding:14px 0;border-bottom:1px solid var(--border);align-items:center;font-size:14px}.admin-row:last-child{border-bottom:0}.admin-token{display:block;width:min(420px,100%);padding:14px;border:1px solid var(--border);border-radius:8px;margin:12px 0}.error{color:#b42318;background:#fff0ef;border:1px solid #f3c1bd;padding:12px;border-radius:8px}.success-box{color:#17663a;background:#effaf3;border:1px solid #b9e1c7;padding:14px;border-radius:8px;margin:16px 0}@media(max-width:800px){.admin-stats{grid-template-columns:1fr}.admin-head{align-items:flex-start;flex-direction:column}.admin-row{grid-template-columns:1fr;gap:5px}}.auth-form{display:grid;gap:14px;max-width:520px}.auth-form input{width:100%;padding:14px;border:1px solid var(--border);border-radius:8px}.order-card{display:grid;grid-template-columns:1.4fr 1fr auto;gap:8px;padding:16px;border:1px solid var(--border);border-radius:10px;margin-bottom:12px}.order-card small{grid-column:1/-1;color:#666}.order-card strong{font-size:18px}.success-box{padding:18px;border:1px solid #b8dfc8;background:#eef9f2;border-radius:10px;margin:16px 0}.error{color:#b42318}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:700px){.order-card,.two{grid-template-columns:1fr}}.admin-tabs{display:flex;gap:8px;margin:22px 0}.admin-tabs button{border:1px solid var(--border);background:#fff;padding:10px 18px;text-transform:capitalize;cursor:pointer}.admin-tabs button.active{background:var(--dark);color:#fff}.admin-order{border-top:1px solid var(--border);padding:18px 0}.admin-controls{display:flex;gap:8px;align-items:end;flex-wrap:wrap;margin-top:12px}.admin-controls label{display:grid;gap:5px;font-size:12px}.admin-controls select,.admin-controls input,.product-editor input,.product-editor textarea{padding:10px;border:1px solid var(--border);background:#fff}.product-editor{display:grid;gap:10px;padding:16px;background:#f7f7f5;margin-bottom:16px}.product-editor textarea{min-height:90px}.btn.small{padding:8px 12px;font-size:12px}.auth-form{display:grid;gap:12px;max-width:520px}.auth-form input,.auth-form select,.auth-form textarea{padding:13px;border:1px solid var(--border)}.account-actions{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.address-card{padding:16px;border:1px solid var(--border);background:#fff;margin:10px 0}.address-card small{margin-left:8px}.address-card span{font-size:13px}.admin-page{max-width:1240px;margin:0 auto;padding:56px 24px}.admin-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}.admin-stats>div{background:#fff;border:1px solid var(--border);padding:20px}.admin-stats b{display:block;font-size:25px}.admin-stats span{color:#666;font-size:12px}.admin-card{background:#fff;border:1px solid var(--border);padding:20px;margin:16px 0}.admin-card .panel-head{display:flex;justify-content:space-between;align-items:center}.admin-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto auto;gap:10px;align-items:center;padding:13px 0;border-top:1px solid var(--border)}@media(max-width:800px){.admin-stats,.admin-row{grid-template-columns:1fr 1fr}.admin-head{display:block}}:root{--amazon:#131a1f;--amazon2:#202b32;--amazon3:#0d1419;--gold:#f2ad2e;--gold2:#d99518;--page:#eaeded;--card:#fff;--ink:#111820;--muted:#5f6870;--line:#d5d9d9}body{background:var(--page);color:var(--ink);font-size:14px}.amazon-topline{height:26px;background:#0d1419;color:#d8dde0;font-size:11px}.amazon-top-inner{max-width:1440px;height:100%;margin:auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between}.amazon-top-inner>div{display:flex;gap:10px}.amazon-top-inner a{color:#fff}.topbar{height:68px;background:var(--amazon);color:#fff}.top-inner{max-width:1440px;height:68px;margin:auto;padding:0 18px;gap:18px}.logo{position:relative;width:235px;display:block;font-size:27px;line-height:24px;letter-spacing:-1px}.logo span{color:#fff}.logo b,.footer-logo span{color:var(--gold)}.logo small{display:block;color:#aeb7bc;font-size:8px;letter-spacing:.15px;font-weight:500;line-height:12px}.search{height:40px;max-width:none;flex:1;margin:0;border-radius:5px;background:#fff;border:2px solid transparent}.search:focus-within{border-color:var(--gold)}.search-category{width:42px;background:#eef0f1;color:#333;display:grid;place-items:center;font-size:11px;border-right:1px solid #d5d9d9}.search input{font-size:13px}.search button{width:52px;background:var(--gold);color:#111}.header-actions{gap:16px}.header-actions a{font-size:11px;color:#fff;position:relative}.delivery,.account-link{line-height:13px}.delivery svg,.account-link svg{flex:none}.delivery b,.account-link b{font-size:12px}.cart-link{padding-left:8px}.cart-badge{position:absolute;left:25px;top:-5px;background:var(--gold);color:#111;border-radius:12px;min-width:17px;height:17px;display:grid!important;place-items:center;font-size:10px;font-weight:800!important}.category-nav{height:38px;background:var(--amazon2)}.nav-inner{max-width:1440px;height:38px;padding:0 18px;gap:25px}.nav-inner a,.all-btn{font-size:12px}.nav-inner a:hover{text-decoration:underline}.all-btn{font-weight:800}.amazon-hero{max-width:1400px;height:355px;margin:8px auto 0;position:relative;overflow:hidden;background:#322b23;border-radius:4px}.amazon-hero>img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.95)}.amazon-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#130e09d1,#130e0980 38%,#130e0908 73%,#130e0966)}.hero-overlay{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;padding:60px 52px;color:#fff;display:flex;justify-content:space-between;align-items:flex-end}.hero-kicker{font-size:11px;font-weight:800;letter-spacing:1.4px;color:#f5c15b;margin-bottom:10px}.hero-overlay h1{font-size:48px;line-height:1;margin:0 0 10px;letter-spacing:-1.5px}.hero-overlay h2{font-size:22px;margin:0 0 8px}.hero-overlay p{font-size:13px;color:#e1e2e2;margin:0 0 24px}.hero-overlay .btn{min-width:125px}.hero-benefits{display:flex;gap:28px;align-items:flex-end}.hero-benefits span{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;font-size:23px}.hero-benefits b{font-size:10px;line-height:12px;font-weight:600}.hero-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:35px;height:60px;border:0;background:#fff;color:#111;font-size:32px;border-radius:4px}.hero-arrow.left{left:10px}.hero-arrow.right{right:10px}.hero-dots{position:absolute;z-index:3;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px}.hero-dots i{width:7px;height:7px;border-radius:50%;background:#fff;opacity:.75}.hero-dots i:first-child{opacity:1}.home-section{max-width:1400px;margin:0 auto;padding:16px 12px}.category-section{padding-top:12px}.section-head{margin:0 0 10px;align-items:center}.section-head h2{font-size:22px;letter-spacing:-.3px}.section-head a{font-size:12px;color:#007185}.category-cards{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.category-card{background:#fff;border:1px solid #e2e4e5;border-radius:5px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 1px 2px #0000000d}.category-card img{width:100%;height:108px;object-fit:cover}.category-card b{padding:8px 9px 1px;font-size:12px}.category-card span{padding:0 9px 10px;font-size:10px;color:#667078;line-height:13px}.category-card:hover b{color:#007185}.service-strip{max-width:1400px;margin:0 auto 8px;background:#fff;border:1px solid #e0e3e4;display:grid;grid-template-columns:repeat(5,1fr);padding:12px 8px}.service-strip>div{display:grid;grid-template-columns:36px 1fr;column-gap:8px;align-items:center;padding:5px 18px;border-right:1px solid #e1e3e5}.service-strip>div:last-child{border-right:0}.service-strip svg{grid-row:1/3;width:29px;height:29px}.service-strip b{font-size:12px}.service-strip span{font-size:10px;color:#667078}.best-grid{grid-template-columns:repeat(6,1fr);gap:12px}.amazon-card{border-radius:5px;box-shadow:0 1px 3px #00000017}.amazon-card .product-img{height:205px}.amazon-card .product-img>span{top:8px;left:8px;background:#147a45;border-radius:3px;padding:5px 7px;font-size:9px}.amazon-card .product-body{padding:10px}.amazon-card .product-title{font-size:13px;min-height:36px;line-height:18px}.amazon-card .rating{margin:5px 0;color:#c45500}.amazon-card .stars{color:#f2a900}.amazon-card .price-row strong{font-size:18px}.amazon-card .price-row del,.amazon-card .price-row em{font-size:10px}.stock-line{margin:5px 0 8px!important;color:#007600!important;font-size:10px!important}.amazon-card .btn{min-height:34px;font-size:11px;border-radius:4px}.promo-grid{max-width:1400px;margin:0 auto 18px;padding:0 12px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.promo-card{height:115px;background:#fff;position:relative;overflow:hidden;border-radius:4px;border:1px solid #ddd;display:flex}.promo-card img{width:48%;height:100%;object-fit:cover;order:2}.promo-card div{padding:16px;flex:1}.promo-card h3{font-size:18px;margin:0 0 4px}.promo-card p{margin:0 0 12px;color:#69727a;font-size:11px}.promo-card b{font-size:11px;color:#b56d00;display:flex;align-items:center;gap:2px}.footer{margin-top:0;background:#11191f}.footer-main{max-width:1400px;padding:42px 28px 34px;grid-template-columns:1.7fr 1fr 1.2fr 1fr 1.5fr;gap:34px}.footer-logo{font-size:24px}.footer-main p{font-size:11px}.footer-main b{font-size:11px;color:#fff}.footer-main a{font-size:11px;color:#c7cdd1}.socials{display:flex;gap:15px;margin-top:10px}.socials span{width:22px;height:22px;border:1px solid #7e878d;border-radius:50%;display:grid;place-items:center;font-size:10px}.newsletter form{display:flex;margin-top:8px}.newsletter input{height:34px;min-width:0;flex:1;border:0;padding:0 10px;font-size:11px}.newsletter button{height:34px;background:var(--gold);border:0;padding:0 15px;font-size:10px;font-weight:800}.footer-bottom{max-width:1400px;display:flex;justify-content:space-between;padding:15px 28px;color:#9aa3a8;font-size:10px}.shop-page,.product-page,.cart-page,.checkout-page{max-width:1400px}.shop-page .product-grid{grid-template-columns:repeat(4,1fr);padding:0 20px 40px}.shop-page .product-img{height:250px}.shop-page .breadcrumb,.product-page .breadcrumb,.cart-page .breadcrumb,.checkout-page .breadcrumb{max-width:none}.product-page .product-detail{background:#fff;border:1px solid #ddd;border-radius:4px;margin:0 20px 40px;padding:22px}.product-page .gallery>img{background:#f5f5f5}.product-page .detail-copy h1,.product-page .detail-price strong{font-size:28px}.btn.gold{background:var(--gold)}@media(max-width:1100px){.category-cards{grid-template-columns:repeat(4,1fr)}.best-grid{grid-template-columns:repeat(3,1fr)}.hero-overlay{padding:45px 40px}.hero-benefits{gap:14px}.footer-main,.shop-page .product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.amazon-topline{display:none}.topbar,.top-inner{height:auto;min-height:70px}.top-inner{padding:10px 12px;flex-wrap:wrap}.logo{width:150px;font-size:21px}.logo small{font-size:7px}.search{order:3;flex-basis:100%;height:38px}.delivery,.account-link{display:none}.category-nav{height:40px}.nav-inner{height:40px;overflow:auto;gap:18px}.amazon-hero{height:360px;margin:5px}.hero-overlay{padding:30px 28px;align-items:flex-start}.hero-overlay h1{font-size:34px}.hero-overlay h2{font-size:17px}.hero-overlay p{font-size:11px;max-width:260px}.hero-benefits{display:none}.category-cards{grid-template-columns:repeat(2,1fr);gap:8px}.category-card img{height:130px}.service-strip{grid-template-columns:1fr 1fr}.service-strip>div{padding:10px}.service-strip>div:nth-child(2n){border-right:0}.best-grid,.shop-page .product-grid{grid-template-columns:repeat(2,1fr)}.amazon-card .product-img,.shop-page .product-img{height:180px}.promo-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr;padding:30px 20px}.footer-brand,.newsletter{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin:4px 0}.shop-heading h1,.cart-title h1,.checkout-page h1,.static-page h1{font-size:30px}}@media(max-width:430px){.category-cards{grid-template-columns:repeat(2,1fr)}.category-card img{height:105px}.best-grid,.shop-page .product-grid{grid-template-columns:1fr}.amazon-card .product-img,.shop-page .product-img{height:230px}.hero-overlay h1{font-size:29px}.hero-overlay h2{font-size:15px}.footer-main{grid-template-columns:1fr}}.product-img-wrap{position:relative}.product-img-wrap .product-img{display:block}.save-btn{position:absolute;right:9px;top:9px;width:34px;height:34px;border:1px solid #ddd;border-radius:50%;background:#fffffff5;color:#555;display:grid;place-items:center;z-index:4;cursor:pointer}.save-btn:hover,.save-btn.active{color:#b12704;border-color:#e2b6aa}.wishlist-link{display:flex;align-items:center;gap:6px;white-space:nowrap}.wishlist-link:hover{text-decoration:underline}.sort-box{display:flex;align-items:center;gap:8px;font-size:11px;color:#555}.sort-box select{height:34px;border:1px solid #c7c9ca;border-radius:4px;background:#fff;padding:0 28px 0 10px;font-size:11px}.catalog-layout{display:grid;grid-template-columns:210px 1fr;gap:18px;padding:0 20px 40px}.filter-panel{background:#fff;border:1px solid #ddd;border-radius:4px;padding:15px;align-self:start;position:sticky;top:10px}.filter-title{display:flex;justify-content:space-between;font-size:12px;font-weight:800;border-bottom:1px solid #eee;padding-bottom:12px;margin-bottom:12px}.filter-title button{border:0;background:none;color:#007185;font-size:10px;cursor:pointer}.filter-panel label{display:block;font-size:11px;font-weight:700;margin:0 0 14px}.filter-panel input[type=number],.filter-panel select{width:100%;height:34px;border:1px solid #c7c9ca;border-radius:3px;margin-top:6px;padding:0 8px;font-size:11px;background:#fff}.check-filter{display:flex!important;align-items:center;gap:8px;font-weight:500!important}.check-filter input{width:15px;height:15px;margin:0}.catalog-empty{grid-column:1/-1}.page-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.page-title-row p{margin:4px 0 0;color:#667078}.wishlist-grid{grid-template-columns:repeat(4,1fr);margin-top:20px}.wishlist-page .static-content{max-width:none}.wishlist-page .product-grid{padding:0}.wishlist-page .amazon-card .product-img{height:220px}.cart-page .summary-card b{font-size:12px}.cart-page .summary-card .total b{font-size:20px}.cart-page .summary-card>div:nth-child(3) b{color:#667078;font-weight:500}.checkout-page .summary-card .green{color:#007600}.error{background:#fff1f0;border:1px solid #f2c7c3;color:#b12704;padding:10px 12px;border-radius:4px;font-size:12px}.success-box{background:#eef9f0;border:1px solid #b8d9bd;color:#216e2d;padding:14px;border-radius:4px;font-size:13px}.success-box a{color:#007185;font-weight:700}.product-card .product-title:hover{color:#c45500;text-decoration:underline}@media(max-width:900px){.catalog-layout{grid-template-columns:1fr}.filter-panel{position:static}.wishlist-grid{grid-template-columns:repeat(3,1fr)}.wishlist-link span{display:none}}@media(max-width:760px){.shop-heading{align-items:flex-start}.sort-box{margin-top:8px}.catalog-layout{padding:0 10px 30px}.wishlist-grid{grid-template-columns:repeat(2,1fr)}.page-title-row{align-items:flex-start;flex-direction:column}.wishlist-page .product-grid{padding:0}}@media(max-width:430px){.wishlist-grid{grid-template-columns:1fr}.save-btn{width:32px;height:32px}}.amazon-product-detail{box-shadow:0 1px 2px #00000008}.gallery-layout{display:grid;grid-template-columns:82px 1fr;gap:14px;align-items:start}.thumbs{display:grid;gap:10px;margin:0}.thumbs button{padding:0;border:1px solid var(--border);background:#fff;border-radius:7px;overflow:hidden;cursor:pointer}.thumbs button.active{border:2px solid var(--gold)}.thumbs img{display:block;width:78px;height:78px;object-fit:cover;border:0}.main-gallery{position:relative}.main-gallery>img{width:100%;height:610px;object-fit:cover;border-radius:10px;background:var(--soft)}.gallery-wish{position:absolute;right:15px;top:15px;width:42px;height:42px;border:1px solid var(--border);border-radius:50%;background:#fff;display:grid;place-items:center}.buybox-price{display:flex;align-items:center;gap:10px;margin-top:18px}.buybox-price strong{font-size:34px}.buybox-price del{color:var(--muted);font-size:14px}.buybox-price em{font-size:12px;color:var(--green);font-style:normal;font-weight:800}.offer-row{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:20px 0}.offer-row>div{padding:14px;border-right:1px solid var(--border);display:grid;gap:5px}.offer-row>div:last-child{border-right:0}.offer-row b{font-size:12px}.offer-row span{font-size:11px;color:var(--muted);line-height:1.4}.pin-check{display:flex;margin-top:10px}.pin-check input{width:145px;height:38px;border:1px solid var(--border);padding:0 10px;border-radius:6px 0 0 6px}.pin-check button{height:38px;border:0;background:var(--dark);color:#fff;padding:0 14px;border-radius:0 6px 6px 0}.pin-success,.pin-error{display:block;font-size:11px;margin-top:8px}.pin-success{color:var(--green)}.pin-error{color:#b42318}.stock-status{display:flex;align-items:center;gap:5px;color:var(--green);font-size:13px;font-weight:700}.buy-perks{display:flex;gap:15px;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:18px}.buy-perks span{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--muted)}.seller-box{display:grid;gap:5px;background:var(--soft);border-radius:8px;padding:15px;margin-top:20px}.seller-box span{font-size:11px;color:var(--muted)}.about-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:35px;margin-top:24px}.about-grid h2{font-size:20px}.about-grid p,.about-grid li{font-size:13px;color:var(--muted);line-height:1.7}.about-grid ul{padding-left:18px}.related-grid{grid-template-columns:repeat(4,1fr)!important}.cart-bottom-note{padding:14px 22px;font-size:11px;color:var(--muted);background:#fafafa}.cart-controls button:disabled{opacity:.35;cursor:not-allowed}.checkout-steps{max-width:900px;margin:5px 20px 10px;display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:12px}.checkout-steps span{font-size:12px;color:#888;font-weight:700}.checkout-steps .active{color:var(--dark)}.mini-order-list{display:grid;gap:10px;margin-bottom:15px}.mini-order-list>div{display:grid;grid-template-columns:46px 1fr auto;gap:8px;align-items:center;font-size:11px}.mini-order-list img{width:46px;height:46px;border-radius:5px;object-fit:cover;background:var(--soft)}.mini-order-list span{line-height:1.35}.mini-order-list b{font-size:11px}.checkout-card select,.checkout-card textarea{width:100%;border:1px solid var(--border);border-radius:6px;padding:11px;background:#fff}.checkout-card textarea{min-height:100px;margin:8px 0}.product-about{padding-top:10px}@media(max-width:900px){.about-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(2,1fr)!important}.gallery-layout{grid-template-columns:64px 1fr}.thumbs img{width:60px;height:60px}.main-gallery>img{height:520px}}@media(max-width:650px){.offer-row{grid-template-columns:1fr}.offer-row>div{border-right:0;border-bottom:1px solid var(--border)}.offer-row>div:last-child{border-bottom:0}.buybox-price strong{font-size:28px}.gallery-layout{grid-template-columns:1fr}.thumbs{order:2;display:flex;overflow:auto}.thumbs button{flex:0 0 auto}.main-gallery{order:1}.main-gallery>img{height:420px}.purchase-row .btn{flex:1}.checkout-steps{margin-left:16px;margin-right:16px}.checkout-steps span{font-size:10px}.mini-order-list>div{grid-template-columns:42px 1fr auto}.mini-order-list img{width:42px;height:42px}}.admin-shell{min-height:calc(100vh - 120px);background:#f5f6f6;display:grid;grid-template-columns:230px 1fr}.admin-sidebar{background:#111820;color:#fff;display:flex;flex-direction:column;padding:22px 14px;min-height:calc(100vh - 120px);position:sticky;top:0;height:calc(100vh - 120px)}.admin-logo{color:#fff;text-decoration:none;padding:5px 12px 25px;font-size:22px;letter-spacing:.08em}.admin-logo span{font-weight:400}.admin-sidebar nav{display:grid;gap:5px}.admin-sidebar button,.admin-side-bottom button{display:flex;align-items:center;gap:10px;width:100%;padding:12px;border:0;background:transparent;color:#c8d0d6;border-radius:7px;cursor:pointer;text-align:left;font-weight:700}.admin-sidebar button:hover,.admin-sidebar button.active{background:#24313b;color:#fff}.admin-side-bottom{margin-top:auto;display:grid;gap:4px;border-top:1px solid #2d3941;padding-top:12px}.admin-main{padding:26px;min-width:0}.admin-top{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.admin-top h1{margin:2px 0 0;font-size:30px}.admin-top-actions{display:flex;align-items:center;gap:10px}.admin-api{font-size:10px;color:#707a80;max-width:330px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.admin-stat-card{background:#fff;border:1px solid #ddd;border-radius:9px;padding:17px;display:flex;gap:13px;align-items:center}.admin-stat-icon{width:40px;height:40px;border-radius:8px;background:#f5f1e5;display:grid;place-items:center}.admin-stat-card div:last-child{display:grid;gap:2px}.admin-stat-card b{font-size:22px}.admin-stat-card span{font-size:11px;font-weight:700;color:#59636a}.admin-stat-card small{font-size:10px;color:#7b858b}.admin-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.admin-panel{background:#fff;border:1px solid #ddd;border-radius:9px;padding:18px;min-width:0}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px}.panel-head h2{margin:0;font-size:18px}.panel-head span{font-size:10px;color:#7b858b}.admin-list-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.admin-list-row:last-child{border-bottom:0}.admin-list-row div{display:grid;gap:3px;min-width:0}.admin-list-row span,.admin-list-row small{font-size:10px;color:#7b858b}.admin-list-row b,.admin-list-row strong{font-size:12px}.status{font-style:normal;font-size:9px;font-weight:800;text-transform:uppercase;padding:5px 7px;border-radius:999px;background:#eef1f2;color:#53616a}.status.delivered,.status.confirmed{background:#e8f6eb;color:#21743a}.status.cancelled,.status.returned{background:#fff0ee;color:#b42318}.status.shipped,.status.processing{background:#eef5ff;color:#245d9c}.danger-text{color:#b42318!important}.admin-search{display:flex;align-items:center;gap:7px;border:1px solid #cfd3d5;border-radius:6px;padding:0 9px;background:#fff}.admin-search input{border:0;outline:0;height:34px;min-width:180px;font-size:11px}.admin-table{overflow:auto}.admin-table-head,.admin-table-row{min-width:1060px;display:grid;grid-template-columns:1.1fr 1.1fr .8fr .9fr 1.2fr .7fr .65fr;gap:10px;align-items:start}.admin-table-head{padding:10px;background:#f5f6f6;font-size:9px;text-transform:uppercase;font-weight:800;color:#69747a}.admin-table-row{padding:12px 10px;border-bottom:1px solid #eee}.admin-table-row>div,.admin-table-row .ship-controls{display:grid;gap:4px}.admin-table-row b{font-size:11px}.admin-table-row small{font-size:9px;color:#7b858b;line-height:1.35}.admin-table-row select,.admin-table-row input,.admin-field input,.admin-field select,.admin-field textarea,.product-editor>label textarea{border:1px solid #cfd3d5;border-radius:5px;background:#fff;padding:8px;font-size:10px;min-width:0}.ship-controls input{width:100%}.panel-actions{display:flex;gap:8px;align-items:center}.product-editor{border:1px solid #ddd;background:#fbfbfb;border-radius:8px;padding:17px;margin-bottom:18px}.editor-head{display:flex;justify-content:space-between;margin-bottom:15px}.editor-head h3{margin:0;font-size:16px}.editor-head span,.admin-field>span,.media-editor small{display:block;color:#7b858b;font-size:9px;margin-top:3px}.editor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.admin-field{display:grid;gap:4px}.admin-field>span{font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#59636a}.product-editor>label{display:grid;gap:4px;margin-bottom:12px}.media-editor{border:1px dashed #c7cccf;border-radius:7px;padding:12px;display:grid;gap:10px}.media-editor>div:first-child{display:grid}.upload-btn{justify-self:start;display:flex;gap:6px;align-items:center;border:1px solid #c7cccf;border-radius:5px;padding:8px 10px;font-size:10px;font-weight:800;cursor:pointer;background:#fff}.media-grid{display:flex;gap:8px;flex-wrap:wrap}.media-grid>div{width:76px;height:76px;position:relative}.media-grid img{width:100%;height:100%;object-fit:cover;border-radius:5px;border:1px solid #ddd}.media-grid button{position:absolute;right:-5px;top:-5px;width:20px;height:20px;border:0;border-radius:50%;background:#111;color:#fff;cursor:pointer}.editor-actions{display:flex;gap:8px;margin-top:14px}.admin-product-list{display:grid}.admin-product-row{display:grid;grid-template-columns:48px 1.8fr .7fr .5fr .6fr auto auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.product-admin-image{width:48px;height:48px;border-radius:5px;background:#f4f5f5;display:grid;place-items:center;overflow:hidden}.product-admin-image img{width:100%;height:100%;object-fit:cover}.product-admin-main{display:grid;gap:3px;min-width:0}.product-admin-main b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-admin-main span,.admin-product-row small{font-size:9px;color:#7b858b}.admin-product-row>div:not(.product-admin-image):not(.product-admin-main){display:grid;gap:2px}.coupon-admin-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.coupon-admin-row>div{display:grid;gap:3px}.coupon-admin-row span{font-size:9px;color:#7b858b}.toggle{display:flex;align-items:center;gap:7px;font-size:10px;margin:12px 0}.audit-list{overflow:auto}.audit-row{display:grid;grid-template-columns:160px 190px 180px 1fr;gap:10px;padding:11px 0;border-bottom:1px solid #eee;align-items:center}.audit-row span,.audit-row b{font-size:10px}.audit-row code{font-size:9px;color:#667078;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-login{min-height:calc(100vh - 120px);display:grid;place-items:center;background:#f5f6f6;padding:30px}.admin-login-card{width:min(440px,100%);background:#fff;border:1px solid #ddd;border-radius:10px;padding:28px;box-shadow:0 8px 30px #0000000f}.admin-login-card h1{margin:6px 0 10px}.admin-login-card p{font-size:12px;color:#667078;line-height:1.6}.admin-login-card input{width:100%;height:42px;border:1px solid #bbb;border-radius:5px;padding:0 11px;margin:10px 0}.admin-error{margin-bottom:15px}.guest-track{margin-top:25px;padding-top:18px;border-top:1px solid #eee;display:grid;gap:8px}.guest-track input{height:38px;border:1px solid #ccc;border-radius:5px;padding:0 10px}.order-card-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.order-card-head span{text-transform:uppercase;font-size:9px;font-weight:800;color:#667078}.order-item{display:flex;justify-content:space-between;border-top:1px solid #eee;padding:8px 0;font-size:10px}@media(max-width:1100px){.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-grid-2{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto;min-height:0}.admin-shell{grid-template-columns:1fr}.admin-sidebar nav{grid-template-columns:repeat(5,1fr)}.admin-side-bottom{grid-template-columns:1fr 1fr}.editor-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.admin-main{padding:15px}.admin-top{align-items:flex-start;flex-direction:column}.admin-top-actions{width:100%}.admin-stat-grid{grid-template-columns:1fr 1fr}.admin-sidebar{padding:12px}.admin-sidebar nav{overflow:auto;display:flex}.admin-sidebar nav button{flex:0 0 auto}.admin-logo{padding-bottom:12px}.editor-grid{grid-template-columns:1fr}.panel-head{align-items:flex-start;flex-direction:column}.panel-actions{width:100%;flex-direction:column;align-items:stretch}.admin-search input{min-width:0;width:100%}.admin-product-row{grid-template-columns:44px 1fr auto auto}.admin-product-row>div:nth-child(3),.admin-product-row>div:nth-child(4),.admin-product-row>div:nth-child(5){display:none}.audit-row{grid-template-columns:1fr;gap:3px}.admin-stat-card{padding:12px}.admin-stat-card b{font-size:18px}}.product-img-placeholder{min-height:260px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;background:#f4f5f6;color:#7b838a;font-size:12px;text-align:center}.product-img-placeholder.large{min-height:520px;height:100%;border-radius:8px}.order-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.admin-health{display:grid;gap:12px}.admin-health p{display:flex;align-items:center;gap:9px;margin:0;padding:12px;border:1px solid #e5e7eb;border-radius:8px}.admin-health svg{width:18px}.admin-health b{margin-left:auto}.admin-panel pre{background:#111827;color:#e5e7eb;padding:14px;border-radius:8px;overflow:auto;font-size:12px}.admin-panel code{display:block;padding:12px;background:#f4f5f6;border-radius:8px;overflow:auto}.admin-nav-title{font-size:9px;letter-spacing:.14em;color:#7e8991;padding:0 12px 8px;font-weight:800}.admin-sidebar nav button{position:relative}.admin-sidebar nav button i{margin-left:auto;background:#d97706;color:#fff;border-radius:999px;font-size:9px;padding:2px 6px;font-style:normal}.admin-kpi-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.admin-kpi-strip>div{background:#fff;border:1px solid #ddd;border-radius:9px;padding:14px 16px;display:grid;gap:3px}.admin-kpi-strip b{font-size:18px}.admin-kpi-strip span{font-size:10px;color:#69747a}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick-grid button{display:grid;grid-template-columns:24px 1fr;align-items:center;text-align:left;gap:4px 8px;padding:13px;border:1px solid #ddd;background:#fff;border-radius:8px;cursor:pointer}.quick-grid button svg{grid-row:span 2}.quick-grid button strong{font-size:9px;color:#7b858b;font-weight:500}.admin-order-list,.returns-list{display:grid;gap:12px}.admin-order-card,.return-card{border:1px solid #e0e2e3;border-radius:9px;padding:14px;background:#fff}.order-card-top{display:flex;justify-content:space-between;gap:15px}.order-card-top>div{display:grid;gap:4px}.order-card-top b{font-size:13px}.order-card-top span,.order-card-top small{font-size:10px;color:#68737a}.order-card-top>strong{font-size:18px}.order-items-mini{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}.order-items-mini span{font-size:10px;background:#f5f6f6;padding:6px 8px;border-radius:5px}.order-admin-controls{display:grid;grid-template-columns:130px 145px 1fr 1fr auto;gap:8px;align-items:end}.order-admin-controls label,.return-controls label{display:grid;gap:4px;font-size:9px;font-weight:800;text-transform:uppercase;color:#59636a}.order-admin-controls input,.order-admin-controls select,.return-controls input,.return-controls select{height:34px;border:1px solid #cfd3d5;border-radius:5px;padding:0 8px;background:#fff;font-size:10px}.order-actions{display:flex;gap:5px;flex-wrap:wrap}.order-meta-line{margin-top:10px;padding-top:10px;border-top:1px solid #eee;display:flex;gap:18px;font-size:10px;color:#667078}.return-card{display:grid;grid-template-columns:1fr auto;gap:15px}.return-card>div:first-child{display:grid;gap:4px}.return-card>div:first-child b{font-size:13px}.return-card span,.return-card small,.return-card p{font-size:10px;color:#667078;margin:0}.return-controls{display:flex;align-items:end;gap:8px}.warning-box{display:flex;gap:8px;align-items:flex-start;background:#fff7e6;border:1px solid #f0d8a4;padding:10px;border-radius:6px;font-size:10px;margin-bottom:12px}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000007a;z-index:100;display:grid;place-items:center;padding:20px}.admin-modal{width:min(520px,100%);background:#fff;border-radius:10px;box-shadow:0 20px 70px #00000040}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #eee}.modal-head h2{font-size:17px;margin:0}.modal-head button{border:0;background:none;font-size:22px;cursor:pointer}.modal-body{padding:18px;display:grid;gap:12px}.admin-field.wide{grid-column:1/-1}.editor-tabs{display:flex;gap:4px;overflow:auto;border-bottom:1px solid #ddd;margin:-2px 0 15px;padding-bottom:1px}.editor-tabs button{border:0;background:transparent;padding:9px 11px;font-size:10px;font-weight:800;color:#69747a;cursor:pointer;white-space:nowrap}.editor-tabs button.active{color:#111820;border-bottom:2px solid #111820}.bullet-editor{display:grid;gap:7px;margin:12px 0}.bullet-editor>b{font-size:10px;text-transform:uppercase;color:#59636a}.bullet-editor>div{display:flex;gap:5px}.bullet-editor input{flex:1;height:34px;border:1px solid #cfd3d5;border-radius:5px;padding:0 8px;font-size:10px}.bullet-editor button{border:1px solid #ddd;background:#fff;border-radius:5px;cursor:pointer}.discount-pill{font-size:8px;color:#087443}.inventory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.inventory-card{display:grid;grid-template-columns:44px 1fr auto auto;gap:10px;align-items:center;border:1px solid #e0e2e3;border-radius:8px;padding:10px}.inventory-card>div:nth-child(2){display:grid;gap:3px;min-width:0}.inventory-card b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inventory-card span{font-size:9px;color:#7b858b}.inventory-card strong{font-size:15px}.order-customer-actions{display:flex;align-items:center;gap:12px;margin-top:12px;padding-top:10px;border-top:1px solid #eee}.order-customer-actions small{font-size:9px;color:#69747a}@media(max-width:1100px){.admin-kpi-strip{grid-template-columns:repeat(2,1fr)}.order-admin-controls{grid-template-columns:1fr 1fr}.order-actions{grid-column:1/-1}.return-card{grid-template-columns:1fr}.return-controls{align-items:stretch;flex-wrap:wrap}.inventory-grid{grid-template-columns:1fr}}@media(max-width:650px){.admin-kpi-strip{grid-template-columns:1fr 1fr}.quick-grid{grid-template-columns:1fr}.order-card-top{flex-direction:column}.order-admin-controls{grid-template-columns:1fr}.return-controls{display:grid;grid-template-columns:1fr}.inventory-grid{grid-template-columns:1fr}}.admin-shell-v2{min-height:100vh;grid-template-columns:233px 1fr;background:#f4f7fb;color:#152033}.admin-sidebar-v2{min-height:100vh;height:100vh;position:sticky;top:0;padding:14px 10px 16px;background:linear-gradient(180deg,#142033,#101923);border-right:1px solid #243246;box-shadow:4px 0 18px #0f192614;overflow:auto}.admin-logo-v2{height:54px;display:flex;align-items:center;gap:11px;padding:0 9px 10px;color:#fff}.admin-logo-mark{width:36px;height:36px;display:grid;place-items:center;color:#ffad12;filter:drop-shadow(0 2px 3px rgba(255,173,18,.18))}.admin-logo-v2>span:last-child{display:grid;grid-template-columns:auto auto;column-gap:2px;line-height:1}.admin-logo-v2 b{font-size:20px;letter-spacing:.1px}.admin-logo-v2 strong{font-size:20px;color:#f7a91b}.admin-logo-v2 small{grid-column:1/-1;color:#aeb8c6;font-size:10px;margin-top:5px;letter-spacing:.1px}.admin-sidebar-v2 nav{display:grid;gap:3px;margin-top:9px}.admin-sidebar-v2 nav button{height:42px;padding:0 11px;border-radius:7px;color:#d5dce5;font-size:14px;font-weight:500;gap:12px;transition:.15s;background:transparent}.admin-sidebar-v2 nav button svg{color:#d2d9e1;stroke-width:1.9}.admin-sidebar-v2 nav button:hover{background:#1e2c40;color:#fff}.admin-sidebar-v2 nav button.active{background:linear-gradient(90deg,#1669dc,#1676ee);color:#fff;box-shadow:0 4px 12px #1268de38}.admin-sidebar-v2 nav button.active svg{color:#fff}.admin-sidebar-v2 nav button i{margin-left:auto;background:#f04b4b;color:#fff;border-radius:999px;font-size:10px;min-width:23px;text-align:center;padding:3px 6px;font-style:normal}.admin-side-bottom-v2{margin-top:18px;padding:16px 9px 0;border-top:1px solid #263548}.admin-system-card{border:1px solid #293a4e;border-radius:8px;padding:13px 12px;margin-bottom:10px;background:#142236}.admin-system-card>span{display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:11px}.admin-system-card small{color:#9da9b8;font-size:10px}.admin-system-card em{display:flex;align-items:center;gap:7px;color:#b8c2ce;font-style:normal;font-size:10px;margin-top:13px}.admin-system-card u{width:8px;height:8px;background:#1fc57a;border-radius:50%;text-decoration:none;box-shadow:0 0 0 3px #1fc57a17}.admin-side-bottom-v2>button{height:38px;color:#bdc6d1;font-weight:500}.admin-main-v2{padding:0 19px 18px;min-width:0;background:#f4f7fb}.admin-top-v2{height:66px;margin:0 -19px 23px;padding:0 40px;background:linear-gradient(180deg,#142033,#172235);display:flex;align-items:center;border-bottom:1px solid #223044;box-shadow:0 2px 10px #14203314}.admin-global-search{height:39px;max-width:620px;flex:1;background:#fff;border-radius:7px;display:flex;align-items:center;gap:9px;padding:0 12px;color:#3d4c60}.admin-global-search input{border:0;outline:0;flex:1;font-size:14px;color:#344154;background:transparent}.admin-global-search input::placeholder{color:#637187}.admin-top-right{display:flex;align-items:center;gap:22px;margin-left:auto}.view-store{height:39px;padding:0 15px;border:1px solid #506074;border-radius:8px;display:flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:600}.icon-top-btn{position:relative;width:30px;height:38px;border:0;background:transparent;color:#fff;display:grid;place-items:center}.icon-top-btn b{position:absolute;right:-3px;top:0;background:#ef3f43;color:#fff;border-radius:999px;font-size:9px;min-width:21px;height:19px;display:grid;place-items:center;border:2px solid #172235}.top-divider{height:34px;width:1px;background:#334156}.admin-profile{display:flex;align-items:center;gap:10px;border:0;background:transparent;color:#fff;text-align:left}.admin-avatar{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#f5f6f8,#aeb7c3);color:#1a2a3e;font-weight:800;border:2px solid #fff;font-size:13px}.admin-profile>span:nth-child(2){display:grid;line-height:1.1}.admin-profile b{font-size:14px}.admin-profile small{font-size:10px;color:#c6ced9;margin-top:4px}.dashboard-v2{max-width:100%}.dashboard-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin:0 0 21px;padding:0 1px}.dashboard-title-row h1{font-size:30px;letter-spacing:-.8px;margin:0 0 4px;color:#152033}.dashboard-title-row p{margin:0;color:#50617a;font-size:14px}.dashboard-filters{display:flex;gap:12px}.dashboard-filters button{height:40px;border:1px solid #dbe2ea;background:#fff;border-radius:7px;padding:0 13px;display:flex;align-items:center;gap:8px;color:#33435a;font-size:12px;box-shadow:0 1px 2px #14203308}.dash-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:14px}.dash-stat-grid .admin-stat-card{min-height:117px;border:1px solid #e1e7ee;border-radius:8px;padding:15px;background:#fff;box-shadow:0 2px 6px #14203306;gap:14px}.dash-stat-grid .admin-stat-icon{width:58px;height:58px;border-radius:13px;color:#fff;flex:0 0 58px}.dash-stat-grid .admin-stat-card:nth-child(1) .admin-stat-icon{background:linear-gradient(145deg,#27d58b,#20b77b)}.dash-stat-grid .admin-stat-card:nth-child(2) .admin-stat-icon{background:linear-gradient(145deg,#2c79f3,#1763e0)}.dash-stat-grid .admin-stat-card:nth-child(3) .admin-stat-icon{background:linear-gradient(145deg,#8e59ed,#6e42dc)}.dash-stat-grid .admin-stat-card:nth-child(4) .admin-stat-icon{background:linear-gradient(145deg,#ffa31a,#ff8c00)}.dash-stat-grid .admin-stat-card div:last-child{gap:4px}.dash-stat-grid .admin-stat-card span{font-size:13px;font-weight:500;color:#42516a;order:-1}.dash-stat-grid .admin-stat-card b{font-size:25px;line-height:1.1;color:#152033}.dash-stat-grid .admin-stat-card small{font-size:11px;color:#13a66b;font-weight:600}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,2.45fr) minmax(270px,1fr);gap:13px;margin-bottom:14px}.dash-panel{background:#fff;border:1px solid #e0e6ed;border-radius:8px;box-shadow:0 2px 7px #14203306;min-width:0}.dash-panel-head{min-height:55px;padding:13px 15px 11px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:0}.dash-panel-head h2{font-size:17px;letter-spacing:-.2px;margin:0;color:#162236}.view-link{border:0;background:none;color:#0568ed;font-size:12px;cursor:pointer;padding:2px}.chart-legend{display:flex;align-items:center;gap:19px;color:#4c5d73;font-size:12px}.chart-legend span{display:flex;align-items:center;gap:7px}.legend-dot{width:11px;height:11px;border-radius:50%;display:inline-block}.legend-dot.sales{background:#4a91ed}.legend-dot.orders{background:#2dbd82}.chart-legend button{height:36px;padding:0 10px;border:1px solid #dfe5ec;background:#fff;border-radius:7px;display:flex;align-items:center;gap:8px;color:#33445b;font-size:12px}.sales-panel{height:286px}.sales-chart{position:relative;height:220px;padding:4px 15px 0 67px}.sales-chart svg{width:100%;height:196px;display:block;color:#4c8fe8;overflow:visible}.chart-grid line{stroke:#dfe6ee;stroke-width:1}.sales-line{stroke:#2877e4}.sales-point{fill:#fff;stroke:#2e80ec;stroke-width:3}.order-bar{fill:#27b981;opacity:.96}.y-labels{position:absolute;left:15px;top:0;height:184px;display:flex;flex-direction:column;justify-content:space-between;color:#697990;font-size:10px}.x-labels{display:grid;grid-template-columns:repeat(7,1fr);position:absolute;left:67px;right:15px;bottom:0;text-align:center;color:#53647a;font-size:10px}.status-panel{height:286px}.status-panel .dash-panel-head{border-bottom:1px solid #edf0f4}.status-row{height:38px;margin:0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eef1f4;color:#26364c;font-size:12px}.status-row:last-child{border-bottom:0}.status-row span{display:flex;align-items:center;gap:10px}.status-row i{width:11px;height:11px;border-radius:50%;display:inline-block}.status-row b{font-size:12px;color:#26364c}.dashboard-bottom-grid{display:grid;grid-template-columns:1.2fr 1.38fr 1.15fr;gap:13px;margin-bottom:14px}.dashboard-bottom-grid .dash-panel{min-height:290px}.dash-table-head,.dash-table-row{display:grid;grid-template-columns:28px 1fr 65px 80px;align-items:center;gap:8px;padding:0 14px}.dash-table-head{height:31px;background:#fbfcfd;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;color:#627188;font-size:10px}.dash-table-row{min-height:49px;border-bottom:1px solid #edf0f4;font-size:11px;color:#2a394e}.dash-table-row>div{display:flex;align-items:center;gap:8px;min-width:0}.dash-table-row>div b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-table-row strong{font-size:11px}.dash-product-thumb{width:34px;height:34px;flex:0 0 34px;border:1px solid #e0e4e9;background:#f6f7f8;border-radius:5px;display:grid;place-items:center;overflow:hidden;color:#647287}.dash-product-thumb img{width:100%;height:100%;object-fit:cover}.recent-head{display:grid;grid-template-columns:54px 1fr 75px 78px 20px;gap:7px;height:31px;padding:0 13px;align-items:center;background:#fbfcfd;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;color:#627188;font-size:10px}.recent-row{display:grid;grid-template-columns:54px 1fr 75px 78px 20px;gap:7px;min-height:49px;padding:0 13px;align-items:center;border-bottom:1px solid #edf0f4;font-size:11px}.recent-row>b{font-size:10px}.recent-row>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-row>strong{font-size:10px}.recent-row>button{border:0;background:none;color:#738198;display:grid;place-items:center}.status-chip{font-style:normal;font-size:10px;font-weight:600;padding:6px 8px;border-radius:7px;text-align:center;white-space:nowrap}.status-chip.processing{background:#dbeafe;color:#1163d2}.status-chip.shipped{background:#e9ddff;color:#7141d8}.status-chip.delivered{background:#d8f5e6;color:#138554}.status-chip.placed,.status-chip.payment_pending,.status-chip.confirmed{background:#fff0cc;color:#c27b00}.status-chip.cancelled{background:#ffe0e0;color:#d33d3d}.low-head{grid-template-columns:1fr 55px 88px}.low-row{display:grid;grid-template-columns:1fr 55px 88px;gap:7px;min-height:49px;padding:0 13px;align-items:center;border-bottom:1px solid #edf0f4;font-size:11px}.low-row>div{display:flex;align-items:center;gap:8px;min-width:0}.low-row b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.low-row>strong{font-size:11px;color:#ef4444}.low-row em{font-style:normal;font-size:9px;font-weight:700;padding:5px 7px;border-radius:7px;text-align:center}.low-stock{background:#fff1cc;color:#d38a00}.out-stock{background:#ffdfe0;color:#e33f43}.quick-actions-v2{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.quick-actions-v2 button{height:91px;border:1px solid #e0e6ed;background:#fff;border-radius:8px;display:flex;align-items:center;gap:13px;padding:0 17px;text-align:left;color:#25354b;box-shadow:0 2px 7px #14203306}.quick-actions-v2 button span{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;color:#fff;flex:0 0 48px}.quick-actions-v2 button:nth-child(1) span{background:#20b982}.quick-actions-v2 button:nth-child(2) span{background:#1d70e8}.quick-actions-v2 button:nth-child(3) span{background:#ef3538}.quick-actions-v2 button:nth-child(4) span{background:#7344e7}.quick-actions-v2 button:nth-child(5) span{background:#ff950d}.quick-actions-v2 button:nth-child(6) span{background:#56677e}.quick-actions-v2 b{font-size:12px;font-weight:600}.admin-placeholder{margin-top:10px;padding:70px 30px;text-align:center}.placeholder-icon{width:62px;height:62px;border-radius:15px;background:#e7eef9;color:#3c78dc;display:grid;place-items:center;margin:0 auto 18px}.admin-placeholder h2{margin:0 0 8px;font-size:22px}.admin-placeholder p{max-width:580px;margin:0 auto 10px;color:#627188;font-size:13px;line-height:1.6}.admin-placeholder>span{font-size:10px;color:#8793a3}@media(max-width:1200px){.dashboard-bottom-grid{grid-template-columns:1fr 1fr}.dashboard-bottom-grid>.dash-panel:last-child{grid-column:1/-1}.quick-actions-v2{grid-template-columns:repeat(3,1fr)}.dash-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.admin-shell-v2{grid-template-columns:1fr}.admin-sidebar-v2{position:relative;height:auto;min-height:0}.admin-sidebar-v2 nav{display:flex;overflow:auto}.admin-sidebar-v2 nav button{flex:0 0 auto}.admin-side-bottom-v2{display:none}.admin-top-v2{height:auto;min-height:66px;padding:12px 18px;flex-wrap:wrap}.admin-global-search{order:2;max-width:none;flex-basis:100%}.admin-top-right{gap:10px}.dashboard-title-row{flex-direction:column}.dashboard-main-grid,.dashboard-bottom-grid{grid-template-columns:1fr}.dashboard-bottom-grid>.dash-panel:last-child{grid-column:auto}.quick-actions-v2{grid-template-columns:1fr 1fr}.sales-panel,.status-panel{height:auto}.admin-main-v2{padding:0 12px 15px}.admin-top-v2{margin:0 -12px 18px}}@media(max-width:600px){.dash-stat-grid{grid-template-columns:1fr}.dashboard-filters{width:100%}.dashboard-filters button{flex:1}.chart-legend span{display:none}.quick-actions-v2{grid-template-columns:1fr}.recent-head,.recent-row{grid-template-columns:45px 1fr 70px 68px 18px}.low-head,.low-row{grid-template-columns:1fr 45px 78px}.view-store{display:none}}
