:root{
 --bg:#f5f7fb;--surface:#fff;--surface2:#f9fafc;--surface3:#eef1f7;--text:#171a24;--muted:#6f7788;--line:#dfe4ee;
 --accent:#6e56cf;--accent2:#00a889;--accentSoft:rgba(110,86,207,.12);--danger:#d84b66;--warn:#bd7d00;--success:#00896f;
 --header:rgba(255,255,255,.88);--hero1:#f7f5ff;--hero2:#effbfa;--shadow:0 20px 60px rgba(29,36,58,.10);--radius:22px
}
html[data-theme="aurora"]{--bg:#f5f7fb;--surface:#fff;--surface2:#f9fafc;--surface3:#eef1f7;--text:#171a24;--muted:#6f7788;--line:#dfe4ee;--accent:#6e56cf;--accent2:#00a889;--accentSoft:rgba(110,86,207,.12);--header:rgba(255,255,255,.9);--hero1:#f7f5ff;--hero2:#effbfa}
html[data-theme="graphite"]{--bg:#0d1016;--surface:#151922;--surface2:#1a1f2b;--surface3:#202633;--text:#f5f7fb;--muted:#929bad;--line:#293140;--accent:#9a83ff;--accent2:#5de2c3;--accentSoft:rgba(154,131,255,.14);--header:rgba(13,16,22,.88);--hero1:#171328;--hero2:#102423;--shadow:0 25px 70px rgba(0,0,0,.35)}
html[data-theme="ocean"]{--bg:#07161e;--surface:#0c202b;--surface2:#102936;--surface3:#173442;--text:#eefbff;--muted:#91abb6;--line:#21404c;--accent:#3b8fff;--accent2:#1fd5c1;--accentSoft:rgba(59,143,255,.14);--header:rgba(7,22,30,.9);--hero1:#0d2740;--hero2:#0a3330;--shadow:0 25px 70px rgba(0,0,0,.35)}
html[data-theme="emerald"]{--bg:#081612;--surface:#0f211b;--surface2:#142a23;--surface3:#1b332b;--text:#f0fff8;--muted:#91aa9e;--line:#284237;--accent:#3ccf91;--accent2:#a8dd5f;--accentSoft:rgba(60,207,145,.14);--header:rgba(8,22,18,.9);--hero1:#10281f;--hero2:#1c2e16}
html[data-theme="royal"]{--bg:#19172a;--surface:#23203a;--surface2:#292544;--surface3:#332e50;--text:#fff;--muted:#b2abc7;--line:#3d365c;--accent:#a483ff;--accent2:#69dfd0;--accentSoft:rgba(164,131,255,.14);--header:rgba(25,23,42,.9);--hero1:#2b2450;--hero2:#173c39}
html[data-theme="slate"]{--bg:#20252c;--surface:#292f38;--surface2:#303741;--surface3:#39414c;--text:#f7f8fa;--muted:#b1b8c2;--line:#444d59;--accent:#88a9ff;--accent2:#73d5bb;--accentSoft:rgba(136,169,255,.14);--header:rgba(32,37,44,.9);--hero1:#2a3444;--hero2:#263d3b}
html[data-theme="cloud"]{--bg:#f7f9fc;--surface:#fff;--surface2:#f5f7fb;--surface3:#edf1f7;--text:#141824;--muted:#717989;--line:#e1e6ef;--accent:#4263eb;--accent2:#0ca678;--accentSoft:rgba(66,99,235,.1);--header:rgba(255,255,255,.92);--hero1:#edf2ff;--hero2:#e9fbf4}
html[data-theme="pearl"]{--bg:#fbfafc;--surface:#fff;--surface2:#faf7fb;--surface3:#f3edf5;--text:#231c28;--muted:#7e7483;--line:#e9e1eb;--accent:#9c36b5;--accent2:#c77b30;--accentSoft:rgba(156,54,181,.1);--header:rgba(255,255,255,.92);--hero1:#fbf1ff;--hero2:#fff7e9}
html[data-theme="sand"]{--bg:#f7f3eb;--surface:#fffdf8;--surface2:#f8f1e4;--surface3:#eee4d3;--text:#29251f;--muted:#7f7568;--line:#e6dac8;--accent:#a8652a;--accent2:#557a54;--accentSoft:rgba(168,101,42,.11);--header:rgba(255,253,248,.92);--hero1:#f7ead8;--hero2:#edf2df}
html[data-theme="mint"]{--bg:#f0f8f5;--surface:#fff;--surface2:#f5fbf8;--surface3:#e4f2ec;--text:#14211c;--muted:#6d7f77;--line:#d9e8e1;--accent:#087f5b;--accent2:#3b5bdb;--accentSoft:rgba(8,127,91,.1);--header:rgba(255,255,255,.92);--hero1:#e7f7f0;--hero2:#edf2ff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:background .25s,color .25s}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%}main{min-height:70vh}.muted{color:var(--muted)}
.ambient{position:fixed;z-index:-2;border-radius:50%;filter:blur(110px);opacity:.12;pointer-events:none}.ambient-a{width:420px;height:420px;background:var(--accent);right:-180px;top:-120px}.ambient-b{width:360px;height:360px;background:var(--accent2);left:-160px;top:45vh}
.topbar{height:72px;padding:0 max(22px,calc((100vw - 1420px)/2));display:flex;align-items:center;gap:28px;position:sticky;top:0;z-index:80;background:var(--header);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;font-size:20px;font-weight:900;letter-spacing:-.5px}.brand-mark{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 65%,white));color:#fff;box-shadow:0 10px 24px var(--accentSoft)}.brand b{font-size:9px;color:var(--muted);letter-spacing:2px}.global-search{height:44px;flex:1;max-width:560px;border:1px solid var(--line);border-radius:14px;background:var(--surface);display:flex;align-items:center;gap:9px;padding:0 14px}.global-search input{width:100%;border:0;background:transparent;color:var(--text);outline:0}.desktop-nav{display:flex;gap:24px;color:var(--muted);font-weight:700}.desktop-nav a:hover{color:var(--text)}.top-actions{margin-left:auto;display:flex;align-items:center;gap:9px}.icon-btn,.avatar,.notify-link{width:40px;height:40px;border:1px solid var(--line);border-radius:13px;background:var(--surface);display:grid;place-items:center;font-weight:800;color:var(--text)}.notify-link{position:relative}.notify-link b{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--danger);color:white;font-size:9px;display:grid;place-items:center}.theme-mini{position:relative}.theme-pop{display:none;position:absolute;right:0;top:48px;width:210px;padding:8px;background:var(--surface);border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow)}.theme-pop.show{display:grid}.theme-pop button{border:0;background:transparent;color:var(--text);text-align:left;padding:9px 10px;border-radius:9px}.theme-pop button:hover{background:var(--surface2)}.mobile-search{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:13px;padding:10px 16px;background:var(--surface);color:var(--text);font-weight:800;transition:.2s}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px var(--accentSoft)}.btn.primary{background:var(--accent);border-color:var(--accent);color:white}.btn.soft{background:var(--accentSoft);border-color:color-mix(in srgb,var(--accent) 22%,var(--line));color:var(--text)}.btn.light{background:white;color:#111;border-color:white}.btn.xl{padding:14px 22px}
.eyebrow{font-size:11px;letter-spacing:2px;font-weight:900;color:var(--accent2)}.hero{max-width:1420px;margin:auto;padding:90px 32px 68px}.hero-v2{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:65px}.hero h1{font-size:clamp(52px,6vw,86px);line-height:.97;letter-spacing:-4.4px;margin:16px 0 24px}.hero h1 span{background:linear-gradient(90deg,var(--accent),var(--accent2));-webkit-background-clip:text;color:transparent}.hero p{font-size:18px;color:var(--muted);max-width:690px}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-proof{display:flex;gap:34px;margin-top:34px}.hero-proof strong{display:block;font-size:25px}.hero-proof small{color:var(--muted)}.hero-showcase{min-height:480px;position:relative;display:grid;place-items:center;background:radial-gradient(circle,var(--hero1),transparent 65%)}.hero-card{width:min(100%,520px);padding:28px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,var(--surface),var(--surface2));box-shadow:var(--shadow);position:relative;z-index:2}.hc-top,.hc-foot{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.hc-top .dot{width:9px;height:9px;border-radius:50%;background:var(--success);box-shadow:0 0 0 6px color-mix(in srgb,var(--success) 12%,transparent)}.hc-icon{width:78px;height:78px;border-radius:22px;background:var(--accentSoft);display:grid;place-items:center;font-size:33px;color:var(--accent);margin:55px 0 25px}.hero-card h3{font-size:32px;letter-spacing:-1px;margin:0}.hero-card p{font-size:14px}.hc-stack{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.hc-stack span{padding:7px 10px;background:var(--surface3);border-radius:9px;font-size:11px}.hc-foot{border-top:1px solid var(--line);padding-top:16px}.hc-foot strong{color:var(--accent)}.float-chip{position:absolute;z-index:3;padding:10px 13px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow);font-size:11px;font-weight:800}.c1{left:-8px;top:80px}.c2{right:-5px;top:165px}.c3{left:35px;bottom:50px}.trust-band{max-width:1356px;margin:0 auto 38px;padding:18px 24px;border:1px solid var(--line);background:var(--surface);border-radius:16px;display:flex;justify-content:center;gap:22px;align-items:center;color:var(--muted);font-size:10px;font-weight:900;letter-spacing:1.2px}.trust-band i{width:4px;height:4px;border-radius:50%;background:var(--accent)}
.section{max-width:1420px;margin:auto;padding:62px 32px}.section-tint{border-radius:32px;background:linear-gradient(135deg,var(--hero1),var(--hero2));margin-top:25px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.section-head h2{font-size:36px;letter-spacing:-1.5px;margin:7px 0 4px}.section-head p{margin:0;color:var(--muted)}.section-head>a{color:var(--muted);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{padding:18px;border:1px solid var(--line);background:var(--surface);border-radius:18px;display:flex;align-items:center;gap:14px;transition:.2s}.category-card:hover,.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--accent) 30%,var(--line))}.category-icon{width:48px;height:48px;border-radius:14px;background:var(--accentSoft);color:var(--accent);display:grid;place-items:center;font-weight:900}.category-card div{display:flex;flex-direction:column}.category-card small{color:var(--muted)}.category-card i{margin-left:auto;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:20px;background:var(--surface);overflow:hidden;transition:.23s}.product-thumb{display:block;height:190px;position:relative;background:var(--surface2)}.product-thumb img{width:100%;height:100%;object-fit:cover}.placeholder-art{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,var(--hero1),var(--hero2));color:var(--accent)}.placeholder-art span{font-size:38px;font-weight:950}.placeholder-art small{color:var(--muted)}.badge{position:absolute;left:12px;top:12px;background:var(--accent);color:white;padding:6px 8px;border-radius:8px;font-size:9px;letter-spacing:1px}.product-body{padding:17px}.mini-meta,.price-row{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.product-body h3{font-size:17px;line-height:1.3;margin:10px 0 5px}.product-body p{margin:0 0 14px;color:var(--muted);font-size:12px}.price-row{padding-top:13px;border-top:1px solid var(--line);align-items:center}.price-row strong{font-size:19px;color:var(--text)}.instruction-card{grid-column:1/-1;padding:35px;border:2px dashed var(--line);border-radius:20px;background:var(--surface);color:var(--muted)}.instruction-card b{color:var(--text);font-size:19px}
.service-banner{min-height:330px;border-radius:30px;padding:50px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 55%,#111),var(--accent2));color:white;overflow:hidden}.service-banner h2{font-size:39px;line-height:1.08;max-width:700px;margin:10px 0}.service-banner p{max-width:700px;color:rgba(255,255,255,.82)}.service-visual{width:240px;height:240px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:grid;place-items:center;position:relative}.service-visual span{position:absolute;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);padding:8px 10px;border-radius:10px}.service-visual span:nth-of-type(1){top:-5px}.service-visual span:nth-of-type(2){right:-20px}.service-visual span:nth-of-type(3){bottom:-5px}.service-visual span:nth-of-type(4){left:-20px}
.page-hero{max-width:1420px;margin:auto;padding:95px 32px 35px}.page-hero h1{font-size:56px;letter-spacing:-2.7px;margin:10px 0}.page-hero p{color:var(--muted);font-size:18px}.market-layout{display:grid;grid-template-columns:260px 1fr;gap:28px}.filter-panel{position:sticky;top:95px;height:max-content}.filter-panel form,.panel,.content-card,.info-card,.auth-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;padding:22px;box-shadow:0 1px 0 rgba(0,0,0,.02)}label{color:var(--muted);font-size:12px;font-weight:700}.filter-panel label,.form-stack label,.form-grid label{display:flex;flex-direction:column;gap:7px;margin-bottom:15px}input,select,textarea{width:100%;border:1px solid var(--line);background:var(--surface2);color:var(--text);border-radius:12px;padding:12px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accentSoft)}.filter-panel .btn{width:100%;margin-top:8px}.result-head{display:flex;justify-content:space-between;margin-bottom:15px;color:var(--muted)}.result-head b{color:var(--text)}.product-detail{display:grid;grid-template-columns:1.08fr .92fr;gap:55px}.detail-cover,.detail-art{width:100%;height:520px;object-fit:cover;border-radius:26px;border:1px solid var(--line);background:var(--surface)}.detail-art{display:grid;place-items:center;font-size:60px;font-weight:900;color:var(--accent)}.gallery-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:9px}.gallery-strip img{height:86px;width:100%;object-fit:cover;border-radius:12px;border:1px solid var(--line)}.preview-actions{display:flex;gap:8px;margin-top:12px}.product-info h1{font-size:49px;line-height:1.05;letter-spacing:-2px;margin:14px 0}.lead{font-size:18px;color:var(--muted)}.seller-line{display:flex;align-items:center;gap:12px;margin:24px 0}.seller-line div{display:flex;flex-direction:column}.seller-line small{color:var(--muted)}.detail-metrics{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:16px;margin:24px 0}.detail-metrics span{padding:14px;border-right:1px solid var(--line);font-weight:850}.detail-metrics span:last-child{border-right:0}.detail-metrics small{display:block;color:var(--muted);font-weight:500}.buy-card{padding:20px;border:1px solid var(--line);border-radius:20px;background:var(--surface);display:grid;gap:14px}.buy-card>div{display:flex;justify-content:space-between}.buy-card strong{font-size:29px}.buy-card small{color:var(--muted)}.two-col{display:grid;grid-template-columns:1fr 330px;gap:22px}.prose{color:var(--muted);line-height:1.85}.info-card dt{font-size:11px;color:var(--muted);margin-top:14px}.info-card dd{margin:2px 0;font-weight:800}
.dash-shell{max-width:1640px;margin:auto;display:grid;grid-template-columns:255px 1fr;min-height:calc(100vh - 72px)}.sidebar{position:sticky;top:72px;height:calc(100vh - 72px);border-right:1px solid var(--line);padding:22px 14px;display:flex;flex-direction:column;gap:4px}.side-user{display:flex;gap:10px;align-items:center;padding:8px 8px 18px;border-bottom:1px solid var(--line);margin-bottom:8px}.side-user div{display:flex;flex-direction:column}.side-user small{color:var(--muted)}.avatar.big{width:44px;height:44px}.sidebar>a{padding:10px 12px;border-radius:10px;color:var(--muted);font-weight:700}.sidebar>a:hover,.sidebar>a.active{background:var(--accentSoft);color:var(--text)}.side-spacer{flex:1}.dash-content{padding:34px;min-width:0}.dash-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.dash-head h1{font-size:32px;margin:4px 0}.live-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:11px}.live-pill i{width:7px;height:7px;border-radius:50%;background:var(--success)}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-bottom:16px}.metric{padding:19px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,var(--surface),var(--surface2))}.metric small,.metric span{display:block;color:var(--muted);font-size:11px}.metric strong{display:block;font-size:26px;margin:6px 0}.metric.alert strong{color:var(--warn)}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.quick-grid a{padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--surface);font-weight:850}.quick-grid small{display:block;color:var(--muted);font-weight:500;margin-top:3px}.panel{margin-bottom:16px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.panel-head h2,.panel-head h3{margin:0}.panel-head p{margin:3px 0;color:var(--muted)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);font-size:12px}th{font-size:10px;letter-spacing:.7px;text-transform:uppercase;color:var(--muted)}td b,td small{display:block}td small{color:var(--muted)}.status,.role-badge{display:inline-block;padding:5px 8px;border-radius:8px;background:var(--surface3);font-size:10px;text-transform:capitalize}.status.approved,.status.paid,.status.active,.status.available,.status.completed{color:var(--success);background:color-mix(in srgb,var(--success) 12%,transparent)}.status.pending,.status.processing,.status.quoted,.status.in_progress,.status.waiting_buyer,.status.testing{color:var(--warn);background:color-mix(in srgb,var(--warn) 12%,transparent)}.status.rejected,.status.failed,.status.cancelled,.status.suspended{color:var(--danger);background:color-mix(in srgb,var(--danger) 12%,transparent)}.mini{border:0;border-radius:8px;padding:7px 9px;background:var(--surface3);color:var(--text);font-size:10px}.mini.ok{background:color-mix(in srgb,var(--success) 14%,var(--surface));color:var(--success)}.mini.no{background:color-mix(in srgb,var(--danger) 12%,var(--surface));color:var(--danger)}.inline-form,.moderate-form,.wallet-form{display:flex;gap:5px;align-items:center}.wallet-form input,.wallet-form select{padding:7px;min-width:90px}.moderate-form .check{display:flex;align-items:center;gap:4px;white-space:nowrap}.moderate-form .check input{width:auto}.table-product{display:flex;align-items:center;gap:10px}.table-product img{width:46px;height:34px;object-fit:cover;border-radius:8px}.real-chart{height:270px;display:flex;align-items:end;gap:13px;padding:28px 8px 2px;border-top:1px solid var(--line)}.bar-col{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px}.bar-col i{width:min(60px,80%);min-height:8px;background:linear-gradient(180deg,var(--accent),color-mix(in srgb,var(--accent) 30%,transparent));border-radius:10px 10px 3px 3px;position:relative}.bar-col i span{position:absolute;top:-22px;left:50%;transform:translateX(-50%);font-style:normal;font-size:9px;color:var(--muted);white-space:nowrap}.bar-col b{font-size:11px}.bar-col small{font-size:9px;color:var(--muted)}.admin-grid{display:grid;grid-template-columns:1.6fr .7fr;gap:16px}.activity-row{display:grid;grid-template-columns:10px 1fr auto;gap:9px;padding:10px 0;border-bottom:1px solid var(--line);align-items:center}.activity-row>i{width:7px;height:7px;border-radius:50%;background:var(--accent)}.activity-row div{display:flex;flex-direction:column}.activity-row small,.activity-row time{color:var(--muted);font-size:10px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}.form-grid .full{grid-column:1/-1}.form-grid.compact{grid-template-columns:repeat(3,1fr)}.form-stack{display:grid;gap:3px}.upload-guide{background:linear-gradient(135deg,var(--hero1),var(--hero2))}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.guide-grid>div{padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.guide-grid b,.guide-grid span,.guide-grid small{display:block}.guide-grid span{color:var(--accent);font-weight:800;margin:5px 0}.guide-grid small{color:var(--muted)}.checkout-grid,.split-grid,.settings-grid,.cms-grid,.message-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-product img{width:100%;max-height:320px;object-fit:cover;border-radius:16px;margin-bottom:18px}.wallet-note,.secure-note,.chat-info{padding:13px;border-radius:12px;background:var(--surface2);color:var(--muted)}.purchase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.purchase-card{display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:16px}.purchase-card>img{width:150px;height:95px;object-fit:cover;border-radius:13px}.purchase-card h3{margin:4px 0}.purchase-card p,.purchase-card small{color:var(--muted)}.purchase-actions{display:flex;flex-direction:column;gap:7px}.key{font-size:11px;background:var(--surface2);padding:5px 7px;border-radius:7px}.wallet-hero{background:linear-gradient(135deg,var(--hero1),var(--hero2))}.wallet-hero strong,.big-balance{display:block;font-size:42px;letter-spacing:-1.5px;margin:6px 0}.service-row{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid var(--line)}.service-row>div{display:flex;flex-direction:column}.service-row small{color:var(--muted)}.service-row>div:last-child{align-items:end}.service-admin-row{display:grid;grid-template-columns:minmax(320px,1fr) 120px 160px auto;gap:10px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.service-admin-row p,.service-admin-row small{margin:3px 0;color:var(--muted);display:block}.settings-grid{grid-template-columns:1.15fr .85fr}.theme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:15px 0}.theme-card{border:1px solid var(--line);border-radius:14px;padding:12px;background:var(--surface2);cursor:pointer}.theme-card.selected{outline:2px solid var(--accent)}.theme-card input{display:none}.theme-card i{height:46px;border-radius:9px;background:linear-gradient(135deg,var(--hero1),var(--hero2));display:flex;gap:5px;padding:8px}.theme-card i span{width:18px;border-radius:5px;background:var(--accent)}.theme-card i span:nth-child(2){background:var(--accent2)}.theme-card i span:nth-child(3){background:var(--surface3)}.theme-card b,.theme-card small{display:block;margin-top:5px}.theme-card small{color:var(--muted)}.switch input{width:auto}.cms-pick{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);padding:12px 2px;display:flex;justify-content:space-between;text-align:left}.cms-pick div{display:flex;flex-direction:column}.cms-pick small{color:var(--muted)}
.conversation-list a{display:flex;flex-direction:column;padding:12px 0;border-bottom:1px solid var(--line)}.conversation-list span,.conversation-list small{color:var(--muted);font-size:11px}.thread-wrap{max-width:980px;margin:auto}.thread-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px}.thread-head h2{margin:5px 0}.chat-stream{height:480px;overflow:auto;padding:18px 4px;display:flex;flex-direction:column;gap:10px}.bubble{max-width:76%;padding:12px 14px;border-radius:15px 15px 15px 4px;background:var(--surface2);border:1px solid var(--line)}.bubble.mine{align-self:flex-end;background:var(--accentSoft);border-radius:15px 15px 4px 15px}.bubble div{display:flex;gap:7px;align-items:center}.bubble small{color:var(--muted);font-size:9px}.bubble p{margin:6px 0 0}.chat-compose{display:grid;grid-template-columns:1fr auto;gap:9px;border-top:1px solid var(--line);padding-top:14px}.notification-item{display:grid;grid-template-columns:10px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);align-items:start}.notification-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);margin-top:6px}.notification-item p{margin:3px 0;color:var(--muted)}.notification-item small{color:var(--muted)}
.auth-shell{max-width:1100px;margin:65px auto 90px;padding:30px;display:grid;grid-template-columns:1fr 460px;gap:70px;align-items:center}.auth-copy h1{font-size:54px;line-height:1;letter-spacing:-2.5px}.auth-copy p{color:var(--muted);font-size:17px}.auth-card{padding:30px}.auth-card label{display:flex;flex-direction:column;gap:7px;margin-bottom:15px}.auth-card p{text-align:center;color:var(--muted)}.not-found{text-align:center;padding:120px 20px}.not-found>span{font-size:110px;font-weight:950;color:var(--accent);opacity:.2}.not-found h1{font-size:42px}.footer{max-width:1420px;margin:70px auto 0;padding:48px 32px 105px;border-top:1px solid var(--line);display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px;color:var(--muted)}.footer>div{display:flex;flex-direction:column;gap:8px}.footer b{color:var(--text)}.mobile-dock{display:none}.toast{position:fixed;right:20px;top:88px;z-index:100;padding:12px 16px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow)}.toast.success{border-color:color-mix(in srgb,var(--success) 40%,var(--line))}.toast.error{border-color:color-mix(in srgb,var(--danger) 40%,var(--line))}.toast.hide{opacity:0;transform:translateY(-8px);pointer-events:none;transition:.3s}.empty{text-align:center;padding:35px;color:var(--muted)}.reveal{opacity:0;transform:translateY(16px);transition:.6s cubic-bezier(.2,.8,.2,1)}.reveal.in{opacity:1;transform:none}.delay{transition-delay:.1s}
@media(max-width:1120px){.desktop-nav{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.purchase-card{grid-template-columns:110px 1fr}.purchase-card>img{width:110px}.purchase-actions{grid-column:1/-1;flex-direction:row}}
@media(max-width:850px){.topbar{height:64px;padding:0 14px}.global-search{display:none}.brand b{display:none}.mobile-search{display:block;padding:9px 14px 0}.mobile-search input{background:var(--surface)}.hero-v2{grid-template-columns:1fr;padding:65px 20px 45px}.hero h1{font-size:55px;letter-spacing:-3px}.hero-showcase{min-height:390px}.float-chip{display:none}.trust-band{margin:0 20px;overflow:auto;justify-content:flex-start}.section{padding:45px 20px}.section-tint{border-radius:0}.category-grid,.product-grid{grid-template-columns:1fr 1fr}.market-layout,.product-detail,.two-col,.auth-shell,.checkout-grid,.split-grid,.settings-grid,.cms-grid,.message-layout{grid-template-columns:1fr}.filter-panel{position:relative;top:auto}.detail-cover,.detail-art{height:390px}.dash-shell{grid-template-columns:1fr}.sidebar{display:none}.dash-content{padding:22px 14px}.quick-grid{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:1fr}.form-grid.compact{grid-template-columns:1fr}.guide-grid{grid-template-columns:1fr}.service-admin-row{grid-template-columns:1fr}.purchase-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr}.mobile-dock{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:10px;right:10px;bottom:10px;height:62px;background:var(--header);backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:18px;z-index:90;box-shadow:var(--shadow)}.mobile-dock a{display:grid;place-items:center;padding:7px;font-size:16px}.mobile-dock small{font-size:9px;color:var(--muted);margin-top:-5px}.service-visual{display:none}.service-banner{padding:30px}.page-hero{padding:70px 20px 25px}.page-hero h1{font-size:42px}}
@media(max-width:540px){.hero h1{font-size:46px}.hero-actions{flex-direction:column}.hero-proof{gap:18px;flex-wrap:wrap}.hero-card h3{font-size:27px}.category-grid,.product-grid{grid-template-columns:1fr}.product-thumb{height:220px}.section-head{align-items:start;flex-direction:column}.metric-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.footer{grid-template-columns:1fr}.product-info h1{font-size:38px}.gallery-strip{grid-template-columns:repeat(3,1fr)}.top-actions .btn.ghost{display:none}.theme-pop{right:-55px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}

/* ================= PUTIN V3 ULTRA PRO ================= */
.hero-v3{min-height:720px;padding-top:86px;padding-bottom:70px;grid-template-columns:.92fr 1.08fr;overflow:hidden}.hero-v3 .hero-copy{position:relative;z-index:4}.hero-v3 h1{font-size:clamp(50px,6vw,92px);letter-spacing:-4.8px;max-width:760px}.hero-v3 h1::after{content:"";display:block;width:96px;height:7px;border-radius:99px;margin-top:24px;background:linear-gradient(90deg,var(--accent),var(--accent2));box-shadow:0 0 30px color-mix(in srgb,var(--accent) 35%,transparent)}.hero-v3 .hero-tech{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.hero-v3 .hero-tech span{font-size:10px;letter-spacing:.7px;font-weight:800;border:1px solid var(--line);padding:7px 10px;border-radius:999px;color:var(--muted);background:color-mix(in srgb,var(--panel) 70%,transparent)}
.hero-visual-v3{position:relative;min-height:560px;display:grid;place-items:center;perspective:1200px}.hero-dot-grid{position:absolute;inset:6%;opacity:.42;background-image:radial-gradient(color-mix(in srgb,var(--muted) 35%,transparent) 1px,transparent 1px);background-size:24px 24px;mask-image:radial-gradient(circle,#000 22%,transparent 70%)}.hero-orbit{position:absolute;border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);border-radius:50%;animation:orbit-spin 20s linear infinite}.orbit-1{width:490px;height:490px}.orbit-2{width:370px;height:370px;animation-direction:reverse;animation-duration:15s}.hero-brand-layer{position:absolute;top:4%;right:2%;display:flex;align-items:end;gap:10px;opacity:.16;transform-style:preserve-3d}.hero-putin-word{font-size:112px;font-weight:950;letter-spacing:-8px;line-height:.8}.hero-brand-layer small{font-size:8px;letter-spacing:2px;font-weight:900;padding-bottom:6px}.hero-product-frame{width:min(92%,620px);position:relative;z-index:3;border:1px solid color-mix(in srgb,var(--line) 76%,white 8%);border-radius:28px;background:color-mix(in srgb,var(--panel) 88%,transparent);backdrop-filter:blur(22px);box-shadow:0 35px 100px rgba(0,0,0,.25);overflow:hidden;transform:rotateY(-5deg) rotateX(2deg);transition:transform .18s ease-out}.hero-frame-top{height:48px;display:flex;align-items:center;gap:7px;padding:0 15px;border-bottom:1px solid var(--line);font-size:10px;color:var(--muted)}.hero-frame-top i{width:8px;height:8px;border-radius:50%;background:var(--line)}.hero-frame-top span{margin-left:7px}.hero-frame-top b{margin-left:auto;color:var(--accent2);letter-spacing:1px}.hero-frame-media{height:355px;position:relative;overflow:hidden;background:linear-gradient(145deg,var(--panel2),var(--panel))}.hero-frame-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.hero-product-frame:hover .hero-frame-media img{transform:scale(1.035)}.hero-default-art{height:100%;display:grid;place-items:center;align-content:center;background:radial-gradient(circle at 35% 30%,color-mix(in srgb,var(--accent) 55%,transparent),transparent 34%),radial-gradient(circle at 70% 75%,color-mix(in srgb,var(--accent2) 40%,transparent),transparent 32%)}.hero-default-art b{font-size:72px;letter-spacing:-5px}.hero-default-art span{font-size:12px;letter-spacing:2px;color:var(--muted)}.hero-image-shine{position:absolute;inset:-40% -100%;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.16) 50%,transparent 65%);transform:translateX(-30%);animation:shine 7s ease-in-out infinite}.hero-frame-info{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:15px}.hero-frame-info div{display:flex;flex-direction:column}.hero-frame-info small{color:var(--muted)}.hero-frame-info strong{font-size:16px}.hero-frame-info>span{font-weight:900;color:var(--accent)}.hero-v3 .float-chip{position:absolute;z-index:5;background:color-mix(in srgb,var(--panel) 88%,transparent);border:1px solid var(--line);box-shadow:0 18px 45px rgba(0,0,0,.18);backdrop-filter:blur(15px);border-radius:14px;padding:10px 13px;font-size:11px;font-weight:800;transition:transform .18s ease-out}.hero-v3 .c1{top:20%;left:-1%}.hero-v3 .c2{right:-1%;top:30%}.hero-v3 .c3{left:2%;bottom:19%}.hero-v3 .c4{right:2%;bottom:10%}
.product-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(265px,1fr);grid-template-rows:1fr;overflow-x:auto;gap:18px;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px 2px 24px}.product-carousel::-webkit-scrollbar{display:none}.product-carousel>.product-card{scroll-snap-align:start;width:min(330px,80vw)}.carousel-tools{display:flex;gap:8px}.carousel-tools button{width:42px;height:42px;border-radius:13px;border:1px solid var(--line);background:var(--panel);color:var(--text);font-size:18px}.carousel-tools button:hover{border-color:var(--accent);transform:translateY(-2px)}
.future-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.future-card{border:1px solid var(--line);border-radius:20px;padding:25px;background:linear-gradient(160deg,var(--panel),color-mix(in srgb,var(--panel2) 75%,transparent));position:relative;overflow:hidden}.future-card::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:color-mix(in srgb,var(--accent) 10%,transparent);right:-40px;top:-40px}.future-card>span{font-size:10px;color:var(--accent2);font-weight:900;letter-spacing:1px}.future-card b{display:block;font-size:20px;margin:18px 0 8px}.future-card p{color:var(--muted);margin:0}
.product-detail-v3{align-items:start}.detail-media-frame{height:520px;border-radius:28px;overflow:hidden;position:relative;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow)}.detail-media-frame .detail-cover{width:100%;height:100%;object-fit:cover;transition:transform .35s ease-out}.detail-media-frame:hover .detail-cover{transform:scale(1.02)}.media-glow{position:absolute;inset:auto 8% -18% 8%;height:35%;background:color-mix(in srgb,var(--accent) 25%,transparent);filter:blur(55px);pointer-events:none}.media-badge{position:absolute;top:18px;left:18px;padding:7px 10px;border-radius:10px;background:rgba(8,10,16,.78);color:#fff;font-size:9px;font-weight:900;letter-spacing:1px}.gallery-strip{display:flex;gap:10px;overflow:auto;padding:12px 0}.gallery-thumb{border:1px solid var(--line);padding:0;border-radius:14px;overflow:hidden;background:var(--panel);width:96px;height:68px;flex:0 0 auto}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.verified-chip{margin-left:auto;font-size:10px;border:1px solid color-mix(in srgb,var(--accent2) 35%,var(--line));color:var(--accent2);padding:6px 9px;border-radius:999px}.buy-card-v3{gap:13px}.buy-title{display:flex;justify-content:space-between;align-items:start}.buy-title>div{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.buy-title small{width:100%}.old-price{text-decoration:line-through;color:var(--muted);font-size:13px}.secure-pill{font-size:10px;padding:6px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted)}.license-select-wrap{position:relative}.license-select-wrap select{width:100%;appearance:none;background:var(--panel2);color:var(--text);border:1px solid var(--line);border-radius:14px;padding:14px 42px 14px 14px;font-weight:800;outline:0}.license-select-wrap>span{position:absolute;right:15px;top:50%;transform:translateY(-50%);pointer-events:none}.license-explain{display:flex;flex-direction:column;padding:12px 14px;border-radius:14px;background:color-mix(in srgb,var(--accent) 6%,var(--panel2));border:1px solid var(--line)}.license-explain b{font-size:12px}.license-explain small{color:var(--muted)}.buy-benefits{display:grid;grid-template-columns:1fr 1fr;gap:7px;font-size:10px;color:var(--muted)}.full-btn{width:100%}.product-content-grid{display:grid;grid-template-columns:1fr 330px;gap:22px}.sticky-info{position:sticky;top:96px}.requirements-box{border:1px dashed var(--line);background:var(--panel2);padding:15px;border-radius:14px}.review-grid{display:grid;grid-template-columns:1fr 380px;gap:20px}.review-list{display:grid;gap:12px}.review-card{border:1px solid var(--line);background:var(--panel);border-radius:18px;padding:18px}.review-card>div{display:flex;justify-content:space-between}.review-card span{color:#f4b945}.review-card h4{margin:10px 0 5px}.review-card p{color:var(--muted)}.review-card small{color:var(--muted)}.review-form label{display:flex;flex-direction:column;gap:6px;margin:10px 0;color:var(--muted);font-size:11px}.review-form input,.review-form select,.review-form textarea{background:var(--panel2);border:1px solid var(--line);color:var(--text);border-radius:12px;padding:11px}
.license-choice-grid{display:grid;gap:10px}.license-choice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:15px;padding:13px;background:var(--panel2);cursor:pointer;transition:.2s}.license-choice.selected{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent);background:color-mix(in srgb,var(--accent) 7%,var(--panel2))}.license-choice input{accent-color:var(--accent)}.license-choice span{display:flex;flex-direction:column}.license-choice small{color:var(--muted)}.license-choice strong{white-space:nowrap}.checkout-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0}.checkout-total strong{font-size:26px}.checkout-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;color:var(--muted);font-size:11px;margin-top:18px}
.support-fly{position:fixed;right:22px;bottom:22px;z-index:90}.support-mascot{position:relative;width:66px;height:66px;border:0;border-radius:22px;background:linear-gradient(145deg,var(--accent),color-mix(in srgb,var(--accent) 60%,#111));box-shadow:0 18px 55px color-mix(in srgb,var(--accent) 35%,transparent);color:white;display:grid;place-items:center}.support-mascot b{font-size:23px;z-index:3}.support-mascot i{position:absolute;bottom:8px;width:7px;height:7px;border-radius:50%;background:#5dffc9;box-shadow:0 0 0 4px rgba(93,255,201,.15)}.support-mascot .wing{position:absolute;width:31px;height:24px;border-radius:60% 60% 50% 50%;background:color-mix(in srgb,var(--accent2) 45%,white);opacity:.85;top:6px;animation:wing 1.15s ease-in-out infinite}.support-mascot .wing.left{left:-12px;transform-origin:right bottom}.support-mascot .wing.right{right:-12px;transform-origin:left bottom;animation-direction:reverse}.support-panel{position:absolute;right:0;bottom:82px;width:340px;border:1px solid var(--line);background:color-mix(in srgb,var(--panel) 96%,transparent);backdrop-filter:blur(25px);box-shadow:0 30px 90px rgba(0,0,0,.28);border-radius:24px;overflow:hidden;opacity:0;transform:translateY(14px) scale(.96);pointer-events:none;transition:.24s}.support-fly.open .support-panel{opacity:1;transform:none;pointer-events:auto}.support-head{padding:20px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 15%,var(--panel)),var(--panel));position:relative}.support-head h3{font-size:20px;margin:7px 0 2px}.support-head p{margin:0;color:var(--muted);font-size:12px}.support-head small{color:var(--accent2);font-weight:800}.support-head>button{position:absolute;right:14px;top:14px;width:30px;height:30px;border-radius:10px;border:1px solid var(--line);background:var(--panel2);color:var(--text)}.online-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#39e6b6;margin-right:5px;box-shadow:0 0 0 5px rgba(57,230,182,.1)}.support-actions{padding:10px}.support-action{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;border:1px solid transparent;border-radius:15px;padding:11px;color:var(--text)}.support-action:hover{border-color:var(--line);background:var(--panel2)}.support-action>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--panel2)}.support-action>div{display:flex;flex-direction:column}.support-action small{color:var(--muted)}.support-action.primary>span{background:color-mix(in srgb,var(--accent) 15%,var(--panel2));color:var(--accent)}.support-action.whatsapp>span{background:rgba(37,211,102,.12);color:#25d366}.support-foot{padding:10px 16px 15px;color:var(--muted);font-size:10px;border-top:1px solid var(--line)}.support-foot i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent2);margin-right:4px}
.magnetic{transition:transform .14s ease-out,box-shadow .2s}.panel-head.panel{display:flex}.muted{color:var(--muted)}
@keyframes orbit-spin{to{transform:rotate(360deg)}}@keyframes shine{0%,40%{transform:translateX(-40%)}70%,100%{transform:translateX(55%)}}@keyframes wing{50%{transform:rotate(20deg) scaleY(.75)}}
@media(max-width:1100px){.future-grid{grid-template-columns:1fr 1fr}.review-grid{grid-template-columns:1fr}.product-content-grid{grid-template-columns:1fr}.sticky-info{position:static}}
@media(max-width:820px){.hero-v3{grid-template-columns:1fr;min-height:auto;padding-top:54px}.hero-v3 h1{font-size:54px;letter-spacing:-3px}.hero-visual-v3{min-height:470px}.hero-brand-layer{top:0}.hero-putin-word{font-size:80px}.hero-product-frame{width:94%}.hero-frame-media{height:285px}.hero-v3 .c1{left:0}.hero-v3 .c2{right:0}.product-carousel{grid-auto-columns:76vw}.detail-media-frame{height:430px}.support-fly{right:16px;bottom:86px}.support-panel{width:min(340px,calc(100vw - 32px))}.review-grid{grid-template-columns:1fr}.buy-benefits{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.hero-v3 h1{font-size:46px}.hero-visual-v3{min-height:410px}.hero-frame-media{height:235px}.hero-v3 .float-chip{font-size:9px;padding:8px 10px}.hero-v3 .c2,.hero-v3 .c4{right:-4px}.future-grid{grid-template-columns:1fr}.product-carousel{grid-auto-columns:84vw}.detail-media-frame{height:340px}.verified-chip{display:none}.checkout-trust{grid-template-columns:1fr}.license-choice{grid-template-columns:auto 1fr}.license-choice strong{grid-column:2}.support-mascot{width:58px;height:58px;border-radius:19px}}
.card-badges{position:absolute;top:12px;left:12px;right:12px;display:flex;gap:6px;align-items:center}.card-badges .badge{position:static}.card-badges .sale{background:var(--accent2);color:#07110e}.card-license-row{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:10px;margin:0 0 12px}.price-row>div{display:flex;align-items:baseline;gap:7px}.price-row .old-price{font-size:10px}
.product-secondary-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-secondary-actions form{margin:0}.product-secondary-actions .btn{width:100%}


/* ===== PutIn V4 interaction & mobile system ===== */
select option{background:var(--surface);color:var(--text)}
.mobile-menu-trigger{display:none;width:40px;height:40px;border:1px solid var(--line);border-radius:13px;background:var(--surface);padding:10px;place-items:center;gap:4px}.mobile-menu-trigger span{display:block;width:18px;height:2px;border-radius:2px;background:var(--text);transition:.25s}
.mobile-drawer{display:none}.mobile-dock-v4{grid-template-columns:repeat(5,1fr)!important}.mobile-dock-v4 button{border:0;background:transparent;color:var(--text);font:inherit}.mobile-dock-v4 a,.mobile-dock-v4 button{position:relative}.mobile-dock-v4 a.active:after{content:"";position:absolute;top:5px;width:18px;height:3px;border-radius:99px;background:var(--accent)}
.mobile-dock-v4 span{font-size:18px;line-height:1}.mobile-dock-v4 small{display:block}.dock-chat span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;box-shadow:0 9px 24px var(--accentSoft);margin-top:-14px;border:4px solid var(--bg)}
.mobile-drawer{position:fixed;inset:0;z-index:150;pointer-events:none}.mobile-drawer.open{pointer-events:auto}.mobile-drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(8,12,20,.38);backdrop-filter:blur(5px);opacity:0;transition:.28s}.mobile-drawer-sheet{position:absolute;left:10px;right:10px;bottom:10px;max-height:min(82vh,760px);overflow:auto;border:1px solid var(--line);border-radius:28px;background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 30px 100px rgba(0,0,0,.28);padding:16px;transform:translateY(110%);transition:.34s cubic-bezier(.2,.8,.2,1)}.mobile-drawer.open .mobile-drawer-backdrop{opacity:1}.mobile-drawer.open .mobile-drawer-sheet{transform:none}.mobile-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:2px 2px 13px}.mobile-drawer-head>button{width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:var(--surface2);color:var(--text);font-size:24px}.mobile-user-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:13px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,var(--hero1),var(--hero2));margin-bottom:12px}.mobile-user-card div{display:flex;flex-direction:column}.mobile-user-card small{color:var(--muted)}.mobile-user-card>a{font-size:11px;font-weight:900;color:var(--accent)}.mobile-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-nav-grid>a{min-width:0;padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--surface2);display:grid;grid-template-columns:34px 1fr;column-gap:8px;align-items:center}.mobile-nav-grid>a>span{grid-row:1/3;width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--accentSoft);color:var(--accent)}.mobile-nav-grid b{font-size:12px}.mobile-nav-grid small{color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-theme-strip{margin:13px 0;padding:12px;border:1px solid var(--line);border-radius:16px}.mobile-theme-strip>b{font-size:11px}.mobile-theme-strip>div{display:flex;gap:7px;margin-top:9px;overflow:auto}.mobile-theme-strip button{width:28px;height:28px;flex:0 0 auto;border:1px solid var(--line);border-radius:9px;background:var(--surface2);padding:5px}.mobile-theme-strip button i{display:block;width:100%;height:100%;border-radius:5px;background:linear-gradient(135deg,var(--accent),var(--accent2))}.mobile-theme-strip button.active{outline:2px solid var(--accent)}.mobile-logout,.mobile-login{display:flex;align-items:center;gap:10px;border-radius:16px;padding:13px 14px;background:color-mix(in srgb,var(--danger) 8%,var(--surface2));border:1px solid color-mix(in srgb,var(--danger) 25%,var(--line));color:var(--text)}.mobile-logout>span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:color-mix(in srgb,var(--danger) 13%,transparent);color:var(--danger)}.mobile-logout>div{display:flex;flex-direction:column;flex:1}.mobile-logout small{color:var(--muted)}.mobile-login{justify-content:center;background:var(--accent);color:#fff;border-color:var(--accent)}body.mobile-menu-open{overflow:hidden}

/* Themed license picker: avoids OS-level dark dropdowns on mobile */
.license-picker{position:relative}.license-picker-trigger{width:100%;border:1px solid var(--line);border-radius:15px;background:var(--panel2);color:var(--text);padding:13px 14px;display:grid;grid-template-columns:1fr auto 22px;gap:10px;align-items:center;text-align:left}.license-picker-trigger>span{display:flex;flex-direction:column}.license-picker-trigger small{color:var(--muted);font-size:9px}.license-picker-trigger b{font-size:13px}.license-picker-trigger strong{font-size:15px}.license-picker-trigger>i{font-style:normal;color:var(--muted);transition:.2s}.license-picker.open .license-picker-trigger>i{transform:rotate(180deg)}.license-picker-pop{position:absolute;z-index:45;left:0;right:0;top:calc(100% + 8px);border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 26px 80px rgba(0,0,0,.22);padding:10px;opacity:0;transform:translateY(-6px) scale(.985);pointer-events:none;transition:.2s}.license-picker.open .license-picker-pop{opacity:1;transform:none;pointer-events:auto}.license-pop-head{display:flex;justify-content:space-between;align-items:center;padding:6px 7px 11px}.license-pop-head>div{display:flex;flex-direction:column}.license-pop-head small{color:var(--accent2);font-size:8px;font-weight:900;letter-spacing:1.2px}.license-pop-head b{font-size:14px}.license-pop-head>button{width:31px;height:31px;border:1px solid var(--line);border-radius:10px;background:var(--surface2);color:var(--text);font-size:19px}.license-option-list{display:grid;gap:6px}.license-option{width:100%;display:grid;grid-template-columns:1fr auto 24px;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface2);color:var(--text);text-align:left}.license-option>span{display:flex;flex-direction:column}.license-option small{color:var(--muted);font-size:9px}.license-option strong{white-space:nowrap}.license-option>i{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;font-style:normal;background:var(--surface3);color:transparent;font-size:10px}.license-option.selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,var(--surface2));box-shadow:0 0 0 3px var(--accentSoft)}.license-option.selected>i{background:var(--accent);color:#fff}.license-pop-foot{padding:10px 8px 3px;color:var(--muted);font-size:9px}

/* Live chat */
.live-chat-state{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid var(--line);border-radius:999px;font-size:9px;color:var(--muted)}.live-chat-state i{width:7px;height:7px;border-radius:50%;background:var(--warn)}.live-chat-state b{color:var(--text)}.live-chat-state.online i{background:#2bd9a6;box-shadow:0 0 0 5px rgba(43,217,166,.09)}.live-chat-state.offline i{background:var(--danger)}.live-chat-shell .chat-stream{scroll-behavior:smooth}.live-chat-shell .bubble{animation:messageIn .25s ease-out}.chat-start-card{background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--accent) 4%,var(--surface2)))}@keyframes messageIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

/* PutIn flying support */
.support-mascot{overflow:visible;isolation:isolate;animation:supportFloat 3.4s ease-in-out infinite}.support-mascot:before{content:"";position:absolute;inset:-12px;border-radius:30px;background:var(--accentSoft);filter:blur(7px);z-index:-1;animation:supportPulse 2.4s ease-out infinite}.support-mascot em{position:absolute;right:-7px;top:-7px;background:#22c997;color:#fff;border:3px solid var(--bg);border-radius:999px;padding:2px 5px;font-size:7px;font-style:normal;font-weight:950;letter-spacing:.6px}.support-mascot .wing{animation-duration:.72s}.support-start-form{margin:0}.support-start-form .support-action{width:100%;font:inherit}.support-panel{transform-origin:bottom right}@keyframes supportFloat{50%{transform:translateY(-8px) rotate(1deg)}}@keyframes supportPulse{0%{transform:scale(.8);opacity:.7}75%,100%{transform:scale(1.28);opacity:0}}

@media(max-width:850px){.mobile-menu-trigger{display:grid}.top-actions .theme-mini{display:none}.mobile-drawer{display:block}.mobile-dock{height:66px}.support-fly{bottom:92px}.support-mascot{width:58px;height:58px;border-radius:19px}.support-mascot .wing{width:26px;height:20px}.support-panel{position:fixed;left:12px;right:12px;bottom:88px;width:auto;max-height:70vh}.license-picker{position:static}.buy-card-v3{position:relative}.license-picker-pop{position:fixed;left:10px;right:10px;top:auto;bottom:12px;z-index:160;border-radius:25px;padding:12px;transform:translateY(110%);opacity:1;visibility:hidden;transition:.3s cubic-bezier(.2,.8,.2,1)}.license-picker.open .license-picker-pop{transform:none;visibility:visible}.license-picker.open:before{content:"";position:fixed;inset:0;background:rgba(8,12,20,.4);backdrop-filter:blur(5px);z-index:159}.license-option{padding:14px}.license-pop-head b{font-size:16px}.message-layout-v4{gap:12px}.chat-stream{height:54vh}.chat-compose{grid-template-columns:1fr}.chat-compose .btn{width:100%}.thread-head{align-items:flex-start;gap:8px}.live-chat-state small{display:none}}
@media(max-width:520px){.mobile-nav-grid{grid-template-columns:1fr 1fr}.mobile-drawer-sheet{left:7px;right:7px;bottom:7px;padding:13px}.mobile-dock-v4{left:7px;right:7px;bottom:7px}.license-picker-pop{left:7px;right:7px;bottom:7px}.support-fly{right:12px}.buy-benefits{grid-template-columns:1fr 1fr}.product-secondary-actions{grid-template-columns:1fr 1fr}}


/* ===== putincode V6: 30-theme collection ===== */
html[data-theme="ice"]{--bg:#f4fbff;--surface:#fff;--surface2:#f0f8fc;--surface3:#e3f1f8;--text:#13252f;--muted:#68808d;--line:#d8e8f0;--accent:#1677c8;--accent2:#00a6a6;--accentSoft:rgba(22,119,200,.11);--header:rgba(255,255,255,.92);--hero1:#e8f5ff;--hero2:#e6fbf7}
html[data-theme="rose"]{--bg:#fff7f9;--surface:#fff;--surface2:#fff2f5;--surface3:#f9e5eb;--text:#2e1820;--muted:#856c75;--line:#efdce2;--accent:#d94f78;--accent2:#9b6bd3;--accentSoft:rgba(217,79,120,.11);--header:rgba(255,255,255,.92);--hero1:#ffe9ef;--hero2:#f3eaff}
html[data-theme="lavender"]{--bg:#faf8ff;--surface:#fff;--surface2:#f7f3ff;--surface3:#ede7fa;--text:#231d32;--muted:#756d86;--line:#e5def2;--accent:#7657d6;--accent2:#b457a7;--accentSoft:rgba(118,87,214,.11);--header:rgba(255,255,255,.92);--hero1:#f0eaff;--hero2:#ffeefa}
html[data-theme="citrus"]{--bg:#fffdf4;--surface:#fff;--surface2:#fff9e7;--surface3:#f7efcd;--text:#292614;--muted:#807a55;--line:#ebe4c7;--accent:#d99600;--accent2:#5a9b36;--accentSoft:rgba(217,150,0,.11);--header:rgba(255,255,255,.92);--hero1:#fff3cf;--hero2:#edf8df}
html[data-theme="sky"]{--bg:#f6fbff;--surface:#fff;--surface2:#f0f7ff;--surface3:#e5eef8;--text:#152236;--muted:#6d7a8d;--line:#dce7f2;--accent:#3578e5;--accent2:#7c58d8;--accentSoft:rgba(53,120,229,.11);--header:rgba(255,255,255,.92);--hero1:#e8f2ff;--hero2:#f0eaff}
html[data-theme="mono"]{--bg:#f7f7f7;--surface:#fff;--surface2:#f3f3f3;--surface3:#e9e9e9;--text:#161616;--muted:#707070;--line:#dedede;--accent:#222;--accent2:#666;--accentSoft:rgba(0,0,0,.08);--header:rgba(255,255,255,.94);--hero1:#f0f0f0;--hero2:#f8f8f8}
html[data-theme="teal"]{--bg:#162d31;--surface:#1d383d;--surface2:#244249;--surface3:#2e4e55;--text:#f1fbfb;--muted:#a7bdc0;--line:#3a5960;--accent:#42c7b6;--accent2:#73a7ff;--accentSoft:rgba(66,199,182,.14);--header:rgba(22,45,49,.9);--hero1:#21464a;--hero2:#253c59}
html[data-theme="cobalt"]{--bg:#19243e;--surface:#22304d;--surface2:#293958;--surface3:#344563;--text:#f5f7ff;--muted:#aab4c9;--line:#40506c;--accent:#6d91ff;--accent2:#54d5c5;--accentSoft:rgba(109,145,255,.14);--header:rgba(25,36,62,.9);--hero1:#293d6b;--hero2:#234c4c}
html[data-theme="plum"]{--bg:#302135;--surface:#3b2941;--surface2:#46324d;--surface3:#533d5a;--text:#fff7ff;--muted:#c2abc6;--line:#62496a;--accent:#cf78d9;--accent2:#ef9a76;--accentSoft:rgba(207,120,217,.14);--header:rgba(48,33,53,.9);--hero1:#53305c;--hero2:#5a3736}
html[data-theme="coral"]{--bg:#3b292a;--surface:#493335;--surface2:#553d40;--surface3:#62494c;--text:#fff8f7;--muted:#c8b2b1;--line:#70575a;--accent:#ff8174;--accent2:#f2ba62;--accentSoft:rgba(255,129,116,.14);--header:rgba(59,41,42,.9);--hero1:#5d3839;--hero2:#5b492e}
html[data-theme="olive"]{--bg:#2c3124;--surface:#373d2d;--surface2:#424936;--surface3:#4d5540;--text:#fafcf3;--muted:#b9bfaa;--line:#59614a;--accent:#a9c65b;--accent2:#d7a85c;--accentSoft:rgba(169,198,91,.14);--header:rgba(44,49,36,.9);--hero1:#424c2f;--hero2:#50422d}
html[data-theme="denim"]{--bg:#263443;--surface:#304052;--surface2:#394b5e;--surface3:#45586c;--text:#f5f9fc;--muted:#b0bdc9;--line:#51657a;--accent:#70a6d8;--accent2:#7ad7c2;--accentSoft:rgba(112,166,216,.14);--header:rgba(38,52,67,.9);--hero1:#354f6a;--hero2:#315851}
html[data-theme="bronze"]{--bg:#362d27;--surface:#43372f;--surface2:#504238;--surface3:#5d4e43;--text:#fff9f4;--muted:#c6b5a9;--line:#6b5b4f;--accent:#d69c63;--accent2:#c9c06b;--accentSoft:rgba(214,156,99,.14);--header:rgba(54,45,39,.9);--hero1:#564131;--hero2:#4d4930}
html[data-theme="midnight"]{--bg:#080c1a;--surface:#10162a;--surface2:#151d34;--surface3:#1d2740;--text:#f4f7ff;--muted:#8f9ab4;--line:#26324c;--accent:#6d78ff;--accent2:#34d4c7;--accentSoft:rgba(109,120,255,.16);--header:rgba(8,12,26,.9);--hero1:#171a43;--hero2:#0e3838;--shadow:0 25px 70px rgba(0,0,0,.4)}
html[data-theme="obsidian"]{--bg:#070707;--surface:#111;--surface2:#171717;--surface3:#202020;--text:#fafafa;--muted:#999;--line:#2b2b2b;--accent:#fff;--accent2:#8c8c8c;--accentSoft:rgba(255,255,255,.09);--header:rgba(7,7,7,.92);--hero1:#1a1a1a;--hero2:#101010;--shadow:0 25px 70px rgba(0,0,0,.48)}
html[data-theme="neon"]{--bg:#070b12;--surface:#0d1420;--surface2:#111c2a;--surface3:#172538;--text:#efffff;--muted:#87a4ad;--line:#203449;--accent:#00e0ff;--accent2:#74ff8c;--accentSoft:rgba(0,224,255,.15);--header:rgba(7,11,18,.9);--hero1:#07303d;--hero2:#12351d}
html[data-theme="wine"]{--bg:#180b12;--surface:#24111a;--surface2:#2e1722;--surface3:#3a1e2b;--text:#fff4f8;--muted:#af8e9b;--line:#4a2736;--accent:#e25386;--accent2:#c99763;--accentSoft:rgba(226,83,134,.15);--header:rgba(24,11,18,.9);--hero1:#3a1530;--hero2:#392818}
html[data-theme="forest"]{--bg:#07110d;--surface:#0d1c15;--surface2:#12261c;--surface3:#193225;--text:#f0fff7;--muted:#8ea99a;--line:#234332;--accent:#44d38b;--accent2:#b5d85f;--accentSoft:rgba(68,211,139,.15);--header:rgba(7,17,13,.9);--hero1:#123321;--hero2:#2a3516}
html[data-theme="navy"]{--bg:#07101d;--surface:#0d1a2a;--surface2:#122238;--surface3:#182c46;--text:#f3f8ff;--muted:#91a4bb;--line:#213b58;--accent:#4f97ff;--accent2:#5bd2d0;--accentSoft:rgba(79,151,255,.15);--header:rgba(7,16,29,.9);--hero1:#102b4e;--hero2:#123b3f}
html[data-theme="carbon"]{--bg:#11100e;--surface:#1b1915;--surface2:#24211c;--surface3:#302b24;--text:#fffaf0;--muted:#aaa092;--line:#3d372d;--accent:#e0b85d;--accent2:#c67a43;--accentSoft:rgba(224,184,93,.15);--header:rgba(17,16,14,.92);--hero1:#322817;--hero2:#332016}
.brand-logo{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;overflow:hidden;background:var(--surface2);border:1px solid var(--line)}.brand-logo img{width:100%;height:100%;object-fit:contain;padding:3px}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:12px}.media-admin-card img{width:100%;height:170px;object-fit:cover;border-radius:16px;border:1px solid var(--line)}.site-media-strip{max-width:1420px;margin:0 auto;padding:0 32px 54px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.site-media-strip a,.site-media-strip div{display:block;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}.site-media-strip img{display:block;width:100%;height:260px;object-fit:cover}.site-media-strip span{display:block;padding:12px 14px;font-weight:800}
@media(max-width:850px){.site-media-strip{grid-template-columns:1fr 1fr;padding:0 14px 38px}.site-media-strip img{height:180px}.footer-bottom{flex-direction:column}}@media(max-width:520px){.site-media-strip{grid-template-columns:1fr}.site-media-strip img{height:210px}}

/* v6.1 admin-changeable live support image */
.support-mascot.support-mascot-image{background:transparent;box-shadow:none;border-radius:0;width:78px;height:78px;padding:0;overflow:visible}
.support-mascot.support-mascot-image:before{inset:4px;border-radius:50%;opacity:.32}
.support-mascot.support-mascot-image>img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 12px 16px rgba(20,20,40,.20));pointer-events:none}
.support-mascot.support-mascot-image i{right:7px;bottom:5px}
.support-mascot.support-mascot-image em{right:-2px;top:-3px}
.support-logo-admin{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:16px;align-items:end}
.support-logo-preview{border:1px solid var(--line);background:var(--panel2);border-radius:18px;min-height:120px;padding:12px;display:grid;place-items:center;text-align:center}
.support-logo-preview img{width:86px;height:86px;object-fit:contain}.support-logo-preview span{font-size:10px;color:var(--muted);font-weight:800}
@media(max-width:520px){.support-mascot.support-mascot-image{width:68px;height:68px}.support-logo-admin{grid-template-columns:1fr}.support-logo-preview{min-height:105px}}

html[data-theme="cloud"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#4263eb;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="pearl"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#9c36b5;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="mint"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#087f5b;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="sand"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#a8652a;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="ice"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#2f6fdb;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="rose"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#d9485f;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="lavender"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#7950f2;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="citrus"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#f08c00;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="sky"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#228be6;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="mono"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#495057;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="porcelain"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#5f3dc4;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="vanilla"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#c27803;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="blush"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#c92a5b;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="aqua"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#1098ad;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="lemon"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#e67700;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="lilac"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#845ef7;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="sage"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#5c940d;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="apricot"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#e8590c;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="frost"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#1971c2;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="linen"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#8d6e63;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="azure"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#1864ab;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="pistachio"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#2b8a3e;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="champagne"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#b08968;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="orchid"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#ae3ec9;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="seashell"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#0b7285;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="powder"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#4c6ef5;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="cream"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#a07942;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="meadow"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#2f9e44;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="silver"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#868e96;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="sunrise"]{--bg:#f7f8fb;--surface:#ffffff;--surface2:#f5f6fa;--surface3:#eaedf3;--text:#171923;--muted:#707789;--line:#e0e4ec;--accent:#f76707;--accent2:#0ca678;--accentSoft:color-mix(in srgb,var(--accent) 11%,transparent);--header:rgba(255,255,255,.92);--hero1:color-mix(in srgb,var(--accent) 8%,white);--hero2:#eefaf6;--shadow:0 20px 60px rgba(27,32,50,.10)}
html[data-theme="aurora"]{--bg:#171923;--surface:#222532;--surface2:#292d3b;--surface3:#333847;--text:#f7f8fb;--muted:#b1b7c7;--line:#3b4150;--accent:#6e56cf;--accent2:#43c6ac;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(23,25,35,.92);--hero1:color-mix(in srgb,var(--accent) 22%,#171923);--hero2:#17302d;--shadow:0 25px 70px rgba(0,0,0,.28)}
html[data-theme="royal"]{--bg:#171923;--surface:#222532;--surface2:#292d3b;--surface3:#333847;--text:#f7f8fb;--muted:#b1b7c7;--line:#3b4150;--accent:#7c3aed;--accent2:#43c6ac;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(23,25,35,.92);--hero1:color-mix(in srgb,var(--accent) 22%,#171923);--hero2:#17302d;--shadow:0 25px 70px rgba(0,0,0,.28)}
html[data-theme="slate"]{--bg:#171923;--surface:#222532;--surface2:#292d3b;--surface3:#333847;--text:#f7f8fb;--muted:#b1b7c7;--line:#3b4150;--accent:#64748b;--accent2:#43c6ac;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(23,25,35,.92);--hero1:color-mix(in srgb,var(--accent) 22%,#171923);--hero2:#17302d;--shadow:0 25px 70px rgba(0,0,0,.28)}
html[data-theme="teal"]{--bg:#171923;--surface:#222532;--surface2:#292d3b;--surface3:#333847;--text:#f7f8fb;--muted:#b1b7c7;--line:#3b4150;--accent:#0f766e;--accent2:#43c6ac;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(23,25,35,.92);--hero1:color-mix(in srgb,var(--accent) 22%,#171923);--hero2:#17302d;--shadow:0 25px 70px rgba(0,0,0,.28)}
html[data-theme="cobalt"]{--bg:#171923;--surface:#222532;--surface2:#292d3b;--surface3:#333847;--text:#f7f8fb;--muted:#b1b7c7;--line:#3b4150;--accent:#2563eb;--accent2:#43c6ac;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(23,25,35,.92);--hero1:color-mix(in srgb,var(--accent) 22%,#171923);--hero2:#17302d;--shadow:0 25px 70px rgba(0,0,0,.28)}
html[data-theme="plum"]{--bg:#171923;--surface:#222532;--surface2:#292d3b;--surface3:#333847;--text:#f7f8fb;--muted:#b1b7c7;--line:#3b4150;--accent:#9333ea;--accent2:#43c6ac;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(23,25,35,.92);--hero1:color-mix(in srgb,var(--accent) 22%,#171923);--hero2:#17302d;--shadow:0 25px 70px rgba(0,0,0,.28)}
html[data-theme="coral"]{--bg:#171923;--surface:#222532;--surface2:#292d3b;--surface3:#333847;--text:#f7f8fb;--muted:#b1b7c7;--line:#3b4150;--accent:#e05d44;--accent2:#43c6ac;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(23,25,35,.92);--hero1:color-mix(in srgb,var(--accent) 22%,#171923);--hero2:#17302d;--shadow:0 25px 70px rgba(0,0,0,.28)}
html[data-theme="olive"]{--bg:#171923;--surface:#222532;--surface2:#292d3b;--surface3:#333847;--text:#f7f8fb;--muted:#b1b7c7;--line:#3b4150;--accent:#667a36;--accent2:#43c6ac;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(23,25,35,.92);--hero1:color-mix(in srgb,var(--accent) 22%,#171923);--hero2:#17302d;--shadow:0 25px 70px rgba(0,0,0,.28)}
html[data-theme="denim"]{--bg:#171923;--surface:#222532;--surface2:#292d3b;--surface3:#333847;--text:#f7f8fb;--muted:#b1b7c7;--line:#3b4150;--accent:#365d8d;--accent2:#43c6ac;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(23,25,35,.92);--hero1:color-mix(in srgb,var(--accent) 22%,#171923);--hero2:#17302d;--shadow:0 25px 70px rgba(0,0,0,.28)}
html[data-theme="bronze"]{--bg:#171923;--surface:#222532;--surface2:#292d3b;--surface3:#333847;--text:#f7f8fb;--muted:#b1b7c7;--line:#3b4150;--accent:#a16207;--accent2:#43c6ac;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(23,25,35,.92);--hero1:color-mix(in srgb,var(--accent) 22%,#171923);--hero2:#17302d;--shadow:0 25px 70px rgba(0,0,0,.28)}
html[data-theme="graphite"]{--bg:#090b10;--surface:#11151d;--surface2:#171c26;--surface3:#202633;--text:#f7f9fc;--muted:#98a1b3;--line:#2a3240;--accent:#9a83ff;--accent2:#5de2c3;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(9,11,16,.92);--hero1:color-mix(in srgb,var(--accent) 18%,#090b10);--hero2:#0e2421;--shadow:0 28px 80px rgba(0,0,0,.45)}
html[data-theme="ocean"]{--bg:#090b10;--surface:#11151d;--surface2:#171c26;--surface3:#202633;--text:#f7f9fc;--muted:#98a1b3;--line:#2a3240;--accent:#3b8fff;--accent2:#5de2c3;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(9,11,16,.92);--hero1:color-mix(in srgb,var(--accent) 18%,#090b10);--hero2:#0e2421;--shadow:0 28px 80px rgba(0,0,0,.45)}
html[data-theme="emerald"]{--bg:#090b10;--surface:#11151d;--surface2:#171c26;--surface3:#202633;--text:#f7f9fc;--muted:#98a1b3;--line:#2a3240;--accent:#3ccf91;--accent2:#5de2c3;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(9,11,16,.92);--hero1:color-mix(in srgb,var(--accent) 18%,#090b10);--hero2:#0e2421;--shadow:0 28px 80px rgba(0,0,0,.45)}
html[data-theme="midnight"]{--bg:#090b10;--surface:#11151d;--surface2:#171c26;--surface3:#202633;--text:#f7f9fc;--muted:#98a1b3;--line:#2a3240;--accent:#7c5cff;--accent2:#5de2c3;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(9,11,16,.92);--hero1:color-mix(in srgb,var(--accent) 18%,#090b10);--hero2:#0e2421;--shadow:0 28px 80px rgba(0,0,0,.45)}
html[data-theme="obsidian"]{--bg:#090b10;--surface:#11151d;--surface2:#171c26;--surface3:#202633;--text:#f7f9fc;--muted:#98a1b3;--line:#2a3240;--accent:#9ca3af;--accent2:#5de2c3;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(9,11,16,.92);--hero1:color-mix(in srgb,var(--accent) 18%,#090b10);--hero2:#0e2421;--shadow:0 28px 80px rgba(0,0,0,.45)}
html[data-theme="neon"]{--bg:#090b10;--surface:#11151d;--surface2:#171c26;--surface3:#202633;--text:#f7f9fc;--muted:#98a1b3;--line:#2a3240;--accent:#00e5ff;--accent2:#5de2c3;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(9,11,16,.92);--hero1:color-mix(in srgb,var(--accent) 18%,#090b10);--hero2:#0e2421;--shadow:0 28px 80px rgba(0,0,0,.45)}
html[data-theme="wine"]{--bg:#090b10;--surface:#11151d;--surface2:#171c26;--surface3:#202633;--text:#f7f9fc;--muted:#98a1b3;--line:#2a3240;--accent:#e879a9;--accent2:#5de2c3;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(9,11,16,.92);--hero1:color-mix(in srgb,var(--accent) 18%,#090b10);--hero2:#0e2421;--shadow:0 28px 80px rgba(0,0,0,.45)}
html[data-theme="forest"]{--bg:#090b10;--surface:#11151d;--surface2:#171c26;--surface3:#202633;--text:#f7f9fc;--muted:#98a1b3;--line:#2a3240;--accent:#55c97a;--accent2:#5de2c3;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(9,11,16,.92);--hero1:color-mix(in srgb,var(--accent) 18%,#090b10);--hero2:#0e2421;--shadow:0 28px 80px rgba(0,0,0,.45)}
html[data-theme="navy"]{--bg:#090b10;--surface:#11151d;--surface2:#171c26;--surface3:#202633;--text:#f7f9fc;--muted:#98a1b3;--line:#2a3240;--accent:#4d8dff;--accent2:#5de2c3;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(9,11,16,.92);--hero1:color-mix(in srgb,var(--accent) 18%,#090b10);--hero2:#0e2421;--shadow:0 28px 80px rgba(0,0,0,.45)}
html[data-theme="carbon"]{--bg:#090b10;--surface:#11151d;--surface2:#171c26;--surface3:#202633;--text:#f7f9fc;--muted:#98a1b3;--line:#2a3240;--accent:#d5a93e;--accent2:#5de2c3;--accentSoft:color-mix(in srgb,var(--accent) 18%,transparent);--header:rgba(9,11,16,.92);--hero1:color-mix(in srgb,var(--accent) 18%,#090b10);--hero2:#0e2421;--shadow:0 28px 80px rgba(0,0,0,.45)}
/* V7 admin settings tabs, visitor intelligence and WhatsApp-style chat */
.settings-tabs{display:flex;gap:8px;overflow:auto;position:sticky;top:72px;z-index:20;padding:10px 0;background:var(--bg);margin-bottom:12px}.settings-tabs button{white-space:nowrap;border:1px solid var(--line);background:var(--surface);color:var(--muted);padding:10px 14px;border-radius:12px;font-weight:800;cursor:pointer}.settings-tabs button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.settings-group{display:none}.settings-group.active{display:block}.settings-side.active{display:block}.visitor-metrics{margin-bottom:16px}.table-scroll{overflow:auto}.table-scroll table{min-width:1050px;width:100%;border-collapse:collapse}.table-scroll th,.table-scroll td{padding:12px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left}.table-scroll td b,.table-scroll td small{display:block}.table-scroll td small{color:var(--muted);margin-top:4px}.whatsapp-stream{background:linear-gradient(135deg,var(--surface2),color-mix(in srgb,var(--accent) 5%,var(--surface2)));padding:22px}.whatsapp-stream .bubble{max-width:min(72%,620px);border-radius:7px 18px 18px 18px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.whatsapp-stream .bubble.mine{margin-left:auto;border-radius:18px 7px 18px 18px;background:color-mix(in srgb,var(--accent) 14%,var(--surface))}.chat-file{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;margin-top:8px;padding:10px;border-radius:12px;background:var(--surface2);border:1px solid var(--line)}.chat-file.is-image{display:block}.chat-file.is-image img{display:block;max-width:320px;max-height:260px;width:100%;object-fit:cover;border-radius:10px;margin-bottom:7px}.whatsapp-compose{display:grid;grid-template-columns:46px 1fr 46px;align-items:end;gap:8px;padding:12px;background:var(--surface)}.chat-attach,.chat-send{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:var(--surface2);color:var(--text);font-size:22px;cursor:pointer}.chat-attach input{display:none}.chat-send{background:var(--accent);color:#fff;border-color:var(--accent)}.chat-input-wrap{border:1px solid var(--line);background:var(--surface2);border-radius:22px;padding:7px 14px}.chat-input-wrap textarea{width:100%;min-height:28px;max-height:120px;resize:vertical;border:0;background:transparent;color:var(--text);outline:0}.chat-input-wrap small{display:block;color:var(--accent);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-consent{position:fixed;left:20px;right:20px;bottom:20px;z-index:250;max-width:980px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.analytics-consent[hidden]{display:none}.analytics-consent p{margin:5px 0 0;color:var(--muted)}.analytics-consent>div:last-child{display:flex;gap:8px;flex-shrink:0}@media(max-width:760px){.analytics-consent{left:10px;right:10px;bottom:82px;display:block}.analytics-consent>div:last-child{margin-top:12px}.whatsapp-stream .bubble{max-width:90%}.settings-tabs{top:70px}.settings-grid{grid-template-columns:1fr}.theme-grid{grid-template-columns:1fr 1fr}}

/* ===== PutinCode V7.1 logo-matched wordmark ===== */
:root{--brand-navy:#061c3f;--brand-blue:#086cff}
.brand .brand-word{display:inline-flex;align-items:baseline;letter-spacing:-.045em;font-weight:950;line-height:1;white-space:nowrap}
.brand .brand-putin{color:var(--brand-navy)}
.brand .brand-code{color:var(--brand-blue)}
.topbar .brand .brand-word{font-size:20px}
.footer .brand .brand-word,.mobile-drawer .brand .brand-word{font-size:18px}
.brand:hover .brand-code{filter:brightness(1.08)}
@media(max-width:640px){.topbar .brand .brand-word{font-size:17px}}
