:root{--navy:#07111f;--navy2:#0e1b2e;--ink:#101828;--muted:#667085;--line:#e6eaf0;--bg:#f4f7fb;--card:#fff;--blue:#1769ff;--blue2:#0f52cc;--green:#0f9f68;--red:#d92d20;--amber:#c56a13;--radius:18px;--shadow:0 16px 45px rgba(16,24,40,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:15px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.top{min-height:78px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:28px;padding:0 max(24px,calc((100% - 1240px)/2));position:sticky;top:0;z-index:30;backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:11px;font-size:18px;font-weight:850;white-space:nowrap}.brand>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--navy);color:#fff;font-size:13px;letter-spacing:.5px}.brand div{display:flex;flex-direction:column;line-height:1.1}.brand small{font-size:10px;color:var(--muted);font-weight:650;margin-top:4px;letter-spacing:.6px;text-transform:uppercase}.search{display:flex;flex:1;max-width:535px;border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#f8fafc}.search input{border:0;outline:0;background:transparent;padding:12px 14px;flex:1;min-width:0}.search button{border:0;background:var(--navy);color:#fff;padding:0 18px;font-weight:750}.top nav{display:flex;align-items:center;gap:17px;font-weight:700;font-size:13px}.top nav a:hover{color:var(--blue)}main{max-width:1240px;margin:0 auto;padding:30px 20px 70px}.hero{position:relative;overflow:hidden;border-radius:30px;min-height:420px;padding:62px;background:linear-gradient(120deg,#06101e 0%,#0c1b31 62%,#12325a 100%);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;box-shadow:0 24px 70px rgba(7,17,31,.2)}.hero:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(55,134,255,.3),transparent 68%);right:-80px;top:-130px}.eyebrow,.section-kicker{display:block;font-size:11px;font-weight:850;letter-spacing:1.4px;text-transform:uppercase;color:#73a8ff}.hero h1{font-size:54px;line-height:1.02;letter-spacing:-2.5px;margin:16px 0 20px;max-width:700px}.hero p{font-size:17px;color:#bcc9da;max-width:620px}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:12px 18px;background:var(--blue);color:#fff;font-weight:800;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px);filter:brightness(.97)}.btn.light{background:#fff;color:var(--navy)}.btn.ghost{background:#edf3ff;color:#1554c8}.btn.danger{background:#feeceb;color:var(--red)}.btn.small{padding:8px 12px;font-size:13px}.text-link{font-weight:800;color:#d9e7ff}.text-link.dark{color:var(--blue)}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:34px;color:#92a4bc;font-size:12px;font-weight:750}.trust-row span:before{content:"✓";color:#6dd6ad;margin-right:7px}.hero-panel{position:relative;height:280px}.mini-card{position:absolute;right:20px;top:20px;width:250px;padding:23px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);box-shadow:0 22px 50px rgba(0,0,0,.22)}.mini-card.shift{right:100px;top:155px}.mini-card small,.mini-card span{display:block;color:#9fb0c5}.mini-card b{display:block;font-size:24px;margin:6px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin:42px 0 18px}.section-head h2{margin:4px 0 0;font-size:28px;letter-spacing:-.7px}.chips{display:flex;gap:12px;overflow:auto;padding:2px 0 7px}.chip{display:flex;align-items:center;gap:9px;padding:11px 16px;border-radius:13px;background:#fff;border:1px solid var(--line);font-weight:750;white-space:nowrap;box-shadow:0 7px 22px rgba(16,24,40,.04)}.chip span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#edf3ff;color:var(--blue);font-size:10px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card,.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 28px rgba(16,24,40,.045)}.card{padding:18px}.app-card{padding:0;overflow:hidden;transition:.2s}.app-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-cover{height:112px;background:linear-gradient(135deg,#eef4ff,#f7f9fd);display:flex;align-items:center;justify-content:space-between;padding:20px}.app-logo{width:66px;height:66px;border-radius:18px;object-fit:cover;background:#fff;box-shadow:0 7px 18px rgba(16,24,40,.1)}.app-card>h3,.app-card>p,.app-card>.card-category,.app-card>.card-meta,.app-card>.card-bottom{margin-left:18px;margin-right:18px}.card-category{margin-top:16px;color:var(--blue);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.7px}.app-card h3{margin-top:7px;margin-bottom:7px;font-size:17px}.app-card p{min-height:46px;margin-top:0}.card-meta,.card-bottom{display:flex;justify-content:space-between;align-items:center}.card-meta{font-size:12px;color:var(--muted);padding:12px 0;border-top:1px solid #f0f2f5}.card-bottom{padding:14px 0 18px}.circle-link{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff}.price{font-size:20px;font-weight:850}.card-bottom del{display:block;color:#98a2b3;font-size:12px}.badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.available{background:#eafaf3;color:#087b52}.sold{background:#fff0ef;color:#b42318}.reserved{background:#fff5e9;color:#b95b08}.draft{background:#f0f2f5;color:#475467}.featured{background:#edf3ff;color:#164fb8}.muted{color:var(--muted)}.row{display:flex;gap:14px;align-items:center}.between{justify-content:space-between}.form-card{max-width:680px;margin:20px auto;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}.field{margin-bottom:16px}.field label{display:block;font-weight:800;margin-bottom:7px;font-size:13px}.field input,.field textarea,.field select{width:100%;border:1px solid #d5dae2;border-radius:10px;padding:12px 13px;background:#fff;outline:0}.field input:focus,.field textarea:focus,.field select:focus{border-color:#5791ff;box-shadow:0 0 0 3px #1769ff12}.field textarea{min-height:120px;resize:vertical}.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.gallery-main{width:100%;aspect-ratio:16/9;border-radius:20px;object-fit:cover;background:#eaecf0}.thumbs{display:flex;gap:10px;margin-top:10px;overflow:auto}.thumbs img{width:100px;height:65px;object-fit:cover;border-radius:10px}.sticky{position:sticky;top:100px}.summary-line{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed var(--line)}table{width:100%;border-collapse:collapse;background:#fff}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:middle}th{background:#f8fafc;font-size:11px;text-transform:uppercase;letter-spacing:.55px;color:#667085}.table-wrap{overflow:auto;border-radius:0 0 18px 18px}.table-panel{padding:0;overflow:hidden;margin-top:22px}.table-panel .panel-title{padding:20px 22px;border-bottom:1px solid var(--line)}.status{font-weight:800;text-transform:capitalize}.timeline{border-left:2px solid #d0d5dd;margin-left:10px;padding-left:22px}.event{position:relative;margin:0 0 22px}.event:before{content:"";position:absolute;left:-29px;top:3px;width:12px;height:12px;border-radius:50%;background:var(--blue)}.watermark{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;font-size:60px;font-weight:900;color:#d92d2022;transform:rotate(-20deg)}.alert{padding:13px 16px;border-radius:11px;margin-bottom:18px;font-weight:650}.success{background:#eafaf3;color:#087b52}.error{background:#fff0ef;color:#b42318}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{position:relative;background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px;overflow:hidden}.stat:after{content:"";position:absolute;width:70px;height:70px;border-radius:50%;background:#edf3ff;right:-22px;top:-22px}.stat span{color:var(--muted);font-weight:700}.stat b{font-size:27px;display:block;margin-top:8px;letter-spacing:-1px}.admin-body{background:#eef2f7}.admin-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:var(--navy);color:#fff;padding:22px 16px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.admin-brand{display:flex;align-items:center;gap:12px;padding:4px 8px 22px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-brand>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--blue);font-size:12px;font-weight:900}.admin-brand div{display:flex;flex-direction:column}.admin-brand small{color:#8394ab;font-size:10px;text-transform:uppercase;letter-spacing:.7px}.admin-nav{margin-top:18px}.admin-nav a{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;color:#aebbd0;margin:3px 0;font-weight:700;font-size:13px}.admin-nav a i{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:rgba(255,255,255,.06);font-style:normal;font-size:9px}.admin-nav a:hover,.admin-nav a.active{background:#142640;color:#fff}.admin-nav a.active i{background:var(--blue)}.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding-top:14px;display:grid;gap:4px}.sidebar-foot a{padding:9px 12px;color:#8fa0b7;font-weight:700;font-size:12px}.admin-main{min-width:0;padding:0 28px 50px}.admin-top{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfe5ed;margin-bottom:28px}.admin-top h2{margin:1px 0 0;font-size:20px}.admin-top>div>small{font-size:9px;letter-spacing:1.1px;color:#7d8a9d;font-weight:850}.admin-user{display:flex;align-items:center;gap:10px}.admin-user>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#dbe8ff;color:#1854b7;font-weight:900}.admin-user div{display:flex;flex-direction:column}.admin-user small{font-size:11px;color:var(--muted)}.page-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.page-head h1{margin:4px 0 4px;font-size:30px;letter-spacing:-1px}.page-head p{margin:0;color:var(--muted)}.panel{padding:22px}.panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.panel-title h3{margin:0 0 3px;font-size:18px}.panel-title p{margin:0;color:var(--muted);font-size:13px}.form-step{font-size:11px;font-weight:800;color:var(--blue);background:#edf3ff;padding:7px 10px;border-radius:999px}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.upload-box{border:1px dashed #bfc8d6;border-radius:13px;padding:17px;background:#fafcff}.upload-box label{display:block;font-weight:800;margin-bottom:8px}.upload-box small{display:block;color:var(--muted);margin-top:7px}.toggle-row{display:flex;gap:11px;align-items:flex-start;margin:18px 0}.toggle-row span{display:flex;flex-direction:column}.toggle-row small{color:var(--muted)}.form-actions{display:flex;gap:10px}.table-account{display:flex;align-items:center;gap:10px}.table-account>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#edf3ff;color:#1761dc;font-weight:900}.table-account div{display:flex;flex-direction:column}.table-account small{color:var(--muted)}.actions{display:flex;gap:7px;align-items:center}.actions form{margin:0}.proof{max-width:180px;max-height:140px;border-radius:10px}footer{max-width:1240px;margin:auto;padding:30px 20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted)}@media(max-width:980px){.top{height:auto;flex-wrap:wrap;padding:12px 18px}.top .search{order:3;min-width:100%;max-width:none}.top nav{margin-left:auto;overflow:auto}.hero{grid-template-columns:1fr;padding:44px}.hero-panel{display:none}.hero h1{font-size:44px}.grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr}.sticky{position:static}.admin-shell{grid-template-columns:82px 1fr}.sidebar{padding:18px 10px}.admin-brand div,.admin-nav a span,.sidebar-foot{display:none}.admin-brand{justify-content:center;padding-left:0;padding-right:0}.admin-nav a{justify-content:center}.admin-nav a i{width:36px;height:36px}.admin-main{padding:0 18px 40px}.two,.upload-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){main{padding:18px 12px 45px}.top nav a:not(.btn){display:none}.brand div{font-size:15px}.hero{padding:34px 22px;min-height:390px;border-radius:22px}.hero h1{font-size:37px;letter-spacing:-1.6px}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.trust-row{gap:10px 17px}.grid{grid-template-columns:1fr}.section-head{align-items:flex-start}.section-head>a{font-size:12px}.admin-shell{display:block}.sidebar{height:auto;position:sticky;top:0;z-index:50;display:block;padding:8px}.admin-brand{display:none}.admin-nav{display:flex;overflow:auto;margin:0}.admin-nav a{min-width:54px;padding:7px}.admin-nav a i{width:34px;height:34px}.admin-main{padding:0 10px 35px}.admin-top{height:70px;margin-bottom:18px}.admin-user div{display:none}.page-head{align-items:flex-start;gap:12px}.page-head .btn{font-size:11px;padding:9px}.stats{grid-template-columns:1fr 1fr;gap:10px}.stat{padding:16px}.stat b{font-size:21px}.panel{padding:16px}.panel-title{align-items:flex-start;gap:10px}table{min-width:720px}footer{display:block}}

.delivery-box{margin:24px 0;padding:22px;border:1px solid #dbe5ef;border-radius:18px;background:linear-gradient(145deg,#f8fffc,#f7f9ff)}
.credential-row{display:grid;grid-template-columns:130px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #e6edf3}.credential-row code{font-size:15px;overflow-wrap:anywhere;background:#fff;padding:10px 12px;border-radius:10px}.delivery-note{margin-top:16px;padding:14px;background:#fff;border-radius:12px}.field small{display:block;margin-top:7px;color:#64748b}@media(max-width:650px){.credential-row{grid-template-columns:1fr}.credential-row .btn{width:max-content}}

/* v2.1.5 premium storefront */
:root{--premium:#6d5dfb;--premium2:#3b82f6;--deep:#080d1c;--soft:#f6f7fb;--gold:#f59e0b}.announcement{height:34px;background:linear-gradient(90deg,#0b1020,#17213a);color:#b8c2d8;display:flex;justify-content:center;align-items:center;gap:14px;font-size:11px;letter-spacing:.2px}.announcement b{color:#fff}.premium-top{min-height:82px;box-shadow:0 8px 30px rgba(15,23,42,.05)}.premium-search{border-radius:15px;padding-left:14px;background:#f7f8fc}.premium-search>span{font-size:20px;color:#98a2b3}.profile-pill{display:flex;align-items:center;gap:7px}.profile-pill>span{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#edeaff;color:#5b4be7}.premium-hero{min-height:540px;border-radius:34px;background:radial-gradient(circle at 80% 20%,rgba(109,93,251,.25),transparent 34%),linear-gradient(130deg,#080d1c 0%,#101a34 54%,#13284e 100%);padding:72px 68px;color:white;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden;position:relative}.hero-label{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);border-radius:999px;color:#cbd5e1;font-size:10px;font-weight:900;letter-spacing:1.3px}.hero-copy h1{font-size:62px;line-height:.98;letter-spacing:-3px;margin:22px 0}.hero-copy h1 em{font-style:normal;background:linear-gradient(90deg,#8b7cff,#6ee7f9);-webkit-background-clip:text;color:transparent}.hero-copy>p{max-width:620px;color:#b9c4d8;font-size:17px}.hero-search{display:flex;max-width:620px;margin-top:30px;background:#fff;border-radius:16px;padding:7px;box-shadow:0 20px 50px rgba(0,0,0,.2)}.hero-search input{flex:1;border:0;outline:0;padding:12px;color:#111827;min-width:0}.hero-search button{border:0;border-radius:11px;background:linear-gradient(135deg,var(--premium),var(--premium2));color:#fff;padding:0 20px;font-weight:850}.hero-proof{display:flex;gap:30px;margin-top:34px}.hero-proof div{display:flex;flex-direction:column}.hero-proof b{font-size:19px}.hero-proof span{font-size:11px;color:#8391aa}.hero-showcase{height:380px;position:relative}.showcase-orbit{position:absolute;inset:8% 0 0 8%;border:1px solid rgba(255,255,255,.08);border-radius:50%;transform:rotate(-12deg)}.showcase-card{position:absolute;background:rgba(255,255,255,.95);color:#101828;box-shadow:0 30px 70px rgba(0,0,0,.3);backdrop-filter:blur(20px)}.showcase-card.main{width:270px;right:55px;top:45px;padding:24px;border-radius:28px;transform:rotate(4deg)}.showcase-card.main>span{font-size:10px;font-weight:900;color:#7c3aed;text-transform:uppercase;letter-spacing:1px}.showcase-card.main img{width:90px;height:90px;border-radius:24px;display:block;margin:20px 0}.showcase-card.main h3{margin:0 0 6px;font-size:22px}.showcase-card.main p{margin:0 0 15px;color:#667085;font-size:12px}.showcase-card.mini{display:flex;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;min-width:230px}.showcase-card.mini>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#ecfdf3;color:#079455;font-weight:900}.showcase-card.mini div{display:flex;flex-direction:column}.showcase-card.mini small{color:#667085}.showcase-card.one{left:25px;top:80px;transform:rotate(-5deg)}.showcase-card.two{left:70px;bottom:40px;transform:rotate(2deg)}.showcase-card.two>span{background:#fff7e8;color:#f79009}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e8ebf2;border:1px solid #e8ebf2;border-radius:20px;overflow:hidden;margin-top:22px}.trust-strip div{background:#fff;padding:22px}.trust-strip b,.trust-strip span{display:block}.trust-strip b{font-size:14px}.trust-strip span{font-size:11px;color:#667085;margin-top:4px}.premium-section-head{margin-top:58px}.premium-section-head h2{font-size:34px}.premium-section-head p{margin:7px 0 0;color:#667085}.premium-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.premium-categories>a{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid #e5e9f1;border-radius:18px;padding:18px;box-shadow:0 10px 30px rgba(16,24,40,.04);transition:.22s}.premium-categories>a:hover{transform:translateY(-3px);border-color:#c8c3ff;box-shadow:0 18px 35px rgba(82,67,220,.1)}.premium-categories>a>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(145deg,#f0edff,#e8f2ff);color:#5b4be7;font-weight:900}.premium-categories div{display:flex;flex-direction:column;flex:1}.premium-categories small{color:#98a2b3}.premium-categories i{font-style:normal;color:#667085}.premium-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.premium-product-card{background:#fff;border:1px solid #e5e9f1;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(16,24,40,.05);transition:.25s}.premium-product-card:hover{transform:translateY(-6px);box-shadow:0 25px 55px rgba(17,24,39,.11);border-color:#d9d5ff}.product-visual{height:150px;background:radial-gradient(circle at 70% 15%,#fff,transparent 28%),linear-gradient(135deg,#f6f3ff,#eef7ff);display:flex;align-items:center;justify-content:center;position:relative}.logo-halo{padding:9px;border-radius:24px;background:rgba(255,255,255,.75);box-shadow:0 18px 30px rgba(71,85,105,.13)}.product-visual .app-logo{width:76px;height:76px;border-radius:20px;box-shadow:none}.product-visual>.badge{position:absolute;top:13px;right:13px}.featured-ribbon{position:absolute;left:13px;top:13px;padding:5px 9px;border-radius:999px;background:#111827;color:#fff;font-size:10px;font-weight:850}.product-card-body{padding:18px}.product-category{font-size:10px;color:#6d5dfb;font-weight:900;text-transform:uppercase;letter-spacing:1px}.product-card-body h3{font-size:18px;margin:7px 0}.product-card-body>p{font-size:13px;color:#667085;min-height:42px;margin:0 0 12px}.product-trust,.stock-line{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#667085}.product-trust{padding:10px 0;border-top:1px solid #f0f2f5}.stock-line{justify-content:flex-start;gap:7px;padding-bottom:14px}.stock-line span:last-child{margin-left:auto}.stock-dot{width:7px;height:7px;border-radius:50%}.stock-dot.in{background:#12b76a;box-shadow:0 0 0 4px #ecfdf3}.stock-dot.out{background:#f04438;box-shadow:0 0 0 4px #fef3f2}.product-card-foot{display:flex;align-items:end;justify-content:space-between;border-top:1px solid #f0f2f5;padding-top:14px}.product-card-foot>div{display:grid;grid-template-columns:auto auto;gap:0 7px}.product-card-foot small{grid-column:1/-1;color:#98a2b3;font-size:9px}.product-card-foot strong{font-size:20px}.product-card-foot del{font-size:11px;color:#98a2b3;align-self:center}.view-btn{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:850;color:#5145cd}.view-btn b{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:#efecff}.premium-cta{margin-top:60px;padding:48px 54px;border-radius:28px;background:linear-gradient(125deg,#5b4be7,#2368d9);color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 25px 60px rgba(79,70,229,.24)}.premium-cta span{font-size:10px;font-weight:900;letter-spacing:1.3px;color:#ddd9ff}.premium-cta h2{font-size:36px;line-height:1.1;margin:10px 0}.premium-cta p{margin:0;color:#dbe5ff}.premium-footer{margin-top:70px;max-width:none;background:#0b1020;color:#fff;display:grid;grid-template-columns:2fr 1fr 1fr;padding:55px max(24px,calc((100% - 1240px)/2));border:0}.premium-footer>div{display:flex;flex-direction:column;gap:9px}.premium-footer a{color:#9aa8bf}.footer-brand{flex-direction:row!important;align-items:flex-start}.footer-brand>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--premium),var(--premium2));font-weight:900;margin-right:12px}.footer-brand p{max-width:440px;color:#9aa8bf}.footer-bottom{background:#080c18;color:#66758f;text-align:center;padding:15px;font-size:11px}.mobile-bottom{display:none}.marketplace-head{border-radius:26px;background:linear-gradient(135deg,#10172a,#1d2d4d);padding:40px;color:#fff;display:flex;justify-content:space-between;align-items:end}.marketplace-head h1{font-size:42px;margin:8px 0}.marketplace-head p{color:#b8c4d8;margin:0}.market-count{display:flex;flex-direction:column;text-align:right}.market-count b{font-size:40px}.market-count span{color:#9eabc0}.market-layout{display:grid;grid-template-columns:230px 1fr;gap:24px;margin-top:26px}.filter-panel{background:#fff;border:1px solid #e5e9f1;border-radius:18px;padding:18px;height:max-content;position:sticky;top:105px}.filter-panel h3{margin:0 0 12px}.filter-panel a{display:flex;justify-content:space-between;padding:11px 12px;border-radius:10px;color:#667085;font-weight:700}.filter-panel a.active,.filter-panel a:hover{background:#efecff;color:#5145cd}.product-breadcrumb{display:flex;gap:9px;color:#98a2b3;font-size:12px;margin-bottom:20px}.product-breadcrumb b{color:#344054}.premium-product-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:28px}.product-gallery-premium{border-radius:26px;overflow:hidden;background:#eef2f7}.generated-showcase{min-height:450px;background:radial-gradient(circle at 70% 18%,rgba(255,255,255,.7),transparent 26%),linear-gradient(135deg,#ebe8ff,#e7f3ff);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.generated-showcase img{width:130px;height:130px;border-radius:32px;box-shadow:0 25px 45px rgba(57,64,119,.2);margin-bottom:24px}.generated-showcase>span{font-size:11px;color:#6d5dfb;font-weight:900;text-transform:uppercase;letter-spacing:1px}.generated-showcase h2{font-size:36px;margin:9px 0}.generated-showcase p{max-width:520px;color:#667085}.product-info-tabs{margin-top:20px;background:#fff;border:1px solid #e5e9f1;border-radius:22px;padding:28px}.product-info-tabs h2{font-size:28px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.benefit-grid div{padding:16px;border-radius:14px;background:#f8f9fc}.benefit-grid b,.benefit-grid span{display:block}.benefit-grid span{font-size:11px;color:#667085;margin-top:4px}.purchase-card{position:sticky;top:110px;background:#fff;border:1px solid #e1e5ed;border-radius:24px;padding:25px;box-shadow:0 22px 55px rgba(16,24,40,.09)}.purchase-head{display:flex;gap:14px;align-items:center}.purchase-head img{width:64px;height:64px;border-radius:18px}.purchase-head span{font-size:10px;color:#6d5dfb;font-weight:900;text-transform:uppercase}.purchase-head h1{font-size:24px;margin:4px 0}.purchase-card>p{color:#667085}.rating-row{display:flex;align-items:center;gap:10px;font-size:11px;padding:14px 0;border-top:1px solid #f0f2f5;border-bottom:1px solid #f0f2f5}.rating-row .badge{margin-left:auto}.price-box{padding:20px 0}.price-box small{display:block;color:#98a2b3}.price-box strong{font-size:34px}.price-box del{margin-left:8px;color:#98a2b3}.purchase-list{list-style:none;padding:0;margin:0 0 20px}.purchase-list li{padding:8px 0;color:#475467;font-size:13px}.buy-now{width:100%;padding:15px;background:linear-gradient(135deg,var(--premium),var(--premium2))}.availability-note{text-align:center;font-size:11px;color:#667085;margin-top:12px}.availability-note span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#12b76a;margin-right:7px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.review-grid article,.empty-premium{background:#fff;border:1px solid #e5e9f1;border-radius:18px;padding:20px}.review-grid article>span{display:block;color:#f59e0b;margin:6px 0}.empty-premium{text-align:center;padding:50px}.empty-premium b{font-size:20px}.empty-premium p{color:#667085}.logo-autogen-note{font-size:11px;color:#667085}
@media(max-width:1050px){.premium-grid{grid-template-columns:repeat(3,1fr)}.premium-categories{grid-template-columns:repeat(3,1fr)}.premium-hero{padding:55px 44px}.hero-copy h1{font-size:52px}.market-layout{grid-template-columns:190px 1fr}}
@media(max-width:800px){.announcement{display:none}.premium-hero{grid-template-columns:1fr;padding:45px 30px}.hero-showcase{display:none}.hero-copy h1{font-size:46px}.trust-strip{grid-template-columns:1fr 1fr}.premium-grid{grid-template-columns:repeat(2,1fr)}.premium-categories{grid-template-columns:repeat(2,1fr)}.premium-cta{padding:35px;align-items:flex-start;gap:24px}.market-layout{grid-template-columns:1fr}.filter-panel{position:static;display:flex;overflow:auto}.filter-panel h3{display:none}.filter-panel a{white-space:nowrap}.premium-product-layout{grid-template-columns:1fr}.purchase-card{position:static}.review-grid{grid-template-columns:1fr 1fr}.premium-footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:600px){body{padding-bottom:66px}.premium-top{min-height:68px}.premium-top nav a{display:none}.premium-top nav .profile-pill,.premium-top nav .btn{display:flex}.premium-hero{min-height:auto;padding:38px 22px;border-radius:24px}.hero-copy h1{font-size:39px;letter-spacing:-2px}.hero-search{display:block;background:transparent;padding:0;box-shadow:none}.hero-search input,.hero-search button{width:100%;height:48px;border-radius:12px}.hero-search button{margin-top:9px}.hero-proof{gap:16px;justify-content:space-between}.trust-strip{grid-template-columns:1fr}.premium-section-head{margin-top:42px}.premium-section-head h2{font-size:28px}.premium-section-head>a{display:none}.premium-categories{grid-template-columns:1fr}.premium-grid{grid-template-columns:1fr}.premium-cta{display:block;padding:28px 22px}.premium-cta h2{font-size:29px}.premium-cta .btn{margin-top:20px}.marketplace-head{padding:28px 22px;align-items:flex-start}.marketplace-head h1{font-size:34px}.market-count{display:none}.premium-footer{grid-template-columns:1fr;padding:40px 22px}.premium-footer>div:not(.footer-brand){display:none}.mobile-bottom{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-top:1px solid #e5e9f1;z-index:100;padding:8px 6px}.mobile-bottom a{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:18px}.mobile-bottom span{font-size:9px;font-weight:800}.generated-showcase{min-height:340px}.generated-showcase h2{font-size:29px}.benefit-grid{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr}.product-card-body>p{min-height:0}}

/* ==========================================================
   v2.1.6 — Premium Blue Storefront Refresh
   Clean navy + royal blue palette, reduced gradients,
   improved contrast, spacing and premium polish.
   ========================================================== */
:root{
  --navy:#0b1220;
  --navy2:#111c31;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e2e8f0;
  --bg:#f6f8fc;
  --card:#ffffff;
  --blue:#2563eb;
  --blue2:#1d4ed8;
  --premium:#2563eb;
  --premium2:#1d4ed8;
  --green:#059669;
  --red:#dc2626;
  --amber:#d97706;
  --radius:20px;
  --shadow:0 18px 48px rgba(15,23,42,.09)
}
body{background:#f6f8fc;color:#0f172a}
.announcement{background:#0b1220!important;color:#dbeafe!important;border:0!important}
.premium-top,.top{background:rgba(255,255,255,.96)!important;border-bottom:1px solid #e2e8f0!important;box-shadow:0 8px 30px rgba(15,23,42,.04)}
.brand>span,.premium-brand>span{background:#0b1220!important;color:#fff!important;box-shadow:none!important}
.premium-top nav a:hover,.top nav a:hover{color:#2563eb!important}
.premium-hero,.hero{background:#0b1220!important;box-shadow:0 28px 70px rgba(15,23,42,.18)!important;border:1px solid rgba(255,255,255,.06)}
.premium-hero:before,.hero:before{background:radial-gradient(circle,rgba(37,99,235,.28),transparent 68%)!important}
.premium-hero:after{background:radial-gradient(circle,rgba(14,165,233,.16),transparent 68%)!important}
.hero-copy h1,.hero h1{color:#fff!important}
.hero-copy p,.hero p{color:#cbd5e1!important}
.eyebrow,.section-kicker,.hero-tag{color:#93c5fd!important}
.hero-search{border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 16px 40px rgba(0,0,0,.18)!important}
.hero-search button,.search button,.btn,.buy-now{background:#2563eb!important;background-image:none!important;color:#fff!important}
.btn:hover,.buy-now:hover{background:#1d4ed8!important;filter:none!important}
.hero-proof strong{color:#fff!important}.hero-proof span{color:#94a3b8!important}
.showcase-card,.mini-card{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 20px 45px rgba(0,0,0,.22)!important}
.trust-strip{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 14px 35px rgba(15,23,42,.05)!important}
.trust-strip i{background:#eff6ff!important;color:#2563eb!important}
.premium-section-head h2,.section-head h2{color:#0f172a!important}
.premium-section-head p{color:#64748b!important}
.premium-categories a,.chip{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 8px 24px rgba(15,23,42,.045)!important}
.premium-categories a:hover,.chip:hover{border-color:#bfdbfe!important;box-shadow:0 16px 34px rgba(37,99,235,.10)!important;transform:translateY(-2px)}
.premium-categories b,.chip span{background:#eff6ff!important;color:#2563eb!important}
.premium-product-card,.card,.panel{border-color:#e2e8f0!important;box-shadow:0 10px 30px rgba(15,23,42,.05)!important}
.premium-product-card:hover,.app-card:hover{border-color:#bfdbfe!important;box-shadow:0 22px 50px rgba(37,99,235,.12)!important;transform:translateY(-5px)}
.product-visual,.card-cover{background:linear-gradient(145deg,#f8fafc,#eff6ff)!important}
.product-category,.card-category{color:#2563eb!important}
.featured-ribbon{background:#0b1220!important}
.view-btn{color:#1d4ed8!important}.view-btn b{background:#eff6ff!important;color:#1d4ed8!important}
.circle-link{background:#0b1220!important}
.available{background:#ecfdf5!important;color:#047857!important}
.featured{background:#eff6ff!important;color:#1d4ed8!important}
.premium-cta{background:#0b1220!important;box-shadow:0 26px 65px rgba(15,23,42,.20)!important;border:1px solid rgba(255,255,255,.06)}
.premium-cta span{color:#93c5fd!important}.premium-cta p{color:#cbd5e1!important}
.premium-footer{background:#0b1220!important}.footer-bottom{background:#070d18!important}
.footer-brand>span{background:#2563eb!important;background-image:none!important}
.marketplace-head{background:#0b1220!important}
.filter-panel a.active,.filter-panel a:hover{background:#eff6ff!important;color:#1d4ed8!important}
.generated-showcase{background:linear-gradient(145deg,#f8fafc,#eff6ff)!important}
.generated-showcase>span,.purchase-head span{color:#2563eb!important}
.purchase-card{border-color:#e2e8f0!important;box-shadow:0 24px 55px rgba(15,23,42,.09)!important}
.product-info-tabs,.review-grid article,.empty-premium{border-color:#e2e8f0!important}
.mobile-bottom{border-color:#e2e8f0!important;box-shadow:0 -10px 30px rgba(15,23,42,.06)}
.mobile-bottom a{color:#475569}.mobile-bottom a:hover,.mobile-bottom a.active{color:#2563eb}

/* Better rhythm and card readability */
.premium-product-card{border-radius:20px!important}
.product-visual{height:142px!important}
.product-card-body{padding:19px!important}
.product-card-body h3{color:#0f172a!important;letter-spacing:-.25px}
.product-card-body>p{color:#64748b!important}
.product-card-foot strong{color:#0f172a!important}
.premium-section-head{margin-top:54px!important}
.premium-grid{gap:22px!important}
main{padding-top:26px!important}

@media(max-width:600px){
  body{background:#f8fafc!important}
  .premium-top{box-shadow:0 5px 18px rgba(15,23,42,.05)!important}
  .premium-hero{border-radius:20px!important;padding:34px 20px!important}
  .hero-copy h1{font-size:36px!important;line-height:1.06!important}
  .premium-product-card{border-radius:18px!important}
  .product-visual{height:132px!important}
}

/* ==========================================================
   v2.1.7 — Complete Mobile Responsive Fix
   Removes horizontal overflow on storefront + admin pages.
   ========================================================== */
html,body{width:100%;max-width:100%;overflow-x:hidden}
img,svg,video,canvas,iframe{max-width:100%;height:auto}
pre,code{max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere}
input,select,textarea,button{max-width:100%}
main,.admin-main,.panel,.card,.form-card,.table-panel,.product-layout,.premium-product-layout{min-width:0}
.row{min-width:0;flex-wrap:wrap}.row>*{min-width:0}
.two>*{min-width:0}.between{gap:12px}
.table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
table{min-width:680px}
.mobile-menu-btn,.mobile-nav-close,.admin-menu-btn,.admin-close,.menu-backdrop,.admin-backdrop{display:none}

@media(max-width:900px){
  body{overflow-x:hidden}
  main{width:100%;max-width:100%;padding:18px 14px 82px}
  .announcement{display:none!important}
  .premium-top,.top{min-height:68px;height:auto;padding:10px 14px;gap:10px;justify-content:space-between}
  .brand{font-size:15px;min-width:0;max-width:calc(100% - 58px)}
  .brand>span{width:38px;height:38px;flex:0 0 38px}
  .brand div{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .brand small{font-size:8px}
  .premium-search,.top>.search{display:none!important}
  .mobile-menu-btn{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy);font-size:20px;cursor:pointer}
  .site-nav{position:fixed!important;display:flex!important;flex-direction:column;align-items:stretch!important;gap:4px!important;top:0;right:0;bottom:0;width:min(84vw,340px);padding:78px 18px 24px;background:#fff;z-index:1002;transform:translateX(105%);transition:transform .25s ease;box-shadow:-22px 0 60px rgba(15,23,42,.18);overflow-y:auto}
  .site-nav>a{display:flex!important;padding:13px 14px;border-radius:11px;color:#0f172a!important;font-size:14px}
  .site-nav>a:hover{background:#eff6ff}
  .site-nav .btn{justify-content:center;background:#2563eb!important;color:#fff!important}
  .profile-pill{width:100%;justify-content:flex-start}
  .mobile-nav-close{display:grid;place-items:center;position:absolute;top:18px;right:18px;width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:25px;cursor:pointer}
  .menu-backdrop{display:block;position:fixed;inset:0;background:rgba(15,23,42,.48);z-index:1001;opacity:0;visibility:hidden;transition:.25s}
  .mobile-menu-open{overflow:hidden}
  .mobile-menu-open .site-nav{transform:translateX(0)}
  .mobile-menu-open .menu-backdrop{opacity:1;visibility:visible}
  .hero,.premium-hero{width:100%;grid-template-columns:1fr!important;min-height:auto!important;padding:34px 20px!important;border-radius:20px!important}
  .hero h1,.hero-copy h1{font-size:clamp(32px,9vw,44px)!important;line-height:1.06!important;letter-spacing:-1.8px!important;overflow-wrap:anywhere}
  .hero p,.hero-copy p{font-size:15px!important}
  .hero-panel,.hero-showcase{display:none!important}
  .hero-actions{align-items:stretch;flex-direction:column;gap:10px}.hero-actions .btn,.hero-actions a{width:100%}
  .hero-search{width:100%;max-width:100%}
  .trust-row,.hero-proof{gap:12px!important;justify-content:flex-start!important}
  .trust-strip{grid-template-columns:1fr 1fr!important;gap:0}
  .section-head,.premium-section-head,.marketplace-head{align-items:flex-start;gap:12px;flex-direction:column}
  .section-head h2,.premium-section-head h2{font-size:26px!important}
  .chips{width:calc(100vw - 28px);margin-right:-14px;padding-right:14px}
  .grid,.premium-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .premium-categories{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .product-layout,.premium-product-layout,.market-layout{grid-template-columns:minmax(0,1fr)!important;gap:18px!important}
  .sticky,.purchase-card,.filter-panel{position:static!important;top:auto!important}
  .gallery-main{border-radius:15px}
  .thumbs{width:100%;padding-bottom:4px}.thumbs img{flex:0 0 84px;width:84px;height:58px}
  .form-card{width:100%;max-width:100%;margin:12px auto;padding:20px 16px;border-radius:18px}
  .two{grid-template-columns:minmax(0,1fr)!important;gap:0!important}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}
  .stat{padding:17px}.stat b{font-size:23px}
  .review-grid{grid-template-columns:1fr!important}
  .benefit-grid{grid-template-columns:1fr!important}
  .premium-cta{display:block!important;padding:28px 20px!important}.premium-cta .btn{width:100%;margin-top:16px}
  .premium-footer{grid-template-columns:1fr!important;padding:36px 20px!important}.premium-footer>div{min-width:0}
  .summary-line{gap:14px}.summary-line>*{min-width:0;overflow-wrap:anywhere}
  .watermark{font-size:36px}
  .alert{font-size:13px}

  /* Admin mobile drawer */
  .admin-shell{display:block!important;min-width:0}
  .sidebar{display:flex!important;position:fixed!important;left:0;top:0;bottom:0;width:min(84vw,300px);height:100dvh;z-index:1102;transform:translateX(-105%);transition:transform .25s ease;overflow-y:auto}
  .admin-menu-open{overflow:hidden}
  .admin-menu-open .sidebar{transform:translateX(0)}
  .admin-backdrop{display:block;position:fixed;inset:0;background:rgba(15,23,42,.52);z-index:1101;opacity:0;visibility:hidden;transition:.25s}
  .admin-menu-open .admin-backdrop{opacity:1;visibility:visible}
  .admin-close{display:grid;place-items:center;margin-left:auto;width:34px;height:34px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-size:22px}
  .admin-main{width:100%;max-width:100%;padding:0 14px 35px!important}
  .admin-top{height:auto!important;min-height:76px;padding:12px 0!important;gap:10px;justify-content:flex-start!important}
  .admin-menu-btn{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:20px}
  .admin-top>div:nth-child(2){min-width:0}.admin-top h2{font-size:21px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .admin-top small{font-size:9px}
  .admin-user{margin-left:auto}.admin-user>div{display:none}.admin-user>span{width:38px;height:38px}
  .admin-main .panel,.admin-main .card,.admin-main .table-panel{max-width:100%;overflow:hidden}
  .admin-main .panel-title{padding:16px!important;flex-wrap:wrap;gap:10px}
  .admin-main .panel-title .btn{width:auto}
  .admin-main form .row{align-items:stretch}.admin-main form .row>.btn{width:100%}
  .admin-main table{min-width:760px}
  .admin-main .table-wrap{margin:0;max-width:100%}
}

@media(max-width:600px){
  main{padding-left:12px!important;padding-right:12px!important}
  .premium-top,.top{padding-left:12px!important;padding-right:12px!important}
  .brand small{display:none}
  .grid,.premium-grid,.premium-categories{grid-template-columns:minmax(0,1fr)!important}
  .trust-strip{grid-template-columns:minmax(0,1fr)!important}
  .product-card-body,.card{padding-left:15px!important;padding-right:15px!important}
  .product-visual,.card-cover{height:124px!important}
  .app-logo{width:58px;height:58px;border-radius:15px}
  .stats{grid-template-columns:minmax(0,1fr)!important}
  .btn{width:100%}
  .row>.btn.small,.panel-title>.btn,.card-bottom .btn,.product-card-foot .btn{width:auto}
  .marketplace-head{padding:24px 18px!important}
  .marketplace-head h1{font-size:30px!important}
  .filter-panel{display:flex!important;overflow-x:auto;width:calc(100vw - 24px);gap:7px;padding:10px!important}
  .filter-panel a{flex:0 0 auto;white-space:nowrap}
  .purchase-card{padding:20px 16px!important;border-radius:18px!important}
  .purchase-head{align-items:flex-start}.purchase-head h1{font-size:21px!important;overflow-wrap:anywhere}
  .price-box strong{font-size:29px!important}
  .timeline{margin-left:5px;padding-left:18px}.event:before{left:-25px}
  .mobile-bottom{padding-bottom:max(8px,env(safe-area-inset-bottom))}
  footer,.footer-bottom{overflow:hidden}
  .admin-main{padding-left:12px!important;padding-right:12px!important}
  .admin-main .form-card{padding:16px 13px!important}
  .admin-main .btn{min-height:42px}
  .admin-main .row.between{align-items:stretch;flex-direction:column}
  .admin-main .row.between>.btn{width:100%}
}

/* ==========================================================
   v2.1.8 — Compact Mobile Homepage + Redesigned Hero
   ========================================================== */
.compact-premium-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);align-items:center;min-height:470px;padding:62px 64px;border-radius:30px;overflow:hidden;color:#fff;background:linear-gradient(128deg,#07111f 0%,#0c1c32 58%,#123a70 100%);box-shadow:0 26px 70px rgba(7,17,31,.2)}
.compact-premium-hero:before{content:"";position:absolute;width:520px;height:520px;right:-160px;top:-250px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.36),transparent 68%)}
.compact-hero-copy,.compact-hero-visual{position:relative;z-index:1;min-width:0}
.compact-hero-label{display:inline-flex;padding:7px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);font-size:10px;font-weight:900;letter-spacing:1.3px;color:#dbeafe}
.compact-hero-copy h1{margin:18px 0 16px;font-size:56px;line-height:1;letter-spacing:-2.8px}.compact-hero-copy h1 em{font-style:normal;color:#78aefb}
.compact-hero-copy>p{max-width:620px;margin:0;color:#b9c7d9;font-size:16px}
.compact-hero-search{display:flex;align-items:center;max-width:600px;margin-top:26px;padding:7px 7px 7px 15px;border-radius:15px;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.2)}
.compact-hero-search>span{color:#64748b;font-size:22px}.compact-hero-search input{flex:1;min-width:0;border:0;outline:0;padding:11px 12px;background:transparent;color:#0f172a}.compact-hero-search button{border:0;border-radius:10px;padding:12px 20px;background:#1769ff;color:#fff;font-weight:850;cursor:pointer}
.compact-hero-actions{display:flex;align-items:center;gap:20px;margin-top:23px}.compact-primary-action{display:none}.compact-proof{display:flex;align-items:baseline;gap:6px}.compact-proof b{font-size:17px}.compact-proof span{color:#8fa1b8;font-size:11px}
.compact-hero-visual{height:300px}.visual-glow{position:absolute;inset:25px 20px 25px 40px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.3),transparent 68%)}
.visual-product-card{position:absolute;right:32px;top:18px;width:250px;padding:23px;border:1px solid rgba(255,255,255,.85);border-radius:24px;background:rgba(255,255,255,.96);color:#0f172a;box-shadow:0 28px 60px rgba(0,0,0,.28);transform:rotate(3deg)}
.visual-product-card>span{font-size:9px;font-weight:900;letter-spacing:1px;color:#2563eb}.visual-product-card img{display:block;width:76px;height:76px;margin:17px 0;border-radius:20px}.visual-product-card div{display:flex;flex-direction:column}.visual-product-card small{color:#64748b}.visual-product-card strong{display:block;margin-top:15px;font-size:23px}
.visual-status-card{position:absolute;left:5px;bottom:32px;display:flex;align-items:center;gap:11px;min-width:238px;padding:14px 16px;border-radius:17px;background:#fff;color:#0f172a;box-shadow:0 20px 50px rgba(0,0,0,.24);transform:rotate(-3deg)}
.visual-status-card i{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;background:#eafaf3;color:#087b52;font-style:normal;font-weight:900}.visual-status-card div{display:flex;flex-direction:column}.visual-status-card small{color:#64748b}
.compact-trust-strip{margin-top:18px}.compact-category-head{margin-top:44px}.compact-featured-head{margin-top:50px}

@media(max-width:900px){
  .compact-premium-hero{grid-template-columns:minmax(0,1fr);min-height:auto;padding:38px 24px;border-radius:22px}
  .compact-hero-visual{display:none}.compact-hero-copy h1{font-size:clamp(34px,9vw,44px);letter-spacing:-1.8px}.compact-hero-copy>p{font-size:14px}
}
@media(max-width:600px){
  .compact-premium-hero{padding:26px 18px 22px!important;border-radius:18px!important;background:linear-gradient(135deg,#07111f,#103567)}
  .compact-hero-label{padding:6px 9px;font-size:8px;letter-spacing:1px}.compact-hero-copy h1{margin:13px 0 10px;font-size:34px!important;line-height:1.03!important;letter-spacing:-1.4px!important}.compact-hero-copy>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:13px!important;line-height:1.5}
  .compact-hero-search{margin-top:17px;padding:5px 5px 5px 11px;border-radius:12px}.compact-hero-search>span{font-size:18px}.compact-hero-search input{padding:9px 8px;font-size:13px}.compact-hero-search button{padding:10px 13px;border-radius:9px;font-size:12px}
  .compact-hero-actions{margin-top:14px;gap:12px;justify-content:space-between}.compact-primary-action{display:none}.compact-proof{display:flex;flex:1;justify-content:center;padding:8px 7px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.06)}.compact-proof b{font-size:14px}.compact-proof span{font-size:9px}
  .compact-trust-strip{display:none!important}
  .compact-category-head{margin:26px 0 12px!important}.compact-category-head p{display:none}.compact-category-head h2{font-size:23px!important}.compact-category-head .section-kicker{font-size:9px}
  .compact-category-list{display:flex!important;grid-template-columns:none!important;width:calc(100vw - 12px);max-width:none;margin-right:-12px;gap:10px;overflow-x:auto;padding:2px 12px 8px 0;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.compact-category-list::-webkit-scrollbar{display:none}
  .compact-category-list>a{flex:0 0 auto;width:auto;min-width:138px;padding:11px 12px;border-radius:14px;gap:9px;scroll-snap-align:start;box-shadow:0 6px 18px rgba(15,23,42,.04)}.compact-category-list>a>span{width:36px;height:36px;border-radius:10px;font-size:10px}.compact-category-list a div{display:block}.compact-category-list a b{display:block;max-width:85px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.compact-category-list a small,.compact-category-list a i{display:none}
  .compact-featured-head{margin:28px 0 13px!important}.compact-featured-head p{display:none}.compact-featured-head h2{font-size:23px!important}
  .premium-grid{gap:12px!important}.premium-product-card{display:grid;grid-template-columns:108px minmax(0,1fr);min-height:142px}.product-visual{height:100%!important;min-height:142px}.product-visual .app-logo{width:58px;height:58px}.featured-ribbon{display:none}.product-visual>.badge{top:9px;right:8px;font-size:8px;padding:4px 6px}.product-card-body{padding:13px!important}.product-card-body h3{font-size:15px;margin:4px 0}.product-card-body>p{display:none}.product-trust{padding:7px 0;font-size:9px}.stock-line{padding-bottom:8px;font-size:9px}.product-card-foot{padding-top:9px}.product-card-foot strong{font-size:17px}.view-btn{font-size:0}.view-btn b{width:28px;height:28px;font-size:12px}
  .premium-cta{margin-top:34px!important;padding:23px 18px!important;border-radius:20px!important}.premium-cta h2{font-size:25px!important}.premium-cta p{font-size:12px}.premium-footer{margin-top:36px!important}
}

/* v2.1.9 — reliable mobile navigation and premium login */
.mobile-menu-btn{padding:0;position:relative;align-content:center;gap:4px}
.mobile-menu-btn i{display:block;width:19px;height:2px;border-radius:9px;background:currentColor;transition:.2s}
.mobile-nav-head{display:none}
.menu-backdrop{border:0;padding:0}
.auth-shell{min-height:calc(100vh - 250px);display:grid;place-items:center;padding:22px 0 40px}
.auth-card{width:min(920px,100%);display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border:1px solid #e2e8f0;border-radius:28px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.11)}
.auth-copy{padding:48px;background:linear-gradient(145deg,#071426,#12335f);color:#fff}
.auth-copy h1{font-size:42px;line-height:1.05;letter-spacing:-1.6px;margin:12px 0 16px}
.auth-copy p{color:#b9c8da;margin:0;max-width:420px}
.auth-points{display:flex;flex-direction:column;gap:12px;margin-top:32px;color:#dbeafe;font-size:13px;font-weight:750}
.auth-points span:before{content:'✓';display:inline-grid;place-items:center;width:22px;height:22px;margin-right:9px;border-radius:50%;background:rgba(255,255,255,.11);color:#86efac}
.auth-form-wrap{padding:48px;display:flex;flex-direction:column;justify-content:center}
.auth-form .field{margin-bottom:18px}.auth-form input{min-height:50px}
.label-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.label-row label{margin:0}.label-row a{color:#2563eb;font-size:12px;font-weight:800}
.auth-submit{width:100%;min-height:50px}
.auth-register{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:22px;padding-top:22px;border-top:1px solid #e5e7eb;color:#64748b;font-size:13px}.auth-register .btn{white-space:nowrap}

@media(max-width:900px){
  .site-nav{visibility:hidden;pointer-events:none}
  .mobile-menu-open .site-nav{visibility:visible;pointer-events:auto}
  .mobile-nav-head{display:flex;position:absolute;left:18px;right:18px;top:18px;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #e5e7eb}
  .mobile-nav-head b{font-size:18px;color:#0f172a}
  .mobile-nav-close{position:static!important;display:grid!important}
  .site-nav>a{min-height:48px;align-items:center;border-bottom:1px solid #f1f5f9}
  .site-nav>a:last-child{border-bottom:0}
  .mobile-menu-open .mobile-menu-btn i:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .mobile-menu-open .mobile-menu-btn i:nth-child(2){opacity:0}
  .mobile-menu-open .mobile-menu-btn i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .auth-shell{padding:4px 0 24px;display:block}
  .auth-card{grid-template-columns:1fr;border-radius:20px}
  .auth-copy{padding:26px 22px}
  .auth-copy h1{font-size:31px;margin:8px 0 10px}
  .auth-copy p{font-size:14px}
  .auth-points{display:none}
  .auth-form-wrap{padding:24px 20px}
  .auth-register{align-items:stretch;flex-direction:column;text-align:center}
  .auth-register .btn{width:100%}
}
@media(min-width:901px){.site-nav{visibility:visible!important;pointer-events:auto!important}.site-nav[aria-hidden="true"]{visibility:visible!important}}

/* ==========================================================
   v2.2.0 — Premium Customer Profile + Notifications
   ========================================================== */
.notification-nav-link{position:relative}.notification-nav-link>b{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 5px;margin-left:4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;line-height:1}.profile-pill strong{font:inherit}
.profile-page,.notifications-page{max-width:1180px;margin:0 auto;padding:20px 0 48px}.profile-hero-card{display:flex;align-items:center;gap:20px;padding:28px 30px;border:1px solid #dbe5f0;border-radius:24px;background:linear-gradient(135deg,#071426,#12365f);color:#fff;box-shadow:0 20px 55px rgba(15,23,42,.16)}.profile-avatar{display:grid;place-items:center;flex:0 0 76px;width:76px;height:76px;border:4px solid rgba(255,255,255,.18);border-radius:23px;background:#fff;color:#174ea6;font-size:30px;font-weight:950}.profile-hero-copy{min-width:0;flex:1}.profile-hero-copy .section-kicker{color:#93c5fd}.profile-hero-copy h1{margin:3px 0;font-size:31px;letter-spacing:-1px}.profile-hero-copy p{margin:0;color:#c8d5e6;overflow-wrap:anywhere}.profile-status{display:flex;align-items:center;gap:7px;margin-top:10px;color:#d1fae5;font-size:12px;font-weight:800}.profile-status i{width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 0 5px rgba(52,211,153,.13)}.profile-orders-btn{background:#fff!important;color:#0f3d78!important;white-space:nowrap}.profile-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.profile-stat-grid a{display:flex;flex-direction:column;padding:19px 21px;border:1px solid #e2e8f0;border-radius:17px;background:#fff;color:#0f172a;box-shadow:0 7px 25px rgba(15,23,42,.04)}.profile-stat-grid b{font-size:25px;line-height:1}.profile-stat-grid span{margin-top:7px;color:#64748b;font-size:12px;font-weight:750}.profile-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.profile-panel{padding:27px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(15,23,42,.05)}.panel-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.panel-heading span{color:#2563eb;font-size:9px;font-weight:950;letter-spacing:1.25px}.panel-heading h2{margin:4px 0 0;font-size:23px}.panel-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#eff6ff;color:#2563eb;font-weight:950}.profile-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-panel .field small{display:block;margin-top:6px;color:#94a3b8;font-size:10px}.profile-save-btn{min-width:160px;margin-top:5px}.security-note{display:flex;flex-direction:column;margin:3px 0 18px;padding:12px 14px;border-radius:12px;background:#f8fafc;color:#475569;font-size:11px}.security-note b{color:#0f172a;margin-bottom:3px}
.notifications-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 30px;border-radius:24px;background:linear-gradient(135deg,#071426,#12365f);color:#fff}.notifications-hero h1{margin:4px 0 7px;font-size:35px;letter-spacing:-1.3px}.notifications-hero p{margin:0;color:#bfd0e5}.notifications-hero .section-kicker{color:#93c5fd}.notification-summary{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 92px;height:82px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.08)}.notification-summary b{font-size:27px}.notification-summary span{font-size:10px;color:#bfdbfe;font-weight:800}.notification-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:18px 0}.notification-filters{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.notification-filters::-webkit-scrollbar{display:none}.notification-filters a{display:flex;align-items:center;gap:6px;padding:9px 13px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;font-size:11px;font-weight:850;white-space:nowrap}.notification-filters a.active{border-color:#2563eb;background:#2563eb;color:#fff}.notification-filters a b{display:grid;place-items:center;min-width:18px;height:18px;border-radius:99px;background:rgba(255,255,255,.18);font-size:9px}.notification-bulk-actions{display:flex;gap:7px}.notification-bulk-actions form{margin:0}.notification-bulk-actions button,.notification-actions button{border:0;background:transparent;color:#2563eb;font-size:11px;font-weight:850;cursor:pointer}.notification-bulk-actions .danger-link,.notification-actions button.delete{color:#dc2626}.notification-list{display:flex;flex-direction:column;gap:11px}.notification-item{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr);gap:15px;padding:19px 21px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 7px 25px rgba(15,23,42,.035)}.notification-item.is-unread{border-color:#bfdbfe;background:linear-gradient(90deg,#f8fbff,#fff)}.notification-type{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#eff6ff;color:#2563eb;font-weight:950}.notification-type.payment{background:#ecfdf5;color:#059669}.notification-type.offer{background:#fff7ed;color:#ea580c}.notification-type.warning{background:#fef2f2;color:#dc2626}.notification-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.notification-title-row span{color:#2563eb;font-size:8px;font-weight:950;letter-spacing:1px;text-transform:uppercase}.notification-title-row h3{margin:3px 0 0;font-size:16px}.notification-title-row time{color:#94a3b8;font-size:10px;white-space:nowrap}.notification-body>p{margin:8px 0 12px;color:#64748b;font-size:13px;line-height:1.55}.notification-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.notification-actions>a{color:#2563eb;font-size:11px;font-weight:850}.notification-actions>div{display:flex;gap:8px}.notification-actions form{margin:0}.unread-dot{position:absolute;right:10px;top:10px;width:7px;height:7px;border-radius:50%;background:#2563eb}.notification-empty{text-align:center;padding:60px 20px;border:1px dashed #cbd5e1;border-radius:21px;background:#fff}.notification-empty>div{font-size:38px}.notification-empty h2{margin:12px 0 5px}.notification-empty p{margin:0 0 18px;color:#64748b}
@media(max-width:760px){.profile-page,.notifications-page{padding:4px 0 30px}.profile-hero-card{align-items:flex-start;padding:20px;border-radius:18px;gap:13px}.profile-avatar{flex-basis:56px;width:56px;height:56px;border-radius:16px;font-size:22px}.profile-hero-copy h1{font-size:22px}.profile-orders-btn{display:none}.profile-stat-grid{grid-template-columns:repeat(3,1fr);gap:8px}.profile-stat-grid a{padding:13px 10px;text-align:center}.profile-stat-grid b{font-size:20px}.profile-stat-grid span{font-size:9px}.profile-content-grid{grid-template-columns:1fr}.profile-panel{padding:20px 17px;border-radius:17px}.profile-field-grid{grid-template-columns:1fr;gap:0}.profile-save-btn{width:100%}.notifications-hero{padding:21px 18px;border-radius:18px}.notifications-hero h1{font-size:27px}.notifications-hero p{font-size:12px}.notification-summary{flex-basis:70px;width:70px;height:68px}.notification-toolbar{align-items:flex-start;flex-direction:column}.notification-filters{width:calc(100vw - 24px);padding-bottom:3px}.notification-bulk-actions{width:100%;justify-content:flex-end}.notification-item{grid-template-columns:39px minmax(0,1fr);gap:11px;padding:15px 13px;border-radius:15px}.notification-type{width:39px;height:39px;border-radius:12px}.notification-title-row{display:block}.notification-title-row time{display:block;margin-top:4px}.notification-body>p{font-size:12px}.notification-actions{align-items:flex-start;flex-direction:column}.notification-actions>div{width:100%;justify-content:flex-end}.site-nav .profile-pill strong{display:inline}}

/* ==========================================================
   v2.2.1 — Mobile Drawer + Premium Bottom Navigation
   ========================================================== */
@media(max-width:900px){
  .premium-top,.top{position:sticky!important;top:0!important;z-index:1200!important;background:#fff!important}
  .mobile-menu-btn{position:relative!important;z-index:1202!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;padding:0!important}
  .mobile-menu-btn i{display:block!important;width:19px!important;height:2px!important;border-radius:99px!important;background:#0f172a!important;transition:transform .2s ease,opacity .2s ease!important}
  .site-nav{
    position:fixed!important;
    inset:0 0 0 auto!important;
    top:0!important;right:0!important;bottom:0!important;
    width:min(88vw,360px)!important;
    height:100vh!important;height:100dvh!important;
    max-height:none!important;
    padding:84px 18px 28px!important;
    margin:0!important;
    border:0!important;border-radius:0!important;
    background:#fff!important;
    box-shadow:-24px 0 70px rgba(15,23,42,.25)!important;
    z-index:1402!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    transform:translate3d(105%,0,0)!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:transform .24s ease,opacity .18s ease,visibility 0s linear .24s!important;
  }
  .mobile-menu-open .site-nav{
    transform:translate3d(0,0,0)!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transition:transform .24s ease,opacity .18s ease!important;
  }
  .mobile-nav-head{
    position:absolute!important;top:0!important;left:0!important;right:0!important;
    min-height:72px!important;padding:15px 18px!important;margin:0!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    border-bottom:1px solid #e8eef5!important;background:#fff!important;
  }
  .mobile-nav-head b{font-size:20px!important;color:#0f172a!important;letter-spacing:-.3px!important}
  .mobile-nav-close{
    position:static!important;display:grid!important;place-items:center!important;
    width:42px!important;height:42px!important;border:1px solid #dbe4ef!important;
    border-radius:14px!important;background:#f8fafc!important;color:#0f172a!important;
    font-size:27px!important;line-height:1!important;
  }
  .site-nav>a{
    display:flex!important;align-items:center!important;width:100%!important;min-height:50px!important;
    padding:13px 14px!important;margin:0 0 5px!important;border:1px solid transparent!important;
    border-radius:13px!important;color:#334155!important;background:transparent!important;
    font-size:14px!important;font-weight:800!important;text-decoration:none!important;
  }
  .site-nav>a:hover,.site-nav>a:focus{background:#eff6ff!important;border-color:#dbeafe!important;color:#1d4ed8!important}
  .site-nav .btn{background:#2563eb!important;color:#fff!important;justify-content:center!important;border-color:#2563eb!important}
  .site-nav .profile-pill{background:#f8fafc!important;border-color:#e2e8f0!important}
  .menu-backdrop{
    position:fixed!important;inset:0!important;display:block!important;margin:0!important;
    background:rgba(2,6,23,.62)!important;backdrop-filter:blur(2px)!important;
    z-index:1401!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;
    transition:opacity .2s ease,visibility 0s linear .2s!important;
  }
  .mobile-menu-open .menu-backdrop{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity .2s ease!important}
  body.mobile-menu-open{overflow:hidden!important;touch-action:none!important}
}

/* Premium customer footer */
.premium-footer{position:relative;overflow:hidden}
.premium-footer:before{content:"";position:absolute;width:340px;height:340px;right:-130px;top:-190px;border-radius:50%;background:rgba(37,99,235,.14);pointer-events:none}
.footer-bottom{border-top:1px solid rgba(255,255,255,.05)}

@media(max-width:600px){
  body{padding-bottom:94px!important}
  .premium-footer{margin-top:42px!important;padding:30px 20px 24px!important;border-radius:26px 26px 0 0!important;background:linear-gradient(145deg,#081425,#0f2948)!important}
  .premium-footer .footer-brand{grid-column:auto!important;display:flex!important;align-items:center!important;gap:12px!important}
  .premium-footer .footer-brand>span{width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:14px!important;background:#2563eb!important;box-shadow:0 10px 25px rgba(37,99,235,.32)!important}
  .premium-footer .footer-brand b{font-size:15px!important}
  .premium-footer .footer-brand p{margin:4px 0 0!important;font-size:11px!important;line-height:1.45!important;color:#9fb2ca!important}
  .premium-footer>div:not(.footer-brand){display:none!important}
  .footer-bottom{padding:13px 16px 102px!important;background:#07101d!important;color:#71839b!important;font-size:9px!important}
  .mobile-bottom{
    position:fixed!important;left:12px!important;right:12px!important;bottom:10px!important;
    display:grid!important;grid-template-columns:repeat(4,1fr)!important;
    min-height:66px!important;padding:7px 7px calc(7px + env(safe-area-inset-bottom))!important;
    border:1px solid rgba(203,213,225,.82)!important;border-radius:22px!important;
    background:rgba(255,255,255,.94)!important;backdrop-filter:blur(20px) saturate(150%)!important;
    box-shadow:0 16px 45px rgba(15,23,42,.20)!important;z-index:1300!important;
  }
  .mobile-bottom a{
    position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    min-width:0!important;gap:4px!important;padding:7px 3px!important;border-radius:15px!important;
    color:#64748b!important;text-decoration:none!important;font-size:0!important;font-weight:850!important;
  }
  .mobile-bottom a .nav-icon{display:grid!important;place-items:center!important;width:25px!important;height:25px!important;font-size:20px!important;line-height:1!important}
  .mobile-bottom a span{font-size:9px!important;line-height:1!important;white-space:nowrap!important}
  .mobile-bottom a.active{background:#eff6ff!important;color:#1d4ed8!important}
  .mobile-bottom a.active:before{content:"";position:absolute;top:3px;width:18px;height:3px;border-radius:99px;background:#2563eb}
  .mobile-bottom .nav-badge{position:absolute;top:4px;right:17%;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border:2px solid #fff;border-radius:99px;background:#ef4444;color:#fff;font-size:8px!important;font-weight:900!important}
}

/* ==========================================================
   v2.2.2 — Complete Admin Mobile Responsive System
   ========================================================== */
.admin-body{min-width:0;overflow-x:hidden;background:#f4f7fb;color:#0f172a}
.admin-shell,.admin-main,.admin-main>*{min-width:0;max-width:100%}
.admin-main{overflow-x:hidden}
.admin-main img,.admin-main video{max-width:100%;height:auto}
.admin-main input,.admin-main select,.admin-main textarea,.admin-main button{max-width:100%}
.admin-main input,.admin-main select,.admin-main textarea{font-size:16px}
.admin-main .panel,.admin-main .card,.admin-main .form-card{min-width:0;overflow:hidden}
.admin-main .table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px}
.admin-main table{width:100%;border-collapse:collapse}
.admin-main th,.admin-main td{vertical-align:middle}
.admin-top{min-width:0}
.admin-top>div:nth-child(2){min-width:0}
.admin-top h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.admin-user{min-width:0}
.page-head{gap:16px;min-width:0}
.page-head>div{min-width:0}.page-head h1,.page-head p{overflow-wrap:anywhere}
.admin-main .actions{display:flex;flex-wrap:wrap;gap:8px}
.admin-main .two{min-width:0}
.admin-main .field{min-width:0}
.admin-main .field input,.admin-main .field select,.admin-main .field textarea{width:100%;box-sizing:border-box}
.admin-main .badge{white-space:nowrap}

@media(max-width:1024px){
  .admin-shell{display:block!important}
  .sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(86vw,320px)!important;height:100vh!important;height:100dvh!important;z-index:3002!important;transform:translateX(-105%)!important;transition:transform .24s ease!important;overflow-y:auto!important;overscroll-behavior:contain!important;box-shadow:24px 0 60px rgba(15,23,42,.25)!important}
  .admin-body.admin-menu-open .sidebar{transform:translateX(0)!important}
  .admin-backdrop{position:fixed!important;inset:0!important;z-index:3001!important;background:rgba(2,6,23,.58)!important;backdrop-filter:blur(2px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:.2s!important}
  .admin-body.admin-menu-open .admin-backdrop{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .admin-body.admin-menu-open{overflow:hidden!important}
  .admin-close{display:grid!important}
  .admin-main{margin-left:0!important;width:100%!important;padding:0 18px 34px!important}
  .admin-top{position:sticky!important;top:0!important;z-index:1100!important;margin:0 -18px 22px!important;padding:13px 18px!important;min-height:68px!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid #e5eaf1!important;box-shadow:0 6px 20px rgba(15,23,42,.05)!important}
  .admin-menu-btn{display:grid!important;place-items:center!important;flex:0 0 44px!important;width:44px!important;height:44px!important;border:1px solid #dce5ef!important;border-radius:14px!important;background:#fff!important;color:#0f172a!important;font-size:21px!important}
  .admin-user>div{display:none!important}.admin-user>span{width:40px!important;height:40px!important}
  .page-head{margin-bottom:16px!important;align-items:flex-start!important}
  .page-head h1{font-size:clamp(25px,5vw,34px)!important;line-height:1.1!important}
  .stats,.payment-stats,.demo-stats,.stock-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .stock-layout{grid-template-columns:1fr!important}
  .stock-products{position:static!important;max-height:none!important;display:flex!important;gap:9px!important;overflow-x:auto!important;padding:12px!important;scrollbar-width:none!important}
  .stock-products::-webkit-scrollbar{display:none!important}.stock-product{flex:0 0 220px!important}
  .payment-card-head{align-items:flex-start!important}.payment-meta{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:700px){
  .admin-main{padding:0 12px 28px!important}
  .admin-top{margin:0 -12px 16px!important;padding:10px 12px!important;min-height:62px!important}
  .admin-top small{font-size:8px!important}.admin-top h2{font-size:17px!important;margin-top:2px!important}
  .admin-menu-btn{width:40px!important;height:40px!important;flex-basis:40px!important;border-radius:12px!important}
  .page-head{display:flex!important;flex-direction:column!important;gap:11px!important;margin:16px 0!important}
  .page-head>div,.page-head>.btn,.page-head>.actions{width:100%!important}
  .page-head>.btn{justify-content:center!important}
  .section-kicker{font-size:9px!important;letter-spacing:1.1px!important}
  .page-head h1{margin:5px 0!important;font-size:27px!important}.page-head p{font-size:12px!important;line-height:1.5!important}
  .stats,.payment-stats,.demo-stats,.stock-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .stat,.payment-stats>div,.demo-stats>div,.stock-summary>div{min-height:90px!important;padding:15px 13px!important;border-radius:16px!important}
  .stat b,.payment-stats b,.demo-stats b,.stock-summary b{font-size:21px!important;overflow-wrap:anywhere}
  .stat span,.payment-stats span,.demo-stats span,.stock-summary span{font-size:10px!important}
  .admin-main .panel,.admin-main .card,.admin-main .form-card{border-radius:17px!important;padding:15px 13px!important}
  .panel-title{display:flex!important;align-items:flex-start!important;flex-direction:column!important;gap:10px!important}.panel-title>*{width:100%!important}.panel-title .btn{justify-content:center!important}
  .admin-main .two,.upload-grid,.demo-seed-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important}
  .admin-main .row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important}
  .admin-main .row>*{width:100%!important}
  .admin-main .form-actions,.admin-main .actions,.payment-actions{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;gap:8px!important}
  .admin-main .form-actions .btn,.admin-main .actions .btn,.payment-actions .btn{width:100%!important;justify-content:center!important;min-height:44px!important}
  .filter-tabs,.tabs{display:flex!important;width:calc(100vw - 24px)!important;overflow-x:auto!important;gap:7px!important;padding:4px 0 8px!important;scrollbar-width:none!important}.filter-tabs::-webkit-scrollbar,.tabs::-webkit-scrollbar{display:none!important}.filter-tabs a,.tabs a{flex:0 0 auto!important;white-space:nowrap!important}
  .payment-list{gap:12px!important}.payment-card{padding:15px 13px!important;border-radius:17px!important}.payment-card-head{display:flex!important;flex-direction:column!important;gap:10px!important}.payment-amount{text-align:left!important}.payment-meta{grid-template-columns:minmax(0,1fr)!important;gap:8px!important}.proof-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important}.proof-row .btn{width:100%!important}
  .stock-products{width:calc(100vw - 24px)!important;margin-left:0!important;padding:9px!important}.stock-product{flex-basis:185px!important;padding:12px!important}
  .easy-stock-form,.bulk-panel{padding:16px 13px!important}.password-input{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important}.password-input button{width:auto!important}
  .admin-main .table-wrap{margin:0!important;border:1px solid #e4eaf1!important;background:#fff!important}
  .admin-main table{min-width:720px!important;font-size:12px!important}
  .admin-main th,.admin-main td{padding:11px 10px!important;white-space:normal!important;overflow-wrap:anywhere!important}
  .admin-main td .actions{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;width:max-content!important}.admin-main td .actions .btn{width:auto!important;min-height:36px!important}
  .admin-main .table-account{min-width:150px!important}
  .alert{margin:10px 0!important;padding:12px 13px!important;font-size:12px!important;border-radius:13px!important}
  .upload-box{padding:18px 12px!important}.upload-box input[type=file]{width:100%!important;font-size:12px!important}
}

@media(max-width:430px){
  .stats,.payment-stats,.demo-stats,.stock-summary{grid-template-columns:minmax(0,1fr)!important}
  .stat,.payment-stats>div,.demo-stats>div,.stock-summary>div{min-height:76px!important}
  .admin-brand{padding:16px!important}.admin-nav{padding:5px 11px 18px!important}.admin-nav a{min-height:48px!important}
  .admin-main table{min-width:650px!important}
}

/* ==========================================================
   v2.2.3 — Isolated Admin Drawer (prevents legacy class clash)
   ========================================================== */
.am-body{margin:0!important;min-width:0!important;overflow-x:hidden!important;background:#f4f7fb!important}
.am-shell{display:grid!important;grid-template-columns:270px minmax(0,1fr)!important;min-height:100vh!important;min-height:100dvh!important;width:100%!important;max-width:none!important}
.am-sidebar{position:sticky!important;top:0!important;display:flex!important;flex-direction:column!important;width:270px!important;height:100vh!important;height:100dvh!important;min-width:270px!important;max-width:270px!important;overflow:hidden!important;background:#07111f!important;color:#fff!important;z-index:1200!important;transform:none!important}
.am-brand{display:flex!important;align-items:center!important;gap:12px!important;min-height:82px!important;padding:16px 17px!important;border-bottom:1px solid rgba(255,255,255,.09)!important}
.am-brand-mark{display:grid!important;place-items:center!important;width:45px!important;height:45px!important;flex:0 0 45px!important;border-radius:14px!important;background:#1769ff!important;color:#fff!important;font-size:12px!important;font-weight:900!important}
.am-brand-copy{display:flex!important;flex:1!important;min-width:0!important;flex-direction:column!important;line-height:1.15!important}
.am-brand-copy b{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:15px!important}
.am-brand-copy small{margin-top:5px!important;color:#91a3bd!important;font-size:9px!important;font-weight:800!important;letter-spacing:.9px!important;text-transform:uppercase!important}
.am-close{display:none!important;place-items:center!important;width:40px!important;height:40px!important;flex:0 0 40px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-size:25px!important;line-height:1!important;cursor:pointer!important}
.am-nav{display:flex!important;flex:1!important;flex-direction:column!important;gap:5px!important;width:100%!important;min-width:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:13px 12px 18px!important}
.am-nav a{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:49px!important;flex:0 0 auto!important;padding:8px 11px!important;border-radius:12px!important;color:#afbdd0!important;font-size:13px!important;font-weight:750!important;white-space:nowrap!important}
.am-nav a i{display:grid!important;place-items:center!important;width:33px!important;height:33px!important;min-width:33px!important;border-radius:10px!important;background:rgba(255,255,255,.07)!important;color:#d6dfeb!important;font-style:normal!important;font-size:10px!important;font-weight:900!important;letter-spacing:.3px!important}
.am-nav a span{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important}
.am-nav a:hover,.am-nav a.active{background:rgba(23,105,255,.16)!important;color:#fff!important}
.am-nav a.active i{background:#1769ff!important;color:#fff!important;box-shadow:0 7px 20px rgba(23,105,255,.3)!important}
.am-sidebar-foot{display:grid!important;gap:7px!important;padding:13px!important;border-top:1px solid rgba(255,255,255,.09)!important}
.am-sidebar-foot a{display:flex!important;justify-content:center!important;padding:10px 12px!important;border-radius:10px!important;background:rgba(255,255,255,.06)!important;color:#d2dbea!important;font-size:12px!important;font-weight:800!important}
.am-main{width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0 26px 45px!important;overflow-x:hidden!important}
.am-topbar{position:sticky!important;top:0!important;z-index:1050!important;display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important;min-height:80px!important;margin:0 -26px 24px!important;padding:13px 26px!important;background:rgba(255,255,255,.94)!important;border-bottom:1px solid #e5eaf1!important;backdrop-filter:blur(18px)!important}
.am-menu-btn{display:none!important;place-items:center!important;border:1px solid #dce5ef!important;background:#fff!important;color:#0f172a!important;cursor:pointer!important}
.am-title{min-width:0!important;flex:1!important}.am-title small{display:block!important;color:#1769ff!important;font-size:9px!important;font-weight:900!important;letter-spacing:1.1px!important}.am-title h2{margin:2px 0 0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:22px!important;line-height:1.2!important}
.am-user{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.am-user>span{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:13px!important;background:#eaf1ff!important;color:#1859cc!important;font-weight:900!important}.am-user>div{display:flex!important;flex-direction:column!important;min-width:0!important}.am-user b{max-width:150px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13px!important}.am-user small{color:#667085!important;font-size:10px!important}
.am-backdrop{display:none!important}

@media(max-width:1024px){
  .am-shell{display:block!important;min-height:100vh!important}
  .am-sidebar{position:fixed!important;top:0!important;bottom:0!important;left:0!important;width:min(84vw,310px)!important;min-width:0!important;max-width:310px!important;height:100dvh!important;transform:translateX(-104%)!important;transition:transform .24s ease!important;box-shadow:25px 0 70px rgba(2,6,23,.38)!important;z-index:5002!important}
  .am-body.admin-menu-open .am-sidebar{transform:translateX(0)!important}
  .am-body.admin-menu-open{overflow:hidden!important;touch-action:none!important}
  .am-close{display:grid!important}
  .am-backdrop{position:fixed!important;inset:0!important;display:block!important;z-index:5001!important;border:0!important;background:rgba(2,6,23,.62)!important;backdrop-filter:blur(2px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .2s,visibility .2s!important}
  .am-body.admin-menu-open .am-backdrop{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  .am-main{padding:0 16px 34px!important}
  .am-topbar{min-height:68px!important;margin:0 -16px 20px!important;padding:11px 16px!important}
  .am-menu-btn{display:grid!important;width:43px!important;height:43px!important;flex:0 0 43px!important;border-radius:13px!important;font-size:20px!important}
  .am-user>div{display:none!important}.am-user>span{width:39px!important;height:39px!important;flex-basis:39px!important}
}

@media(max-width:600px){
  .am-main{padding:0 11px 28px!important}
  .am-topbar{min-height:61px!important;margin:0 -11px 15px!important;padding:9px 11px!important;gap:10px!important}
  .am-menu-btn{width:40px!important;height:40px!important;flex-basis:40px!important;border-radius:12px!important}
  .am-title small{font-size:7px!important;letter-spacing:.8px!important}.am-title h2{font-size:16px!important}
  .am-sidebar{width:min(88vw,310px)!important}
  .am-brand{min-height:72px!important;padding:13px 14px!important}.am-brand-mark{width:42px!important;height:42px!important;flex-basis:42px!important}
  .am-nav{gap:4px!important;padding:10px 10px 15px!important}.am-nav a{min-height:47px!important;padding:7px 9px!important}.am-nav a i{width:32px!important;height:32px!important;min-width:32px!important}
}

/* v3.0 client presentation sections */
.demo-proof-section,.demo-faq-section{margin:64px 0}.demo-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.demo-testimonial-grid article{padding:25px;border:1px solid #e4eaf2;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 16px 45px rgba(15,23,42,.07)}.demo-testimonial-grid p{min-height:78px;color:#475569;line-height:1.7}.demo-testimonial-grid b,.demo-testimonial-grid span{display:block}.demo-testimonial-grid span{margin-top:4px;color:#7c8ba1;font-size:12px}.demo-stars{color:#f59e0b;letter-spacing:3px}.demo-faq-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:42px;padding:38px;border-radius:28px;background:#07182f;color:#fff}.demo-faq-section .section-kicker{color:#75a7ff}.demo-faq-section h2{font-size:34px;margin:8px 0}.demo-faq-section p{color:#aebbd0;line-height:1.7}.demo-faq-list{display:grid;gap:10px}.demo-faq-list details{padding:16px 18px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.06)}.demo-faq-list summary{cursor:pointer;font-weight:800}.demo-faq-list details p{margin:10px 0 0}
@media(max-width:800px){.demo-testimonial-grid{grid-template-columns:1fr}.demo-testimonial-grid article:nth-child(n+3){display:none}.demo-testimonial-grid p{min-height:0}.demo-proof-section,.demo-faq-section{margin:38px 0}.demo-faq-section{grid-template-columns:1fr;gap:18px;padding:23px 17px;border-radius:21px}.demo-faq-section h2{font-size:27px}}
