:root{--primary:#2563eb;--secondary:#0ea5e9;--ink:#0f172a;--ink2:#111827;--muted:#64748b;--line:#e7edf4;--line2:#eef2f7;--soft:#f7f9fc;--soft2:#f2f6fb;--card:#fff;--radius:14px;--shadow:0 16px 40px rgba(15,23,42,.08);--shadow2:0 8px 22px rgba(15,23,42,.06);--font:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.boot-screen{height:100vh;display:grid;place-items:center;gap:10px;background:#f8fafc;color:#64748b}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;font-weight:900}.container{width:min(1380px,calc(100% - 72px));margin:auto}.muted{color:var(--muted)}.tiny{font-size:12px}.btn{border:0;border-radius:9px;background:var(--primary);color:#fff;padding:13px 20px;font-weight:800;font-size:13px;display:inline-flex;gap:8px;align-items:center;justify-content:center;transition:.18s}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,99,235,.18)}.btn.ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn.success{background:#fff;color:#16a34a;border:1px solid #86efac}.btn.dark{background:#111827}.btn.sm{padding:10px 14px;font-size:12px}.chip{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;background:#eef4ff;color:#2563eb;font-size:10px;font-weight:900}.section{padding:44px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section-head h2{margin:0;font-size:25px;letter-spacing:-.7px}.section-head a{font-size:12px;color:#2563eb;font-weight:800}.grid{display:grid;gap:16px}
/* storefront */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-row{height:70px;display:flex;align-items:center;gap:30px}.brand{font-size:23px;font-weight:900;letter-spacing:-.7px;display:flex;align-items:center;gap:10px}.brand-badge{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#2563eb,#0ea5e9);display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 6px 18px rgba(37,99,235,.22)}.nav-links{display:flex;gap:27px;margin-left:12px}.nav-links a{font-size:12px;font-weight:750;color:#334155}.nav-links a:hover{color:#2563eb}.nav-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.icon-btn{width:38px;height:38px;border:0;background:transparent;border-radius:9px;font-size:16px}.icon-btn:hover{background:#f1f5f9}.search-row{height:50px;display:flex;align-items:center;border-top:1px solid #fafbfd}.searchbox{height:36px;border:1px solid #e9eef5;background:#f7f9fc;border-radius:8px;width:min(760px,100%);margin:auto;display:flex;align-items:center;padding:0 13px;gap:9px;color:#94a3b8;box-shadow:inset 0 1px 1px rgba(15,23,42,.02)}.searchbox input{border:0;background:transparent;outline:0;width:100%;font-size:11px}.hero{margin-top:22px;height:430px;border:1px solid #e9eef5;border-radius:16px;overflow:hidden;position:relative;background:radial-gradient(circle at 78% 40%,rgba(207,225,255,.78),transparent 34%),linear-gradient(120deg,#f7f9fc 0%,#eef3f8 58%,#e9eff8 100%);box-shadow:0 12px 38px rgba(15,23,42,.045)}.hero:after{content:"";position:absolute;right:-7%;bottom:-35%;width:48%;height:95%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.88),rgba(255,255,255,0));pointer-events:none}.hero-slide{height:100%;display:grid;grid-template-columns:.9fr 1.2fr;align-items:center;padding:46px 54px;position:relative;z-index:2}.hero-copy h1{font-size:52px;line-height:1.01;letter-spacing:-2.4px;margin:0 0 17px;max-width:470px}.hero-copy p{font-size:15px;line-height:1.75;color:#64748b;max-width:450px;margin:0 0 25px}.hero-art{height:100%;display:grid;place-items:center;position:relative}.hero-art img{width:100%;height:355px;object-fit:contain;filter:drop-shadow(0 28px 34px rgba(15,23,42,.16))}.hero-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:4}.hero-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#cbd5e1;padding:0}.hero-dots button.active{width:21px;border-radius:99px;background:#2563eb}.trust{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);margin-top:4px}.trust>div{padding:19px 14px;display:flex;align-items:center;justify-content:center;gap:12px}.trust b{display:block;font-size:11px}.trust small{display:block;font-size:9px;color:#94a3b8;margin-top:3px}.trust .ico{font-size:20px;width:28px;height:28px;border-radius:8px;background:#f7f9fc;display:grid;place-items:center}.category-grid{grid-template-columns:repeat(4,1fr)}.category-card{border:1px solid var(--line);border-radius:12px;min-height:172px;padding:16px;text-align:center;background:#fff;transition:.18s}.category-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-art{height:100px;display:grid;place-items:center;margin-bottom:8px}.category-art img{height:92px;width:92%;object-fit:contain}.category-card b{font-size:13px}.category-card small{display:block;color:#94a3b8;font-size:10px;margin-top:5px}.product-grid{grid-template-columns:repeat(4,1fr)}.product-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;transition:.18s;position:relative}.product-media{height:220px;display:grid;place-items:center;background:linear-gradient(180deg,#fbfcfe,#f7f9fb);padding:20px;position:relative}.product-media img{height:100%;width:100%;object-fit:contain}.badges{position:absolute;top:10px;left:10px;display:flex;gap:5px;flex-wrap:wrap}.badge{font-size:8px;font-weight:900;text-transform:uppercase;background:#2563eb;color:#fff;border-radius:5px;padding:5px 7px;letter-spacing:.2px}.badge.red{background:#ef4444}.badge.orange{background:#f59e0b}.product-body{padding:16px 17px 17px}.product-brand{font-size:9px;color:#94a3b8;margin-bottom:6px;text-transform:uppercase;letter-spacing:.45px}.product-body h3{font-size:14px;margin:0 0 5px;line-height:1.35}.product-body p{font-size:10px;color:#64748b;min-height:28px;margin:0 0 11px;line-height:1.45}.price{font-weight:900;font-size:18px;margin-bottom:10px}.text-link{font-size:11px;color:#2563eb;font-weight:800}.promo{display:grid;grid-template-columns:1fr .92fr;align-items:center;background:radial-gradient(circle at 82% 50%,#20345d 0,#14223a 27%,#0b1220 65%,#060a12 100%);color:#fff;border-radius:14px;min-height:218px;overflow:hidden;padding:30px 38px;box-shadow:0 12px 34px rgba(15,23,42,.10)}.promo h2{margin:0 0 8px;font-size:30px;letter-spacing:-.8px}.promo p{margin:0 0 17px;font-size:12px;color:#cbd5e1}.promo img{height:205px;width:100%;object-fit:contain}.brand-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:24px;align-items:center;padding:20px 12px;border-top:1px solid #f0f3f7;border-bottom:1px solid #f0f3f7}.brand-strip a{height:52px;display:grid;place-items:center;filter:grayscale(1);opacity:.72;transition:.18s}.brand-strip a:hover{filter:none;opacity:1}.brand-strip img{max-height:31px;max-width:112px}.info-grid{grid-template-columns:1fr 1fr}.info-card{background:linear-gradient(120deg,#f8fafc,#eef3f8);border:1px solid #edf1f5;border-radius:12px;min-height:145px;padding:25px 26px;display:flex;align-items:center;justify-content:space-between}.info-card h3{margin:0 0 6px;font-size:17px}.info-card p{margin:0 0 14px;font-size:11px;color:#64748b}.newsletter{background:#f7f9fb;border:1px solid #e9eef4;border-radius:12px;text-align:center;padding:34px}.newsletter h3{font-size:15px;margin:0 0 6px}.newsletter p{font-size:10px;color:#94a3b8}.newsletter-form{display:flex;justify-content:center;margin-top:17px}.newsletter-form input{width:360px;border:1px solid #e2e8f0;border-radius:7px 0 0 7px;padding:12px 14px;font-size:11px}.newsletter-form .btn{border-radius:0 7px 7px 0}.footer{border-top:1px solid var(--line);padding:42px 0 18px}.footer-grid{grid-template-columns:1.5fr .8fr .8fr .8fr}.footer h4{font-size:11px;margin:0 0 12px}.footer p,.footer a{font-size:10px;color:#64748b;line-height:1.65;display:block;margin:7px 0}.footer-bottom{border-top:1px solid #f1f5f9;margin-top:30px;padding-top:15px;display:flex;justify-content:space-between;font-size:9px;color:#94a3b8}.float-wa{position:fixed;right:24px;bottom:24px;width:54px;height:54px;border-radius:50%;background:#22c55e;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 14px 32px rgba(34,197,94,.3);z-index:60}
/* catalog & detail */
.page-wrap{padding:32px 0 54px}.crumbs{font-size:10px;color:#94a3b8;margin-bottom:20px}.page-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:26px}.page-title h1{font-size:36px;letter-spacing:-1.2px;margin:0 0 6px}.page-title p{font-size:12px;color:#64748b;margin:0}.catalog{display:grid;grid-template-columns:245px 1fr;gap:30px}.filters{border:1px solid var(--line);border-radius:11px;height:max-content;overflow:hidden;background:#fff}.filter{padding:17px;border-bottom:1px solid var(--line)}.filter h3{font-size:12px;margin:0 0 11px}.filter label,.filter a{font-size:10px;color:#64748b;display:flex;justify-content:space-between;margin:9px 0}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.catalog-toolbar select{border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:11px;background:#fff}.product-grid.three{grid-template-columns:repeat(3,1fr)}.detail{display:grid;grid-template-columns:1.18fr 1fr;gap:48px}.gallery{display:grid;grid-template-columns:66px 1fr;gap:14px}.thumbs{display:flex;flex-direction:column;gap:9px}.thumb{border:1px solid var(--line);border-radius:8px;height:62px;background:#fff;padding:6px}.main-image{height:490px;background:linear-gradient(180deg,#fbfcfe,#f7f9fb);border:1px solid var(--line);border-radius:12px;display:grid;place-items:center}.main-image img{width:88%;height:88%;object-fit:contain}.detail-info .brand-label{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.4px}.detail-info h1{font-size:38px;letter-spacing:-1.25px;margin:5px 0 9px}.detail-info .sub{font-size:12px;color:#64748b;margin-bottom:15px}.detail-price{font-size:30px;font-weight:900;margin:12px 0 20px}.detail-actions{display:grid;gap:10px;max-width:365px}.detail-meta{font-size:10px;color:#64748b;margin-top:16px;line-height:1.9}.service-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:32px 0}.service{border:1px solid var(--line);border-radius:9px;padding:14px;display:flex;gap:10px;align-items:center}.service b{font-size:10px}.service small{font-size:8px;color:#94a3b8;display:block}.tabs{display:flex;gap:28px;border-bottom:1px solid var(--line);margin:34px 0 22px}.tabs button{border:0;background:none;padding:0 0 12px;font-size:11px;color:#64748b}.tabs button.active{color:#111827;font-weight:800;border-bottom:2px solid #111827}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.about-grid h2{font-size:24px}.about-grid p,.about-grid li{font-size:11px;color:#64748b;line-height:1.8}.about-grid img{height:280px;width:100%;object-fit:contain;background:#f8fafc;border-radius:10px}
/* admin */
.admin-app{min-height:100vh;background:#f3f6fa}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;width:205px;background:linear-gradient(180deg,#0e1b2b,#15253a 68%,#132238);color:#dbe4ef;padding:18px 12px;z-index:70;border-right:1px solid rgba(255,255,255,.04)}.admin-brand{height:46px;display:flex;align-items:center;gap:9px;color:#fff;font-size:21px;font-weight:900;padding:0 9px 8px}.admin-nav{margin-top:7px}.admin-nav a{height:39px;border-radius:8px;display:flex;align-items:center;gap:11px;padding:0 11px;font-size:12px;color:#d0dae7;margin:3px 0;transition:.16s}.admin-nav a.active,.admin-nav a:hover{background:linear-gradient(90deg,#2f6feb,#2563eb);color:#fff;box-shadow:0 7px 18px rgba(37,99,235,.18)}.admin-nav .ico{width:18px;text-align:center;opacity:.95}.admin-bottom{position:absolute;bottom:14px;left:12px;right:12px}.admin-shell{margin-left:205px;min-height:100vh}.admin-topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 28px;position:sticky;top:0;z-index:55}.admin-search{height:40px;width:430px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:9px;display:flex;align-items:center;gap:9px;padding:0 12px;color:#94a3b8}.admin-search input{border:0;outline:0;background:transparent;width:100%;font-size:12px}.admin-user{margin-left:auto;display:flex;align-items:center;gap:10px}.avatar{width:38px;height:38px;border-radius:50%;background:#111827;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.admin-content{padding:26px 30px 38px;max-width:1540px;margin:0 auto}.admin-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.admin-heading h1{font-size:29px;margin:0 0 5px;letter-spacing:-.9px}.admin-heading p{font-size:12px;color:#64748b;margin:0}.period{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 13px;font-size:11px}.stats{grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px;display:grid;grid-template-columns:52px 1fr;gap:13px;align-items:center;min-height:108px;box-shadow:0 3px 12px rgba(15,23,42,.02)}.stat-ico{width:52px;height:52px;border-radius:12px;display:grid;place-items:center;background:#ecfdf5;color:#16a34a;font-size:20px}.stat:nth-child(2) .stat-ico{background:#f3e8ff;color:#9333ea}.stat:nth-child(3) .stat-ico{background:#eff6ff;color:#2563eb}.stat:nth-child(4) .stat-ico{background:#f8fafc;color:#334155}.stat small{font-size:10px;color:#64748b}.stat strong{display:block;font-size:24px;margin-top:4px;letter-spacing:-.5px}.stat em{font-style:normal;color:#16a34a;font-size:9px}.admin-panels{grid-template-columns:1.42fr .78fr;margin-top:14px;gap:14px}.panel{background:#fff;border:1px solid var(--line);border-radius:13px;padding:17px;box-shadow:0 3px 12px rgba(15,23,42,.018)}.panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.panel-title h3{font-size:12px;margin:0}.panel-title a{font-size:10px;color:#2563eb;font-weight:800}.chart-wrap{height:280px;position:relative;border-bottom:1px solid #e2e8f0;border-left:1px solid #e2e8f0;margin-top:6px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 55px,#eef2f7 56px)}.chart-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.chart-area{fill:url(#areaGrad);opacity:.9}.chart-line{fill:none;stroke:#2563eb;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-dot{fill:#fff;stroke:#2563eb;stroke-width:2}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:10px 7px;border-bottom:1px solid #eef2f6;font-size:10px}.table th{color:#64748b;font-weight:700}.table img{width:34px;height:28px;object-fit:contain}.admin-bottom-grid{grid-template-columns:1.2fr .78fr .78fr;margin-top:14px;gap:14px}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick{border-radius:10px;background:#fff7ed;padding:16px 10px;text-align:center;font-size:10px;line-height:1.6;min-height:72px}.quick:nth-child(2){background:#eff6ff}.quick:nth-child(3){background:#faf5ff}.quick:nth-child(4){background:#ecfdf5}.quick:nth-child(5){background:#eef2ff}.quick:nth-child(6){background:#f8fafc}.health-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #f1f5f9;font-size:10px}.ok{color:#16a34a;font-weight:800}.admin-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:19px;box-shadow:0 3px 12px rgba(15,23,42,.018)}.form-card h3{font-size:13px;margin:0 0 15px}.field{margin-bottom:13px}.field label{font-size:10px;font-weight:800;display:block;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 12px;font-size:11px;background:#fff}.field textarea{min-height:100px}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.feature-item{border:1px solid var(--line);border-radius:9px;padding:12px;display:flex;align-items:center;justify-content:space-between}.feature-item b{font-size:11px}.toggle{width:42px;height:24px;border:0;border-radius:99px;background:#cbd5e1;padding:3px}.toggle:before{content:"";display:block;width:18px;height:18px;border-radius:50%;background:#fff;transition:.18s}.toggle.on{background:#2563eb}.toggle.on:before{transform:translateX(18px)}.appearance{display:grid;grid-template-columns:.84fr 1.16fr;gap:18px}.palette-row{display:grid;grid-template-columns:24px 1fr 105px;align-items:center;gap:10px;margin:10px 0}.swatch{width:20px;height:20px;border-radius:50%;border:1px solid #e2e8f0}.browser{border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff}.browser-top{height:29px;border-bottom:1px solid var(--line);padding:8px;color:#ef4444;font-size:7px}.preview-hero{display:grid;grid-template-columns:1fr 1fr;background:#f1f5f9;padding:19px}.preview-hero h3{font-size:22px;margin:0}.preview-hero img{height:140px;width:100%;object-fit:contain}.theme-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.theme-card{border:1px solid var(--line);border-radius:9px;padding:7px;font-size:9px}.theme-shot{height:76px;background:linear-gradient(145deg,#f8fafc,#eaf0f7);border-radius:6px;margin-bottom:6px}.login-screen{min-height:100vh;background:radial-gradient(circle at 25% 15%,#dbeafe,#f8fafc 45%,#eef2ff);display:grid;place-items:center}.login-card{width:min(430px,calc(100% - 30px));background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:0 30px 80px rgba(15,23,42,.12)}.login-card h1{font-size:26px;margin:18px 0 5px}.login-card p{font-size:12px;color:#64748b}.login-note{font-size:10px;color:#94a3b8;text-align:center;margin-top:12px}.toast{position:fixed;right:20px;top:20px;background:#0f172a;color:#fff;border-radius:9px;padding:12px 16px;font-size:11px;z-index:200;box-shadow:var(--shadow)}
@media(min-width:1750px){.container{width:min(1460px,calc(100% - 100px))}.hero{height:455px}.hero-copy h1{font-size:56px}.admin-content{max-width:1600px}}
@media(max-width:1100px){.container{width:min(100% - 42px,1380px)}.nav-links{gap:16px}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.catalog{grid-template-columns:1fr}.filters{display:none}.admin-sidebar{width:72px}.admin-brand span,.admin-nav span,.admin-bottom span{display:none}.admin-shell{margin-left:72px}.stats{grid-template-columns:repeat(2,1fr)}.admin-panels,.admin-bottom-grid,.appearance{grid-template-columns:1fr}.detail{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(100% - 22px,1380px)}.nav-row{height:60px}.nav-links{display:none}.search-row{height:45px}.hero{height:540px}.hero-slide{grid-template-columns:1fr;padding:26px}.hero-copy{align-self:end;z-index:2}.hero-copy h1{font-size:38px}.hero-copy p{font-size:13px}.hero-art{position:absolute;top:20px;right:-25px;width:90%;height:280px}.hero-art img{height:270px}.trust{grid-template-columns:repeat(2,1fr)}.product-grid,.product-grid.three{grid-template-columns:repeat(2,1fr)}.product-media{height:160px}.brand-strip{grid-template-columns:repeat(3,1fr)}.info-grid,.footer-grid,.service-row,.about-grid,.admin-page-grid,.feature-list{grid-template-columns:1fr}.promo{grid-template-columns:1fr;padding:24px}.promo img{display:none}.admin-search{display:none}.stats{grid-template-columns:1fr 1fr}.admin-content{padding:14px}.theme-cards{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:1fr}.thumbs{flex-direction:row;order:2}.main-image{height:340px}.newsletter-form{flex-direction:column;gap:7px}.newsletter-form input{width:100%;border-radius:7px}.newsletter-form .btn{border-radius:7px}.admin-heading h1{font-size:23px}}
