:root{--blue:#0b72e7;--navy:#122b49;--bg:#f6f8fb;--text:#17202a;--muted:#6b7785;--line:#e6ebf1;--card:#fff;--shadow:0 10px 30px rgba(18,43,73,.08);--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--text);background:#fff}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}.topbar{background:var(--navy);color:#fff;display:flex;justify-content:space-around;gap:20px;padding:9px 4%;font-size:12px}.header{display:flex;align-items:center;gap:28px;padding:18px 4%;background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;color:var(--navy);text-decoration:none;min-width:190px}.brandmark{display:grid;place-items:center;width:40px;height:40px;border:3px solid var(--blue);border-radius:10px;color:var(--blue);font-size:25px}.brand b{display:block;font-size:21px}.brand small{display:block;color:var(--muted);font-size:11px}.search{display:flex;flex:1;max-width:680px}.search input{width:100%;padding:13px 16px;border:1px solid #d9e0e8;border-radius:12px 0 0 12px;outline:none}.search button{width:54px;background:var(--blue);color:#fff;border-radius:0 12px 12px 0;font-size:23px}.head-actions{display:flex;align-items:center;gap:15px;margin-left:auto}.head-actions a{color:var(--text);text-decoration:none;font-size:14px}.head-actions button{background:#fff;border:1px solid var(--line);padding:9px 12px;border-radius:10px}.nav{display:flex;justify-content:center;gap:35px;background:var(--blue);padding:12px}.nav a{color:#fff;text-decoration:none;font-weight:650;font-size:14px}.hero{margin:22px auto;max-width:1400px;min-height:310px;border-radius:20px;overflow:hidden;background:linear-gradient(120deg,#eef7ff,#dbeeff);display:flex;align-items:center;padding:55px 7%;position:relative}.hero h1{font-size:44px;line-height:1.05;margin:8px 0 14px;max-width:620px}.hero p{font-size:17px;color:#506070;max-width:560px}.hero .hero-content{position:relative;z-index:2}.primary{background:var(--blue);color:#fff;padding:13px 18px;border-radius:10px;font-weight:700}.hero:after{content:"📱";position:absolute;right:9%;font-size:190px;opacity:.14}.section{max-width:1400px;margin:0 auto;padding:34px 4%}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section h2{margin:0;font-size:25px}.chips{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.chips button{background:#fff;border:1px solid var(--line);padding:18px 10px;border-radius:14px;box-shadow:var(--shadow)}.chips button:hover{border-color:var(--blue);color:var(--blue)}.grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.product{background:var(--card);border:1px solid var(--line);border-radius:15px;padding:13px;transition:.2s;box-shadow:0 4px 18px rgba(0,0,0,.03)}.product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-img{height:190px;border-radius:12px;background:linear-gradient(145deg,#f5f7fa,#e9eef5);display:grid;place-items:center;font-size:75px;position:relative}.badge{position:absolute;top:9px;left:9px;background:#16a34a;color:#fff;padding:4px 7px;border-radius:6px;font-size:11px}.product h3{font-size:15px;margin:12px 0 5px}.meta,.stars{font-size:12px;color:var(--muted)}.price{font-size:17px;font-weight:800;margin-top:9px}.old{text-decoration:line-through;color:#9aa3ad;font-size:12px}.add{width:100%;margin-top:11px;padding:10px;border-radius:9px;background:#eaf3ff;color:var(--blue);font-weight:750}.trust{max-width:1400px;margin:10px auto 20px;padding:20px 4%;display:grid;grid-template-columns:repeat(4,1fr);gap:15px;background:#f0f7ff;border-radius:18px}.trust div{display:grid;grid-template-columns:34px 1fr;column-gap:8px}.trust small{grid-column:2;color:var(--muted)}.payment-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.pay-card{border:1px solid var(--line);padding:18px;border-radius:14px;display:flex;gap:12px;align-items:center;background:#fff}.pay-icon{width:42px;height:42px;border-radius:10px;background:#eef5ff;display:grid;place-items:center;font-weight:800}.muted{color:var(--muted);font-size:12px}.legal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;background:#fafbfc}.legal-grid article{display:flex;flex-direction:column;gap:8px}.legal-grid a{color:#425466;text-decoration:none;font-size:14px}footer{background:var(--navy);color:#fff;padding:30px 5%;display:flex;justify-content:space-between;gap:20px}.drawer{display:none;position:fixed;inset:0;background:#0006;z-index:50}.drawer.open{display:block}.drawer-box{background:#fff;width:min(440px,100%);height:100%;margin-left:auto;padding:22px;overflow:auto}.drawer-head{display:flex;justify-content:space-between;align-items:center}.cart-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;padding:20px 0;font-size:18px}.full{width:100%}.hidden{display:none!important}.admin-body{background:var(--bg);min-height:100vh}.admin-login{min-height:100vh;display:grid;place-items:center;padding:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;width:min(420px,100%);box-shadow:var(--shadow)}.panel input,.form input,.form textarea,.form select{width:100%;padding:11px 12px;border:1px solid #d9e0e8;border-radius:9px;margin:6px 0 12px}.sidebar{position:fixed;inset:0 auto 0 0;width:230px;background:var(--navy);padding:22px;display:flex;flex-direction:column;gap:7px;color:#fff}.sidebar .brand{color:#fff;margin-bottom:18px}.sidebar button,.sidebar a{background:transparent;color:#dbe8f5;text-align:left;padding:11px;border-radius:8px;text-decoration:none}.sidebar button:hover,.sidebar a:hover{background:#ffffff14}.admin-main{margin-left:230px;padding:28px}.admin-top{display:flex;justify-content:space-between;align-items:center}.admin-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;margin-bottom:16px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:11px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}.row-actions{display:flex;gap:6px}.danger{background:#fee2e2;color:#b91c1c;padding:7px 9px;border-radius:7px}.secondary{background:#eef2f7;padding:9px 12px;border-radius:8px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stat{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}.stat b{font-size:26px;display:block;margin-top:6px}.error{color:#b91c1c}.success{color:#15803d}@media(max-width:1000px){.grid{grid-template-columns:repeat(3,1fr)}.chips{grid-template-columns:repeat(4,1fr)}.payment-grid{grid-template-columns:repeat(2,1fr)}.legal-grid{grid-template-columns:repeat(2,1fr)}.head-actions a{display:none}}@media(max-width:700px){.topbar span:not(:first-child){display:none}.header{flex-wrap:wrap;gap:12px}.brand{min-width:auto}.search{order:3;flex-basis:100%;max-width:none}.nav{gap:15px;overflow:auto;justify-content:flex-start}.hero{margin:12px;padding:35px 25px;min-height:270px}.hero h1{font-size:31px}.grid{grid-template-columns:repeat(2,1fr)}.chips{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:repeat(2,1fr);margin:10px}.payment-grid,.legal-grid{grid-template-columns:1fr}.section{padding:25px 4%}.sidebar{position:static;width:auto;min-height:auto}.admin-main{margin-left:0}.form-grid,.stat-grid{grid-template-columns:1fr}footer{flex-direction:column}.product-img{height:150px}.hero:after{right:-25px;font-size:120px}}

.desc{color:#657080;font-size:.9rem;line-height:1.5;margin:8px 0 14px}.product-img img{max-width:90%;max-height:90%;object-fit:contain}.checkout-box{max-width:520px}.checkout-box form{display:grid;gap:12px}.checkout-box label{display:grid;gap:6px;font-weight:600}.checkout-box input,.checkout-box textarea{width:100%;padding:11px;border:1px solid #d8dee8;border-radius:10px;font:inherit}.checkout-box textarea{min-height:90px;resize:vertical}.error{color:#b42318}.result-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f6f8fb}.result-card,.legal-page{max-width:760px;margin:auto;background:#fff;border:1px solid #e5e9ef;border-radius:18px;padding:30px;box-shadow:0 12px 40px rgba(0,0,0,.06)}.result-card{text-align:center}.order-ref{padding:12px;background:#f4f6f8;border-radius:10px;margin:20px 0;font-family:monospace}.inline-btn{display:inline-block;text-decoration:none}.legal-page{margin:40px auto;line-height:1.7}.legal-page h1{margin-top:24px}.legal-page h2{margin-top:26px}.legal-page a{color:inherit}.notice{padding:14px;border-left:4px solid #111;background:#f6f7f9;border-radius:8px}.checklist{line-height:1.8}.pay-setting{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid #e6ebf1}.status{display:inline-block;padding:4px 8px;border-radius:999px;background:#eef2f6;font-size:.8rem}

/* V3 storefront polish */
:root{--blue:#1463ff;--navy:#0d1b2a;--ink:#111827;--muted:#667085;--line:#e7eaf0;--bg:#f7f8fa;--soft:#eef4ff;--green:#16845b;--shadow:0 14px 40px rgba(15,23,42,.08)}
body{background:#fff;color:var(--ink)}a{color:inherit}.no-scroll{overflow:hidden}.eyebrow{font-size:11px;letter-spacing:.12em;font-weight:800;color:var(--blue)}
.header{padding:14px 5%;box-shadow:0 1px 0 var(--line)}.brandmark{background:#edf4ff;border:0;font-weight:900}.head-actions button{position:relative}.head-actions button span{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;background:var(--blue);color:#fff;border-radius:99px;font-size:11px;margin-left:3px}
.hero{max-width:1400px;margin:22px auto;border-radius:26px;background:radial-gradient(circle at 80% 20%,#dceaff,transparent 35%),linear-gradient(135deg,#f5f9ff,#edf4ff);padding:58px 7%;min-height:380px}.hero h1{font-size:clamp(34px,5vw,58px);letter-spacing:-.04em}.hero p{line-height:1.7}.hero-actions{display:flex;align-items:center;gap:12px;margin-top:24px}.hero-secondary{font-weight:700;text-decoration:none;padding:12px 4px;color:var(--navy)}.hero-visual{position:absolute;right:8%;top:50%;transform:translateY(-50%)}.hero-phone{width:180px;height:310px;border-radius:32px;background:linear-gradient(150deg,#16263d,#3d5d82);box-shadow:0 30px 60px rgba(31,61,104,.25);border:8px solid #0b1420;display:flex;align-items:flex-end;justify-content:center;padding-bottom:28px;color:#fff;font-size:10px;letter-spacing:.2em;font-weight:800}.hero-phone:before{content:"";position:absolute;width:58px;height:10px;background:#0b1420;border-radius:0 0 12px 12px;top:8px}
.chips button{padding:14px 10px;font-weight:700}.chips button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.grid{grid-template-columns:repeat(4,1fr)}.product{padding:12px;border-radius:18px}.product-link{text-decoration:none;display:block}.product-img{height:245px;background:linear-gradient(145deg,#f7f8fa,#edf1f6);overflow:hidden}.product-img img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.phone-placeholder{width:92px;height:180px;border-radius:22px;background:linear-gradient(160deg,#c9d3e2,#7f90a8);box-shadow:inset 0 0 0 5px #eef2f6,0 12px 25px rgba(15,23,42,.12);display:flex;align-items:center;justify-content:flex-end;flex-direction:column;padding-bottom:20px;color:#fff;gap:4px}.phone-placeholder span{font-size:9px;letter-spacing:.12em;font-weight:800}.phone-placeholder small{font-size:9px;opacity:.85}.phone-placeholder.small{height:145px;width:74px}.phone-placeholder.tiny{height:58px;width:38px;border-radius:9px;box-shadow:none;padding:0}.phone-placeholder.tiny span{font-size:6px}.product h3{font-size:16px;margin:14px 0 6px}.stock-mini{font-size:11px;color:var(--green);margin-top:4px}.product-actions{display:flex;gap:8px;align-items:center;margin-top:12px}.detail-link{font-size:12px;font-weight:700;color:var(--blue);text-decoration:none;white-space:nowrap}.product .add{margin:0;flex:1}.add:disabled,.primary:disabled{opacity:.5;cursor:not-allowed}.trust{background:#f8fafc;border:1px solid var(--line);padding:22px 4%}.trust div{min-height:45px}.pay-card{box-shadow:0 4px 16px rgba(15,23,42,.03)}.legal-grid{background:#fbfcfd;border-top:1px solid var(--line)}
.drawer{backdrop-filter:blur(3px)}.drawer-box{width:min(480px,100%);padding:24px}.drawer-head h2{margin:3px 0}.drawer-actions{display:grid;gap:9px;margin-top:10px}.cart-row{align-items:center}.cart-mini{display:flex;gap:10px;align-items:center}.cart-mini a{text-decoration:none}.cart-mini-img{width:48px;height:56px;border-radius:10px;background:#f1f4f8;display:grid;place-items:center;overflow:hidden}.cart-mini-img img{width:100%;height:100%;object-fit:contain}.remove-link{border:0;background:none;color:#b42318;font-size:12px;font-weight:700}.empty-mini{text-align:center;padding:50px 15px;color:var(--muted)}
.product-page{max-width:1400px;margin:auto}.breadcrumb{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:13px;padding:22px 4%}.breadcrumb a{text-decoration:none;color:var(--ink);font-weight:700}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:55px;padding:15px 4% 45px}.detail-media{min-width:0}.detail-image{height:560px;border-radius:28px;background:linear-gradient(145deg,#f7f8fa,#eaf0f7);display:grid;place-items:center;overflow:hidden}.detail-image img{width:100%;height:100%;object-fit:contain}.detail-image .phone-placeholder{transform:scale(1.45)}.detail-caption{text-align:center;color:var(--muted);font-size:11px;margin-top:10px}.detail-info{padding:35px 0}.detail-info h1{font-size:clamp(32px,4vw,48px);letter-spacing:-.035em;margin:8px 0}.sku{font-size:12px;color:var(--muted)}.detail-price{font-size:30px;font-weight:900;margin-top:22px}.large-old{font-size:14px}.stock-line{margin:15px 0;color:var(--green);font-weight:700}.stock-dot{display:inline-block;width:8px;height:8px;background:var(--green);border-radius:50%;margin-right:7px}.detail-desc{line-height:1.75;color:#526071;max-width:600px}.detail-actions{display:flex;gap:10px;margin:25px 0}.detail-points{border-top:1px solid var(--line);margin-top:25px}.detail-points div{padding:14px 0;border-bottom:1px solid var(--line);display:grid;gap:3px}.detail-points span{font-size:12px;color:var(--muted)}.related{border-top:1px solid var(--line)}
.cart-main h1,.checkout-card h1{font-size:clamp(30px,5vw,46px);margin:4px 0}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.75fr);gap:22px}.cart-card,.summary-card,.checkout-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.full-cart-row{display:grid;grid-template-columns:74px 1fr auto auto;gap:15px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-thumb{width:74px;height:84px;background:#f3f5f8;border-radius:12px;display:grid;place-items:center;overflow:hidden}.cart-thumb img{width:100%;height:100%;object-fit:contain}.full-cart-info{display:grid;gap:4px}.full-cart-info a{text-decoration:none}.full-cart-info strong{margin-top:4px}.qty{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:10px;padding:5px 8px}.qty button{width:24px;height:24px;border-radius:7px;background:#f1f4f7;font-weight:800}.summary-card{height:max-content;position:sticky;top:95px}.summary-card h2{margin-top:0}.summary-line,.summary-total{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}.summary-total{border:0;font-size:18px;padding:20px 0}.tiny{font-size:11px;color:var(--muted);line-height:1.5}.empty-state{text-align:center;padding:65px 20px;border:1px dashed #ccd4df;border-radius:18px;background:#fbfcfd}.empty-icon{font-size:38px;margin-bottom:8px}.empty-state h3{margin:8px 0}.empty-state p{color:var(--muted)}
.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:18px 6%;border-bottom:1px solid var(--line);background:#fff}.secure-label{font-size:13px;font-weight:700;color:var(--green)}.checkout-main{max-width:1100px;margin:auto;padding:30px 4% 60px}.checkout-progress{display:flex;align-items:center;gap:12px;justify-content:center;margin:10px 0 28px;font-size:12px;color:var(--muted)}.checkout-progress span.active{color:var(--blue);font-weight:800}.checkout-progress i{width:60px;height:1px;background:var(--line)}.checkout-card form{display:grid;gap:15px;margin-top:25px}.checkout-card label{display:grid;gap:7px;font-size:13px;font-weight:750}.checkout-card input,.checkout-card textarea{width:100%;border:1px solid #d9dee7;border-radius:12px;padding:13px 14px;outline:none}.checkout-card input:focus,.checkout-card textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1463ff18}.checkout-card textarea{min-height:120px;resize:vertical}.checkout-note{background:#f7f9fc;border:1px solid var(--line);border-radius:12px;padding:13px;font-size:12px;line-height:1.6;color:#596579}.checkout-pay{padding:15px}.checkout-item{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid var(--line)}.checkout-item div{display:grid;gap:4px}.checkout-item span{font-size:12px;color:var(--muted)}.edit-cart{display:block;color:var(--blue);font-size:12px;font-weight:700;text-decoration:none}
@media(max-width:1000px){.grid{grid-template-columns:repeat(3,1fr)}.product-detail{gap:30px}.hero-visual{right:5%}.hero-phone{width:145px;height:250px}}
@media(max-width:700px){.topbar{font-size:10px}.header{padding:12px 4%}.brand b{font-size:18px}.brand small{font-size:9px}.hero{margin:10px 4%;padding:32px 24px;min-height:360px}.hero h1{font-size:34px;max-width:280px}.hero p{font-size:14px;max-width:280px}.hero-visual{right:18px;top:auto;bottom:18px;transform:none}.hero-phone{width:82px;height:145px;border-radius:18px;border-width:4px;font-size:6px;padding-bottom:13px}.hero-phone:before{width:28px;height:5px;top:4px}.hero-actions{margin-top:18px}.section{padding:24px 4%}.grid{grid-template-columns:repeat(2,1fr);gap:10px}.product{padding:9px}.product-img{height:170px}.product h3{font-size:14px}.product-actions{display:grid;grid-template-columns:1fr;gap:5px}.detail-link{text-align:center}.chips{grid-template-columns:repeat(3,1fr);gap:7px}.chips button{padding:12px 4px;font-size:12px}.trust{grid-template-columns:1fr 1fr;margin:8px 4%;padding:15px 10px}.product-detail{grid-template-columns:1fr;padding:0 4% 25px;gap:12px}.detail-media{order:0}.detail-image{height:360px;border-radius:20px}.detail-image .phone-placeholder{transform:scale(1)}.detail-info{padding:5px 0}.detail-info h1{font-size:32px}.detail-price{font-size:25px}.detail-actions{position:sticky;bottom:0;background:#fff;padding:10px 0;margin:10px 0 0;z-index:5}.detail-actions .primary{flex:1}.detail-actions .secondary{display:none}.cart-layout,.checkout-layout{grid-template-columns:1fr}.summary-card{position:static}.full-cart-row{grid-template-columns:58px 1fr auto;gap:10px}.cart-thumb{width:58px;height:68px}.qty{grid-column:2}.remove-link{grid-column:3;grid-row:1}.cart-main{padding-top:10px}.checkout-header{padding:14px 4%}.checkout-header .brandmark{width:34px;height:34px}.secure-label{font-size:11px}.checkout-main{padding:18px 4% 40px}.checkout-progress{justify-content:flex-start;overflow:auto;white-space:nowrap}.checkout-card,.summary-card{padding:18px;border-radius:16px}.drawer-box{padding:18px}.drawer-actions{padding-bottom:env(safe-area-inset-bottom)}}
@media(max-width:420px){.grid{grid-template-columns:1fr 1fr}.product-img{height:145px}.phone-placeholder{width:70px;height:135px}.chips{grid-template-columns:repeat(2,1fr)}.hero-phone{display:none}.hero{min-height:310px}.full-cart-row{grid-template-columns:52px 1fr}.remove-link{grid-column:2;justify-self:start}.qty{grid-column:2;width:max-content}}

/* V4 complete storefront / mobile UX polish */
:root{--blue:#155eef;--navy:#0b1728;--ink:#101828;--muted:#667085;--line:#e4e7ec;--bg:#f7f8fa;--soft:#eff6ff;--green:#067647;--red:#b42318;--shadow:0 16px 45px rgba(16,24,40,.09);--radius:18px}
body{background:#fff;color:var(--ink)}
button:disabled{opacity:.55;cursor:not-allowed}.link{background:transparent;color:var(--blue);font-weight:750}.topbar{font-size:11px;letter-spacing:.01em}.header{backdrop-filter:saturate(160%) blur(10px);background:#ffffffeb}.brandmark{box-shadow:inset 0 0 0 1px #dbe8ff}.search input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #155eef16}.hero{box-shadow:var(--shadow);isolation:isolate}.hero:before{content:"";position:absolute;inset:auto auto -100px -80px;width:260px;height:260px;border-radius:50%;background:#fff8;z-index:0}.hero-content{max-width:690px}.hero p{line-height:1.65}.hero-visual{position:absolute;right:7%;top:50%;transform:translateY(-50%);z-index:1}.hero-visual img{width:310px;height:310px;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(15,23,42,.12))}.hero-phone{width:190px;height:330px;border-radius:34px;border:8px solid #17202a;background:linear-gradient(145deg,#dce8f7,#f7fbff);display:grid;place-items:end center;padding-bottom:35px;box-shadow:0 35px 55px rgba(15,23,42,.2)}.hero-phone span{font-size:9px;letter-spacing:.15em;font-weight:900}.hero-actions{display:flex;gap:10px;align-items:center}.hero-secondary{padding:13px 15px;text-decoration:none;font-weight:750}.hero-trust{display:flex;gap:18px;margin-top:22px;font-size:11px;color:#475467;font-weight:700}.product-toolbar{align-items:flex-end}.toolbar-actions{display:flex;gap:8px;align-items:center}.toolbar-actions select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px;color:var(--ink)}.section-head p{margin:5px 0 0}.chips button.active{border-color:var(--blue);background:var(--soft);color:var(--blue);font-weight:800}.product{overflow:hidden}.product-link{text-decoration:none}.product-img{background:linear-gradient(145deg,#fafbfc,#eef2f6);border:1px solid #eef1f4}.product-img img{transition:transform .25s ease}.product:hover .product-img img{transform:scale(1.035)}.stock-mini{font-size:11px;color:var(--green);font-weight:700;margin-top:8px}.stock-mini.out{color:var(--red)}.product-actions{display:grid;grid-template-columns:auto 1fr;gap:7px;align-items:center;margin-top:10px}.detail-link{padding:10px;text-align:center;border:1px solid var(--line);border-radius:9px;text-decoration:none;font-size:12px;font-weight:750}.add{margin-top:0}.trust{box-shadow:var(--shadow);border:1px solid #dceaff}.trust div{display:grid;grid-template-columns:32px 1fr}.trust div>span{grid-row:1/3;font-size:22px}.trust b{font-size:13px}.trust small{font-size:11px}.payment{background:#fff}.pay-card{box-shadow:0 5px 20px rgba(16,24,40,.04)}.legal-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
/* product */
.product-detail{align-items:start}.gallery-main{height:540px;border-radius:26px;background:linear-gradient(145deg,#fafbfc,#eef2f6);display:grid;place-items:center;overflow:hidden;border:1px solid var(--line)}.gallery-main img{width:100%;height:100%;object-fit:contain}.gallery-thumbs{display:flex;gap:8px;overflow:auto;padding-top:10px}.thumb{width:70px;height:70px;flex:0 0 auto;border:1px solid var(--line);border-radius:11px;background:#fff;padding:4px}.thumb.active{border:2px solid var(--blue)}.thumb img{width:100%;height:100%;object-fit:contain;border-radius:7px}.phone-placeholder.large{width:150px;height:285px;border:7px solid #243447;border-radius:30px;background:linear-gradient(145deg,#dbe7f4,#f9fbfd);display:grid;place-items:end center;padding-bottom:30px;box-shadow:0 25px 50px #0b172822}.phone-placeholder.large span{font-size:10px;font-weight:900;letter-spacing:.1em}.phone-placeholder.large small{font-size:9px;color:#667085}.highlights{list-style:none;padding:0;margin:18px 0;display:grid;gap:8px}.highlights li{font-size:13px;color:#344054}.detail-specs{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:18px}.detail-specs div{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid var(--line);font-size:12px}.detail-specs div:last-child{border-bottom:0}.detail-specs span{color:var(--muted)}.detail-specs b{text-align:right}.stock-line.out{color:var(--red)}.stock-line.out .stock-dot{background:var(--red)}
/* cart */
.cart-card,.summary-card,.checkout-card{box-shadow:0 8px 28px rgba(16,24,40,.04)}.summary-card{border-color:#dbe8ff}.summary-card .primary{margin-top:5px}.full-cart-row{min-height:105px}.cart-thumb{border:1px solid var(--line)}.cart-thumb img{width:100%;height:100%;object-fit:contain}.remove-link{background:transparent;color:#b42318;font-size:12px;font-weight:700;padding:6px}.qty{background:#fff}.qty button:focus-visible,.primary:focus-visible,.secondary:focus-visible,.add:focus-visible{outline:3px solid #155eef33;outline-offset:2px}
/* checkout */
.checkout-main{min-height:calc(100vh - 78px)}.checkout-card{border-color:#dfe3ea}.checkout-card input,.checkout-card textarea{font-size:16px}.checkout-card label small{font-weight:500;color:var(--muted)}.checkout-pay{min-height:50px}.checkout-item strong{white-space:nowrap}.checkout-note{display:flex;gap:9px;align-items:flex-start}.checkout-note:before{content:"🔒"}.secure-label{white-space:nowrap}
/* result / legal */
.result-card .brand{justify-content:center;margin:auto}.result-card h1{font-size:clamp(28px,5vw,42px)}.result-card .primary{margin-top:8px}.legal-page{max-width:860px}.legal-page p,.legal-page li{color:#475467}.legal-page h1{font-size:36px;letter-spacing:-.03em}.legal-page h2{font-size:21px}
/* admin */
.admin-body .panel{box-shadow:var(--shadow)}.admin-card{box-shadow:0 5px 20px rgba(16,24,40,.03)}.stat{box-shadow:0 5px 20px rgba(16,24,40,.03)}
@media(max-width:1000px){.hero-visual img{width:230px;height:230px}.hero-phone{width:150px;height:260px}.gallery-main{height:460px}}
@media(max-width:700px){.hero{overflow:hidden}.hero-visual{right:-8px;opacity:.75}.hero-content{z-index:2}.hero-trust{gap:9px;flex-wrap:wrap}.product-toolbar{align-items:flex-start;gap:12px}.toolbar-actions{width:100%;justify-content:space-between}.toolbar-actions select{flex:1}.gallery-main{height:360px}.gallery-thumbs{padding-bottom:2px}.thumb{width:62px;height:62px}.full-cart-row{grid-template-columns:58px 1fr;align-items:start}.full-cart-row .qty{grid-column:2;width:max-content}.full-cart-row .remove-link{grid-column:2;grid-row:auto;justify-self:start}.summary-card{box-shadow:none}.checkout-layout{gap:12px}.checkout-header{position:sticky;top:0;z-index:20}.checkout-main{padding-top:12px}.checkout-progress{margin-bottom:15px}.checkout-card h1{font-size:30px}.detail-actions{box-shadow:0 -8px 20px rgba(16,24,40,.06);padding:10px max(0px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom))}.legal-page{margin:18px 4%;padding:22px}.legal-page h1{font-size:30px}}
.result-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:24px auto 12px;background:#eef4ff;font-size:28px;font-weight:900}.result-shipping{margin:16px 0;padding:13px;border-radius:12px;background:#f7f9fc;text-align:left;font-size:13px}.result-actions{display:flex;justify-content:center;gap:8px;margin-top:18px}.result-actions .secondary{display:inline-block;text-decoration:none}
@media(max-width:480px){.result-actions{display:grid;grid-template-columns:1fr}.result-actions>*{text-align:center}}

.page-list{display:grid;gap:8px}.cms-section{margin-top:26px}.cms-body p{margin:8px 0;white-space:normal}.admin-card textarea{min-height:110px}.admin-card .pay-setting{border:1px solid var(--line);padding:12px;border-radius:12px}.admin-card .pay-setting button{margin-left:auto}
/* V10 POS */
.pos-shell{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:16px}.pos-main,.pos-side{min-width:0}.pos-search{display:flex;gap:8px}.pos-search input{flex:1}.pos-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:8px;margin-top:14px}.pos-product{display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left;border:1px solid #e4e7ec;background:#fff;border-radius:12px;padding:12px;cursor:pointer}.pos-product:hover{border-color:#98a2b3}.pos-product small,.pos-line small{display:block;color:#667085;margin-top:3px}.pos-product-right{text-align:right;white-space:nowrap}.pos-product-right strong{display:block}.pos-head{display:flex;align-items:center;justify-content:space-between}.pos-line{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eaecf0}.pos-qty{display:flex;align-items:center;gap:8px}.pos-qty button{width:30px;height:30px;border:1px solid #d0d5dd;background:#fff;border-radius:8px;cursor:pointer}.pos-total-row,.pos-grand{display:flex;justify-content:space-between;align-items:center;padding:7px 0}.pos-grand{border-top:1px solid #eaecf0;margin-top:6px;padding-top:14px;font-size:20px}.pos-side label{display:block;margin:10px 0}.pos-side label input,.pos-side label select,.pos-side label textarea{margin-top:6px}.pos-side .stat{margin:7px 0}.pos-side .stat span{display:block;color:#667085;font-size:13px}.pos-side .stat b{font-size:20px}.admin-card .table{width:100%}@media(max-width:900px){.pos-shell{grid-template-columns:1fr}.pos-products{grid-template-columns:1fr 1fr}}@media(max-width:600px){.pos-products{grid-template-columns:1fr}.pos-line{grid-template-columns:1fr auto}.pos-line>strong{grid-column:2}.pos-search{flex-direction:column}}

/* V10.1 Professional POS UI */
.pos-pro{align-items:start}.pos-toolbar{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:12px}.pos-toolbar h2{margin:3px 0 0;font-size:24px;letter-spacing:-.02em}.pos-toolbar p{margin:4px 0 0}.pos-kicker{font-size:10px;letter-spacing:.12em;font-weight:900;color:#667085}.pos-shortcuts{font-size:11px;color:#667085}.pos-shortcuts kbd{border:1px solid #d0d5dd;border-bottom-width:2px;border-radius:6px;padding:2px 6px;background:#fff;font-family:inherit;font-weight:800}.pos-product-card,.pos-cart-card,.pos-checkout-card,.pos-today-card{border-color:#e4e7ec}.pos-search{position:relative}.pos-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:20px;color:#98a2b3;pointer-events:none}.pos-search input{padding-left:38px}.pos-product{min-height:72px;transition:.16s ease;box-shadow:0 1px 2px rgba(16,24,40,.03)}.pos-product:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(16,24,40,.07);border-color:#98a2b3}.pos-product:active{transform:translateY(0)}.pos-cart-card{margin-top:14px;min-height:220px}.pos-cart-meta{font-size:11px}.pos-panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.pos-panel-title h3{margin:2px 0 0}.pos-live{font-size:10px;font-weight:900;letter-spacing:.08em;color:#067647;display:flex;align-items:center;gap:5px}.pos-live i,.pos-dot-live{width:7px;height:7px;border-radius:50%;background:#12b76a;display:inline-block;box-shadow:0 0 0 3px #ecfdf3}.pos-checkout-card{position:sticky;top:16px}.pos-pay-button{min-height:48px;font-size:14px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:10px}.pos-pay-button span{font-size:18px}.pos-today-card{margin-top:12px}.pos-modal-open{overflow:hidden}.pos-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.pos-modal.hidden{display:none}.pos-modal-backdrop{position:absolute;inset:0;background:rgba(16,24,40,.58);backdrop-filter:blur(4px)}.pos-modal-card{position:relative;width:min(460px,100%);background:#fff;border-radius:22px;padding:28px;box-shadow:0 30px 80px rgba(16,24,40,.28);text-align:center;animation:posModalIn .18s ease}.pos-modal-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#f2f4f7;font-size:22px;cursor:pointer}.pos-modal-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:2px auto 15px;background:#eef4ff;color:#155eef;font-size:28px;font-weight:900}.pos-modal-card h2{margin:5px 0 7px;font-size:24px}.pos-modal-total{font-size:28px;font-weight:900;letter-spacing:-.03em;margin:18px 0}.pos-payment-steps{display:flex;align-items:center;justify-content:center;margin:14px auto 18px;max-width:220px}.pos-payment-steps span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f2f4f7;color:#667085;font-size:12px;font-weight:800}.pos-payment-steps span.active{background:#155eef;color:#fff}.pos-payment-steps i{height:1px;background:#d0d5dd;flex:1}.pos-modal-status{padding:11px 12px;border-radius:10px;background:#f8fafc;color:#344054;font-size:12px;margin-bottom:14px}.pos-modal-actions{display:grid;gap:8px}.pos-modal-ref{display:block;margin-top:13px;color:#98a2b3;font-size:10px}.pos-modal-card .full{width:100%}@keyframes posModalIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:900px){.pos-checkout-card{position:static}.pos-toolbar{align-items:flex-start;flex-direction:column}.pos-shortcuts{display:none}}
@media(max-width:600px){.pos-modal{padding:12px}.pos-modal-card{padding:24px 18px}.pos-modal-total{font-size:25px}.pos-toolbar h2{font-size:21px}}
