.ts{flex-direction:column;gap:16px;display:flex}.ts-grid{grid-template-columns:1fr;align-items:start;gap:24px;display:grid}.ts-controls{background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-direction:column;padding:2px 22px;display:flex}.ts-controls section{border-bottom:1px solid var(--line);flex-direction:column;padding:16px 0;display:flex}.ts-controls section:last-child{border-bottom:0}.ts-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:600}.ts-desc{margin:3px 0 0;font-size:13px}.ts-field-label{color:var(--text);margin:12px 0 8px;font-size:12px;font-weight:500}.ts-field-label:first-of-type{margin-top:12px}.ts-field-head{align-items:baseline;gap:8px;margin:12px 0 8px;display:flex}.ts-field-head .ts-field-label{margin:0}.ts-field-head .muted{font-size:12px}.ts-reset{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:0;font-size:12px;font-weight:500}.ts-reset:hover{text-decoration:underline}.ts-choice-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ts-choice{border:1px solid var(--line);background:var(--surface);height:36px;color:var(--muted);font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 10px;font-size:13px;font-weight:500;display:flex}.ts-choice svg{flex:none}.ts-choice:hover{border-color:var(--line-strong,var(--line))}.ts-choice.on{border-color:var(--accent);color:var(--accent);font-weight:600}.ts-brand{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ts-swatch{cursor:pointer;border:0;border-radius:7px;width:28px;height:28px;box-shadow:inset 0 0 0 1px #0000001f}.ts-swatch.on{box-shadow:inset 0 0 0 1.5px var(--surface), 0 0 0 2px var(--accent)}.ts-swatch-theme{box-shadow:inset 0 0 0 1px #0000001f, 0 0 0 2px var(--line)}.ts-swatch-theme.on{box-shadow:inset 0 0 0 1.5px var(--surface), 0 0 0 2px var(--accent)}.ts-brand-divider{background:var(--line);width:1px;height:24px;margin:0 2px}.ts-hex{border:1px solid var(--line);border-radius:8px;align-items:center;gap:8px;height:34px;padding:0 10px;display:flex}.ts-hex-chip{border-radius:4px;width:18px;height:18px;box-shadow:inset 0 0 0 1px #0000001f}.ts-hex input{width:60px;font-family:var(--mono);color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.ts-contrast{color:var(--text-3);margin-top:8px;font-size:12px}.ts-contrast.warn{color:var(--warning);font-weight:500}.ts-fonts{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.ts-font{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;gap:3px;padding:10px 4px;display:flex}.ts-font:hover{border-color:var(--line-strong,var(--line))}.ts-font.on{border-color:var(--accent);background:var(--accent-weak)}.ts-font-ag{color:var(--text);font-size:20px;line-height:24px}.ts-font-label{font-size:11px}.ts-seg{display:flex}.ts-seg button{flex:1;height:34px}.ts-preview{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:12px;height:100%;padding:16px;display:flex}.ts-preview-bar{align-items:center;gap:10px;display:flex}.ts-preview-note{margin:0;font-size:12px}.ts-frame-wrap{border:1px solid var(--line);background:#fff;border-radius:10px;flex:1;min-height:440px;display:flex;overflow:hidden}.ts-frame-wrap.mobile{background:var(--surface-2);justify-content:center;padding:14px 0}.ts-frame{background:#fff;border:0;flex:1;width:100%}.ts-frame-wrap.mobile .ts-frame{border:1px solid var(--line);border-radius:10px;flex:none;width:390px}.ts-savebar{z-index:5;background:var(--surface);border-top:1px solid var(--line);align-items:center;gap:8px;margin:0 -28px -64px;padding:16px 28px;display:flex;position:sticky;bottom:-64px;box-shadow:0 -6px 20px #0f172a0f}.ts-status{flex:1;font-size:13px}.ts-status.warn{color:var(--warning);font-weight:500}@media (width>=64rem){.ts-grid{grid-template-columns:minmax(0,360px) minmax(0,1fr)}}.ts-pwa{border-top:1px solid var(--line);padding-top:16px}.ts-pwa-note{margin:0 0 12px;font-size:12px;line-height:1.4}.ts-pwa-field{margin-bottom:12px;display:block}.ts-text{border:1px solid var(--line);background:var(--surface);width:100%;height:34px;color:var(--text);font:inherit;border-radius:8px;padding:0 10px;font-size:13px}.ts-pwa-icon-row{align-items:center;gap:12px;display:flex}.ts-pwa label.btn{cursor:pointer;align-items:center;display:inline-flex}.ts-pwa label.btn.disabled{opacity:.5;pointer-events:none}.ts-pwa-textarea{resize:vertical;height:auto;min-height:52px;padding:8px 10px;line-height:1.4}.ts-text:focus{border-color:var(--accent);outline:0}.ts-pwa-error{color:var(--warning);margin-top:4px;font-size:12px;display:block}.ts-pwa .ts-choice-row{grid-template-columns:repeat(2,1fr)}.base-picker{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.base-opt{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex-direction:column;gap:8px;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.base-opt:hover{border-color:var(--text-3)}.base-opt.on{border-color:var(--accent);background:var(--surface-2);box-shadow:0 0 0 1px var(--accent)}.base-opt-pick{text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:4px;width:100%;padding:0;display:flex}.base-opt-name{color:var(--text);font-size:14px;font-weight:600}.base-opt-desc{color:var(--text-3);font-size:12px;line-height:1.4}.base-opt-preview{color:var(--accent);cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.base-opt-preview:hover{opacity:.85}.base-preview-backdrop{z-index:100;background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.base-preview-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-direction:column;width:min(1100px,100%);height:min(90vh,900px);display:flex;overflow:hidden}.base-preview-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.base-preview-title strong{color:var(--text);font-size:14px}.base-preview-title span{color:var(--text-3);margin-left:8px;font-size:12px}.base-preview-actions{align-items:center;gap:10px;display:flex}.base-preview-use{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600}.base-preview-close{color:var(--text-3);cursor:pointer;background:0 0;border:0;padding:0 4px;font-size:22px;line-height:1}.base-preview-body{background:var(--surface-2);flex:1;min-height:0}.base-preview-frame{background:#fff;border:0;width:100%;height:100%}.base-preview-msg{height:100%;color:var(--text-3);justify-content:center;align-items:center;font-size:14px;display:flex}.ds-section-label{margin-bottom:8px}.ob-wrap{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.ob-top{border-bottom:1px solid var(--line);background:var(--surface);align-items:center;gap:16px;padding:16px 24px;display:flex}.ob-top-spacer{width:40px}.ob-stepper{flex:1;justify-content:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ob-step{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.ob-step:not(:last-child):after{content:"";background:var(--line-strong);width:28px;height:1px;margin-left:8px}.ob-step-dot{border:1px solid var(--line-strong);background:var(--surface);border-radius:999px;place-items:center;width:22px;height:22px;font-size:12px;display:grid}.ob-step.on{color:var(--text)}.ob-step.on .ob-step-dot{border-color:var(--accent);background:var(--accent);color:#fff}.ob-step.done{color:var(--text)}.ob-step.done .ob-step-dot{border-color:var(--accent);color:var(--accent)}.ob-step-label{white-space:nowrap}.ob-main{flex:1;place-items:start center;padding:48px 24px;display:grid}.ob-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;max-width:520px;box-shadow:var(--shadow-sm);padding:32px}.ob-title{margin:0 0 8px;font-size:24px}.ob-lede{color:var(--muted);margin:0 0 24px;line-height:1.5}.ob-inline{align-items:stretch;gap:8px;display:flex}.ob-inline .input{flex:1}.ob-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:28px;display:flex}.ob-actions-center{justify-content:center}.ob-actions .btn-primary{margin-left:auto}.ob-link{color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.ob-link:hover{color:var(--text)}.ob-card-wide{max-width:100%;box-shadow:none;background:0 0;border:0;padding:0}.ob-design{grid-template-columns:260px 1fr;align-items:start;gap:24px;display:grid}.ob-design-controls{flex-direction:column;gap:16px;display:flex}.ob-design-preview{position:sticky;top:0}.ob-preview-frame{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);place-items:center;width:100%;height:460px;display:grid}iframe.ob-preview-frame{display:block}@media (width<=720px){.ob-design{grid-template-columns:1fr}.ob-design-preview{position:static}}.ob-review{border:1px solid var(--line);border-radius:var(--radius);background:var(--line);flex-direction:column;gap:1px;margin:0;display:flex;overflow:hidden}.ob-review>div{background:var(--surface);justify-content:space-between;gap:16px;padding:12px 16px;display:flex}.ob-review dt{color:var(--muted)}.ob-review dd{text-align:right;align-items:center;gap:8px;margin:0;display:flex}.ob-swatch{border:1px solid var(--line-strong);border-radius:4px;width:16px;height:16px;display:inline-block}.ob-success{text-align:center}.ob-success-emoji{margin-bottom:8px;font-size:48px;line-height:1}@media (width<=560px){.ob-step-label{display:none}.ob-card{padding:24px}}.ds-theme-picker .base-picker{grid-template-columns:repeat(2,1fr)}.dt{overflow:hidden}.dt-toolbar{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;display:flex}.dt-search{flex:0 260px;min-width:160px;height:34px;padding:0 12px}.dt-filters{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.dt-filters .input{width:auto;height:34px;padding:0 10px}.dt-count{color:var(--text-3);font-variant-numeric:tabular-nums;margin-left:6px}.dt-chips{background:var(--surface-2);border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:8px;padding:10px 16px;display:flex}.dt-chips-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:600}.dt-chip{border:1px solid var(--line-strong);background:var(--surface);height:24px;color:var(--text);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:0 8px;font-size:12px;display:inline-flex}.dt-chip:hover{border-color:var(--accent);color:var(--accent)}.dt-chip span{color:var(--text-3)}.dt-chip-clear{height:24px;color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0 4px;font-size:12px;font-weight:500}.dt-sort{font:inherit;color:inherit;cursor:pointer;text-transform:inherit;letter-spacing:inherit;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex}.dt-sort:hover,.dt-sort.on{color:var(--text)}.dt-sort-arrow{font-size:9px}.dt-row.on>td{background:var(--surface-2)}.dt-empty{text-align:center;color:var(--text-3);padding:40px 16px}.dt-expand>td{background:var(--surface-2);border-top:0;padding:12px 16px 16px}.dt-footer{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:12px;padding:10px 16px;display:flex}.dt-footer-count{color:var(--text-3);font-size:12px}.dt-rows{color:var(--text-3);align-items:center;gap:6px;font-size:12px;display:inline-flex}.dt-rows .input{width:auto;height:28px;padding:0 6px}.dt-spacer{flex:1}.dt-pages{align-items:center;gap:4px;display:inline-flex}.dt-page{min-width:28px;height:28px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0 6px;font-size:12px;font-weight:500;display:inline-flex}.dt-page:hover:not(:disabled):not(.on){background:var(--surface-2)}.dt-page.on{background:var(--accent-weak);color:var(--accent)}.dt-page:disabled{opacity:.4;cursor:default}.dt-page-gap{text-align:center;min-width:28px;color:var(--text-3);font-size:12px}.trp{display:inline-flex;position:relative}.trp-trigger{cursor:pointer;white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.trp-pop{z-index:20;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);min-width:240px;box-shadow:var(--shadow-md);position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}.trp-presets{margin:0;padding:6px;list-style:none}.trp-presets button{width:100%;color:var(--text);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;padding:7px 10px;font-size:13px;display:flex}.trp-presets button:hover{background:var(--surface-2)}.trp-presets button.on{color:var(--accent);font-weight:500}.trp-custom{border-top:1px solid var(--line);flex-direction:column;gap:8px;padding:12px;display:flex}.trp-custom-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:600}.trp-field{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.trp-field .input{width:auto;height:32px;padding:0 8px}.trp-apply{align-self:flex-end;margin-top:2px}.activity-actor{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:600;display:inline-flex}.activity-actor-ai{background:var(--text);color:var(--surface)}.activity-actor-you{background:var(--accent-weak);color:var(--accent)}.activity-actor-team{background:var(--surface-2);color:var(--text)}.activity-detail{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;display:grid}@media (width>=721px){.activity-detail{grid-template-columns:repeat(4,minmax(0,1fr))}}.store-settings-section{flex-direction:column;gap:16px;display:flex}.store-settings-head h2{margin:0 0 4px;font-size:16px;font-weight:600}.store-settings-head p{margin:0;font-size:13px}.store-settings-field{max-width:420px}.store-settings-actions{border-top:1px solid var(--line);justify-content:flex-end;padding-top:16px;display:flex}.themes-domain{color:var(--text);font-weight:500}.themes-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-top:20px;display:grid}.theme-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.theme-card-preview{background:var(--surface-2);border-bottom:1px solid var(--line);justify-content:center;align-items:center;padding:20px;display:flex}.theme-card-body{flex-direction:column;gap:8px;padding:16px;display:flex}.theme-card-titlerow{align-items:center;gap:8px;min-width:0;display:flex}.theme-card-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.theme-card-meta{font-size:12px}.theme-card-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.theme-badge{height:20px;color:var(--success);background:var(--success-weak);border:1px solid var(--success);border-radius:999px;flex:none;align-items:center;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.tp-desktop{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;flex:none;width:260px;max-width:100%;height:182px;display:flex;overflow:hidden;box-shadow:0 4px 14px #00000014}.tp-chrome{border-bottom:1px solid var(--line);background:var(--surface-2);flex:none;align-items:center;gap:6px;height:22px;padding:0 8px;display:flex}.tp-dot{background:var(--line-strong,var(--line));border-radius:50%;width:8px;height:8px}.tp-url{text-align:right;color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:9px;overflow:hidden}.tp-desktop-body{flex:1;position:relative;overflow:hidden}.tp-desktop-frame{transform-origin:0 0;pointer-events:none;background:#fff;border:0;width:1200px;height:752px;position:absolute;top:0;left:0;transform:scale(.2167)}.tp-state{justify-content:center;align-items:center;width:100%;height:100%;font-size:12px;display:flex}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-cyrillic-wght-normal-D73BlboJ.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-greek-wght-normal-Bw9x6K1M.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-vietnamese-wght-normal-Bt-aOZkq.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-latin-ext-wght-normal-DBQx-q_a.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/assets/jetbrains-mono-latin-wght-normal-B9CIFXIH.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg:#f8fafc;--surface:#fff;--surface-2:#f1f5f9;--surface-3:#e9eef5;--text:#0f172a;--muted:#475569;--text-3:#94a3b8;--badge-text:#475569;--line:#e2e8f0;--line-strong:#cbd5e1;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-weak:#eff6ff;--success:#16a34a;--success-weak:#f0fdf4;--danger:#dc2626;--danger-weak:#fef2f2;--warning:#f59e0b;--warning-weak:#fffbeb;--shadow-sm:0 1px 2px #0f172a0d;--shadow-md:0 4px 12px #0f172a14, 0 2px 6px #0f172a0d;--shadow-lg:0 12px 32px #0f172a1f;--overlay:#0f172a47;--radius:12px;--radius-sm:8px;--radius-lg:16px;--font:"Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono:"JetBrains Mono Variable", ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#080c16;--surface:#0f1524;--surface-2:#171e30;--surface-3:#1f2941;--text:#f1f5f9;--muted:#98a5ba;--text-3:#64748b;--badge-text:#98a5ba;--line:#1e2739;--line-strong:#2c3850;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-weak:#132043;--success:#22c55e;--success-weak:#0c2018;--danger:#f87171;--danger-weak:#2a1113;--warning:#fbbf24;--warning-weak:#231a06;--shadow-sm:0 1px 2px #0006;--shadow-md:0 6px 16px #00000073;--shadow-lg:0 16px 40px #00000080;--overlay:#02061099}}:root[data-theme=dark]{--bg:#080c16;--surface:#0f1524;--surface-2:#171e30;--surface-3:#1f2941;--text:#f1f5f9;--muted:#98a5ba;--text-3:#64748b;--badge-text:#98a5ba;--line:#1e2739;--line-strong:#2c3850;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-weak:#132043;--success:#22c55e;--success-weak:#0c2018;--danger:#f87171;--danger-weak:#2a1113;--warning:#fbbf24;--warning-weak:#231a06;--shadow-sm:0 1px 2px #0006;--shadow-md:0 6px 16px #00000073;--shadow-lg:0 16px 40px #00000080;--overlay:#02061099}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:14px;line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{letter-spacing:-.02em;text-wrap:balance;margin:0}h1{font-size:32px;font-weight:600;line-height:40px}h2{font-size:24px;font-weight:600;line-height:32px}h3{font-size:20px;font-weight:600;line-height:28px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.muted{color:var(--muted)}.mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:600;line-height:16px}.app-shell{grid-template-columns:248px minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.app-shell.no-sidebar{grid-template-columns:minmax(0,1fr)}.sidebar{background:var(--surface);border-right:1px solid var(--line);z-index:50;width:248px;box-shadow:var(--shadow-lg);flex-direction:column;padding:14px 12px;transition:transform .2s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-backdrop{background:var(--overlay);z-index:45;animation:.14s fade;position:fixed;inset:0}.sidebar-toggle{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;display:inline-flex}.sidebar-toggle:hover{background:var(--surface-2)}@media (width>=64rem){.sidebar{z-index:auto;width:auto;box-shadow:none;transition:none;position:static;transform:none}.sidebar-backdrop,.sidebar-toggle{display:none}}.sidebar-nav{flex-direction:column;flex:1;gap:4px;min-height:0;display:flex;overflow-y:auto}.sidebar-brand{border:1px solid var(--line);width:100%;color:var(--text-3);font:inherit;text-align:left;cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:10px;margin-bottom:10px;padding:8px;display:flex}.sidebar-brand:hover{background:var(--surface-2);text-decoration:none}.nav-group{flex-direction:column;gap:2px;margin-bottom:14px;display:flex}.nav-group-title{letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);padding:4px 10px 6px;font-size:11px;font-weight:600;line-height:18px}.nav-item{border-radius:var(--radius-sm);width:100%;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:7px 10px;font-size:14px;font-weight:500;display:flex}.nav-item:hover{background:var(--surface-2);text-decoration:none}.nav-item .bar{background:0 0;border-radius:2px;flex:none;width:3px;height:16px}.nav-item.active{background:var(--surface-2);color:var(--text);font-weight:600}.nav-item.active .bar{background:var(--accent)}.nav-item .hint{font-family:var(--mono);color:var(--text-3);font-size:11px}.nav-fill{flex:1}.nav-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--accent-weak);flex-direction:column;flex:none;gap:6px;margin-top:12px;padding:12px;display:flex}.main-area{flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden}.shell-body{flex:1;grid-template-columns:minmax(0,1fr);min-height:0;display:grid}.ask-rail{z-index:40;width:min(360px,88vw);box-shadow:var(--shadow-lg);position:fixed;top:0;bottom:0;right:0}@media (width>=112rem){.shell-body.with-ask{grid-template-columns:minmax(0,1fr) 344px}.ask-rail{width:auto;box-shadow:none;z-index:auto;position:static}}.ask-backdrop{background:var(--overlay);z-index:39;animation:.14s fade;position:fixed;inset:0}.appbar{z-index:20;background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:saturate(1.4)blur(10px);backdrop-filter:saturate(1.4)blur(10px);border-bottom:1px solid var(--line);align-items:center;gap:12px;height:56px;padding:0 20px;display:flex}.appbar .right{align-items:center;gap:8px;margin-left:auto;display:flex}.brand{letter-spacing:-.01em;color:var(--text);align-items:center;gap:10px;font-size:15px;font-weight:640;display:flex}.brand:hover{text-decoration:none}.brand .logo,.sidebar-brand .logo{background:var(--accent);color:#fff;letter-spacing:-.02em;border-radius:8px;flex:none;place-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:grid}.brand .brand-logo,.sidebar-brand .brand-logo{flex:none;width:auto;height:28px;display:block}.brand-meta{flex-direction:column;flex:1;min-width:0;display:flex}.brand-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.brand-sub{color:var(--text-3);font-size:11px;line-height:14px}.cmdk-trigger{border:1px solid var(--line);background:var(--bg);min-width:0;max-width:460px;height:36px;color:var(--text-3);font:inherit;cursor:text;text-align:left;border-radius:10px;flex:1;align-items:center;gap:10px;padding:0 12px;font-size:13px;display:flex}.cmdk-trigger:hover{border-color:var(--line-strong)}.cmdk-trigger .label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.kbd{font-family:var(--mono);border:1px solid var(--line);background:var(--surface);color:var(--text-3);border-radius:6px;padding:2px 6px;font-size:11px}.container{width:100%;margin:0 auto;padding:24px 28px 64px}.page-head{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.page-head .head-text{flex:1;min-width:260px}.page-head h1{font-size:30px;line-height:38px}.page-head p{color:var(--muted);margin:4px 0 0}.page-head-titlerow{align-items:center;gap:12px;display:flex}.page-head-back{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:inline-flex}.page-head-back:hover{background:var(--surface-2);color:var(--text)}.crumb{align-items:center;gap:6px;margin-bottom:14px;font-size:13px;display:inline-flex}.btn{border-radius:var(--radius-sm);height:36px;font:inherit;cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:600;transition:background .14s,border-color .14s,transform 50ms,opacity .14s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-ghost{background:var(--surface);color:var(--muted);border-color:var(--line)}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn-ghost[aria-pressed=true]{background:var(--accent-weak);color:var(--accent);border-color:var(--accent-weak)}.btn-subtle{color:var(--muted);background:0 0;height:34px;padding:0 10px}.btn-subtle:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn-danger{color:var(--danger);border-color:color-mix(in srgb, var(--danger) 35%, transparent);background:0 0}.btn-danger:hover:not(:disabled){background:var(--danger-weak)}.btn-sm{height:30px;padding:0 10px;font-size:12.5px}.icon-btn{border:1px solid var(--line);background:var(--surface);width:34px;height:34px;color:var(--muted);cursor:pointer;border-radius:9px;place-items:center;display:grid}.icon-btn:hover{color:var(--text);background:var(--surface-2)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-top:20px}.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.store-card{text-align:left;flex-direction:column;gap:12px;padding:18px;transition:border-color .14s,box-shadow .14s;display:flex}.store-open:hover{color:var(--accent);text-decoration:underline}.store-card .top{align-items:center;gap:12px;display:flex}.store-card .name{letter-spacing:-.01em;font-size:15px;font-weight:620}.avatar{background:var(--surface-3);width:32px;height:32px;color:var(--muted);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:600;display:grid}.avatar-sq{border-radius:8px}.hosts{flex-direction:column;gap:2px;margin:2px 0 0;display:flex}.store-card .host,.hosts .host{font-size:12.5px}.store-card .foot{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid}.kpi-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:10px;padding:16px;display:flex}.kpi-label{color:var(--muted);font-size:12px;font-weight:500;line-height:18px}.kpi-value-row{align-items:baseline;gap:8px;display:flex}.kpi-value{letter-spacing:-.02em;font-size:24px;font-weight:640;line-height:32px}.kpi-delta{font-size:12px;font-weight:600}.kpi-delta.up{color:var(--success)}.kpi-delta.down{color:var(--danger)}.spark{align-items:flex-end;gap:3px;height:28px;display:flex}.spark>span{background:var(--surface-3);border-radius:2px;flex:1}.spark>span.lead{background:var(--accent)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.badge{letter-spacing:.02em;background:var(--surface-2);color:var(--badge-text);text-transform:capitalize;border-radius:999px;align-items:center;gap:5px;padding:2px 9px;font-size:11.5px;font-weight:600;display:inline-flex}.badge-accent{background:var(--accent-weak);color:var(--accent)}.store-open{font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;margin:0;padding:0}.pill{background:var(--surface-2);color:var(--muted);border-radius:999px;align-items:center;gap:5px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.pill-ok{background:var(--success-weak);color:var(--success)}.pill-warn{background:var(--warning-weak);color:var(--warning)}.pill-err{background:var(--danger-weak);color:var(--danger)}.field{flex-direction:column;gap:6px;display:flex}.field>span,.field-label{color:var(--muted);font-size:12.5px;font-weight:560}.input,.textarea,.select{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);font:inherit;padding:10px 12px;font-size:14px;transition:border-color .14s,box-shadow .14s}.input:focus,.textarea:focus,.select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent);outline:none}.input[readonly]{background:var(--surface-2);color:var(--muted);cursor:default}.textarea{font-family:var(--mono);resize:vertical;tab-size:2;min-height:260px;font-size:12.5px;line-height:1.6}.row{gap:12px;display:flex}.row>*{flex:1}.toggle{font:inherit;cursor:pointer;color:var(--muted);background:0 0;border:0;align-items:center;gap:10px;padding:0;display:inline-flex}.toggle .track{background:var(--line-strong);border-radius:999px;flex:none;justify-content:flex-start;width:34px;height:20px;padding:2px;transition:background .15s;display:flex}.toggle .track .knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;box-shadow:0 1px 2px #0003}.toggle.on .track{background:var(--accent)}.toggle.on .track .knob{transform:translate(14px)}.seg{background:var(--surface-2);border-radius:10px;gap:4px;padding:3px;display:inline-flex}.seg button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:6px 12px;font-size:13px;font-weight:500}.seg button.on{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);font-weight:600}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:13px}.data-table thead th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);background:var(--bg);border-bottom:1px solid var(--line);white-space:nowrap;padding:8px 16px;font-size:11px;font-weight:600;line-height:18px}.data-table tbody td{border-bottom:1px solid var(--line);vertical-align:middle;padding:11px 16px}.data-table tbody tr:hover{background:var(--surface-2)}.data-table td.table-empty{text-align:center;color:var(--text-3);padding:48px 16px;font-size:13px}.data-table tbody tr:hover td.table-empty{background:0 0}.table-empty-emoji{margin-bottom:8px;font-size:26px;display:block}.data-table .num{text-align:right;font-variant-numeric:tabular-nums}.row-menu-pop{z-index:50;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;min-width:168px;padding:4px;display:flex;box-shadow:0 10px 30px #0206172e}.row-menu-pop button{text-align:left;width:100%;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px 10px;font-size:13px}.row-menu-pop button:hover:not(:disabled){background:var(--surface-2)}.row-menu-pop button.danger{color:var(--danger)}.row-menu-pop button:disabled{opacity:.45;cursor:not-allowed}.data-table .id{font-family:var(--mono);color:var(--muted);font-size:12px}.workspace{grid-template-columns:212px minmax(0,1fr);align-items:start;gap:20px;display:grid}.ws-nav{padding:10px 8px;position:sticky;top:72px}.ws-nav .nav-group:last-child{margin-bottom:0}.ws-content{min-width:0}.editor{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:18px;display:grid}.pane{padding:18px}.pane-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.editor-head{justify-content:space-between;align-items:center;display:flex}.preview-frame{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;width:100%;height:520px}.preview-bar{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);align-items:center;gap:8px;margin-bottom:10px;padding:7px 10px;font-size:12px;display:flex}.preview-bar .dot{background:var(--success);border-radius:50%;width:8px;height:8px}.empty{text-align:center;border:1px dashed var(--line-strong);border-radius:var(--radius);color:var(--muted);place-items:center;gap:10px;padding:56px 24px;display:grid}.empty .emoji{font-size:30px}.spinner{border:2px solid color-mix(in srgb, var(--accent) 30%, transparent);border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}.btn-primary .spinner{border-color:#fff #fff6 #fff6}.center-pad{place-items:center;padding:64px;display:grid}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}.skeleton{background:linear-gradient(90deg, var(--surface-2), var(--line), var(--surface-2));background-size:200% 100%;border-radius:6px;animation:1.3s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.note{border-radius:var(--radius-sm);margin-top:8px;padding:9px 12px;font-size:13px}.note-error{background:var(--danger-weak);color:var(--danger)}.note-ok{background:color-mix(in srgb, var(--success) 14%, transparent);color:var(--text);border-left:3px solid var(--success)}.note-warn{background:color-mix(in srgb, var(--warning) 15%, transparent);color:var(--text);border-left:3px solid var(--warning);line-height:1.5}.signin-wrap{place-items:center;min-height:100vh;padding:40px 20px;display:grid}.signin-card{text-align:center;justify-items:center;gap:22px;display:grid}.signin-card .tagline{max-width:340px}.overlay{z-index:40;background:var(--overlay);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);place-items:center;padding:20px;animation:.14s fade;display:grid;position:fixed;inset:0}.dialog{border-radius:var(--radius-lg);width:100%;max-width:min(92vw,560px);box-shadow:var(--shadow-lg);padding:22px;animation:.16s cubic-bezier(.2,.9,.3,1.2) pop}.dialog--wide{max-width:min(92vw,900px)}.dialog h2{margin-bottom:4px}.dialog .body{flex-direction:column;gap:14px;margin:18px 0 22px;display:flex}.dialog .actions{justify-content:flex-end;gap:10px;display:flex}@keyframes fade{0%{opacity:0}}@keyframes pop{0%{opacity:0;transform:translateY(8px)scale(.98)}}.cmdk{z-index:50;background:var(--overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);justify-content:center;padding-top:12vh;animation:.14s fade;display:flex;position:fixed;inset:0}.cmdk-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);width:min(620px,92vw);max-height:60vh;box-shadow:var(--shadow-lg);flex-direction:column;animation:.16s pop;display:flex;overflow:hidden}.cmdk-input-row{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:14px 16px;display:flex}.cmdk-input-row input{height:28px;color:var(--text);font:inherit;background:0 0;border:0;outline:none;flex:1;font-size:16px}.cmdk-list{flex:1;padding:8px;overflow:auto}.cmdk-item{width:100%;font:inherit;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;display:flex}.cmdk-item:hover,.cmdk-item.active{background:var(--surface-2)}.cmdk-item .group{color:var(--text-3);font-size:12px}.toaster{z-index:60;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.toast{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line);min-width:240px;box-shadow:var(--shadow-md);align-items:center;gap:10px;padding:11px 15px;font-size:13.5px;animation:.18s slide;display:flex}.toast .bar{background:var(--success);border-radius:3px;align-self:stretch;width:3px}.toast.error .bar{background:var(--danger)}@keyframes slide{0%{opacity:0;transform:translate(12px)}}.fade-in{animation:.25s fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}}.domains-panel{margin-bottom:18px;padding:18px}.domain-rows{flex-direction:column;gap:8px;display:flex}.domain-row{border:1px solid var(--line);border-radius:var(--radius-sm);align-items:center;gap:10px;padding:9px 11px;display:flex}.domain-row a{font-size:13.5px}.domain-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.domain-row .icon-btn{width:30px;height:30px}.badge.dot-ok{background:var(--success-weak);color:var(--success)}.badge.dot-warn{background:var(--warning-weak);color:var(--warning)}.dns-table{border-collapse:collapse;table-layout:fixed;border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;font-size:12px;overflow:hidden}.dns-table th,.dns-table td{text-align:left;vertical-align:top;padding:9px 11px}.dns-table thead th{background:var(--surface-2);color:var(--muted);font-weight:600}.dns-data-row td{border-top:1px solid var(--line);vertical-align:middle}.dns-host,.dns-val{overflow-wrap:anywhere}.dns-val{color:var(--text)}.dns-purpose-row td{padding-top:0}.dns-purpose{font-size:11px}.dns-intro{margin:4px 0 14px;font-size:13px}.dns-status{margin-bottom:14px;font-size:12.5px}.dns-apex{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.dns-apex>strong{font-size:13.5px}.dns-step-row td.dns-step{letter-spacing:.02em;text-transform:uppercase;color:var(--muted);border-top:1px solid var(--line);padding:14px 11px 4px;font-size:11px;font-weight:600}.dns-step-row:first-child td.dns-step{border-top:none;padding-top:4px}.dns-cell{align-items:flex-start;gap:8px;display:flex}.dns-cell-text{overflow-wrap:anywhere;flex:1;min-width:0}.copy-btn{font:inherit;color:var(--accent);background:var(--accent-weak);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:6px;flex:none;padding:2px 9px;font-size:11px;font-weight:550}.copy-btn:hover{background:color-mix(in srgb, var(--accent) 22%, transparent)}.sections{flex-direction:column;gap:12px;display:flex}.sec-card{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);padding:12px}.sec-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.sec-actions{gap:4px;display:flex}.sec-actions .icon-btn{width:28px;height:28px}.sec-fields{flex-direction:column;gap:10px;display:flex}.products-editor{flex-direction:column;gap:8px;display:flex}.product-row{grid-template-columns:1.4fr .8fr 1fr auto;align-items:center;gap:6px;display:grid}.product-row .input{padding:7px 9px;font-size:13px}.add-section{border-top:1px dashed var(--line-strong);flex-wrap:wrap;gap:8px;margin-top:2px;padding-top:4px;display:flex}.dash{flex-direction:column;gap:20px;display:flex}.dash-notice{border-radius:var(--radius-sm);background:var(--danger);color:#fff;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:500;display:flex}.dash-notice strong{font-weight:700}.dash .kpi-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.dash-cols{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px;display:grid}.legend{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:flex}.legend .sw{border-radius:2px;width:8px;height:8px}.chart{border-bottom:1px solid var(--line);align-items:flex-end;gap:10px;height:184px;padding-top:8px;display:flex}.chart-col{flex-direction:column;flex:1;justify-content:flex-end;gap:6px;height:100%;display:flex}.chart-tip{text-align:center;height:14px;color:var(--muted);font-size:11px;font-weight:600}.chart-bars{align-items:flex-end;gap:3px;height:100%;display:flex}.chart-bars .bar{border-radius:4px 4px 0 0;flex:1}.chart-labels{gap:10px;display:flex}.chart-labels>div{text-align:center;color:var(--text-3);flex:1;font-size:12px}.live-dot{background:var(--success);border-radius:50%;width:7px;height:7px;animation:1.8s infinite spi-pulse}@keyframes spi-pulse{0%,to{opacity:1}50%{opacity:.35}}.meter{background:var(--surface-2);border-radius:3px;height:6px;overflow:hidden}.meter>span{border-radius:3px;height:100%;display:block}.checkitem{cursor:pointer;text-align:left;font:inherit;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:13px;display:flex}.checkbox{border:1.5px solid var(--line-strong);color:#fff;border-radius:6px;flex:none;place-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:grid}.checkbox.on{background:var(--success);border-color:var(--success)}.ask-rail{border-left:1px solid var(--line);background:var(--surface);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.onboard-home{max-width:560px;margin:0 auto;padding:clamp(32px,8vh,80px) 24px 64px}@media (width>=64rem){.onboard-home{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:28px;max-width:940px;display:grid}.onboard-home .onboard-ask{order:1;margin-top:0}.onboard-home .onboard-or{flex-direction:column;order:2;margin:0}.onboard-home .onboard-or:before,.onboard-home .onboard-or:after{width:1px;max-width:none;height:auto}.onboard-home .empty{order:3;align-content:center}}.onboard-ask{flex-direction:column;gap:10px;width:100%;max-width:520px;margin:24px auto 0;display:flex}.onboard-ask .ask-rail{width:auto;box-shadow:none;z-index:auto;border:1px solid var(--line);border-radius:var(--radius);height:min(60vh,520px);position:static}.onboard-or{justify-content:center;align-items:center;gap:14px;width:100%;max-width:520px;margin:8px auto;display:flex}.onboard-or:before,.onboard-or:after{content:"";background:var(--line);flex:1;max-width:160px;height:1px}.onboard-or b{border:1px solid var(--line);background:var(--surface);width:46px;height:46px;color:var(--text-3);letter-spacing:.08em;border-radius:50%;flex:none;place-items:center;font-size:14px;font-weight:700;display:grid}.ask-head{border-bottom:1px solid var(--line);flex:none;align-items:center;gap:10px;padding:14px 16px;display:flex}.ask-badge{background:var(--accent-weak);width:26px;height:26px;color:var(--accent);border-radius:8px;flex:none;place-items:center;font-size:13px;display:grid}.ask-insights{border-bottom:1px solid var(--line);flex-direction:column;flex:none;gap:10px;padding:14px 16px;display:flex}.insight{border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:6px;padding:12px;display:flex}.insight-kind{letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:600;line-height:16px}.insight-act{color:var(--accent);cursor:pointer;background:0 0;border:0;align-self:flex-start;padding:0;font-size:12px;font-weight:600}.ask-body{flex-direction:column;flex:1;gap:10px;min-height:0;padding:14px 16px;display:flex;overflow:auto}.chat{border:1px solid var(--line);white-space:pre-line;border-radius:12px;max-width:88%;padding:9px 12px;font-size:13px;line-height:20px}.chat.you{background:var(--accent);color:#fff;border-color:var(--accent);align-self:flex-end}.chat.ai{background:var(--bg);color:var(--text);align-self:flex-start}.ask-foot{border-top:1px solid var(--line);flex-direction:column;flex:none;gap:8px;padding:12px 16px 16px;display:flex}.chips{flex-wrap:wrap;gap:6px;display:flex}.chip{border:1px solid var(--line);background:var(--bg);color:var(--muted);font:inherit;cursor:pointer;border-radius:999px;padding:5px 10px;font-size:12px}.chip:hover{background:var(--surface-2)}.store-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:20px;display:grid}.store-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:left;cursor:pointer;flex-direction:column;gap:8px;padding:18px;transition:border-color .12s,box-shadow .12s;display:flex}.store-card:hover{border-color:var(--accent);box-shadow:var(--shadow-sm)}.store-card-head{justify-content:space-between;align-items:center;display:flex}.store-card-name{font-size:15px;font-weight:600}.store-card-host{color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.store-card-link{color:var(--accent);margin-top:4px;font-size:12px}.store-card-new{color:var(--muted);border-style:dashed;flex-direction:row;justify-content:center;align-items:center;gap:8px;font-weight:500}.store-card-new:hover{color:var(--text)}.sa-subnav{border-bottom:1px solid var(--line);background:var(--surface);gap:4px;padding:0 24px;display:flex}.sa-subnav a{color:var(--text-3);border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 14px;font-size:13px;font-weight:500}.sa-subnav a:hover{color:var(--text)}.sa-subnav a.on{color:var(--text);border-bottom-color:var(--accent)}.sa-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start;display:grid}.sa-grid.sa-grid-full{grid-template-columns:minmax(0,1fr)}.sa-grid.sa-grid-full .sa-main{padding-right:0}.sa-main{flex-direction:column;gap:20px;min-width:0;padding-right:24px;display:flex}.sa-rail{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);flex-direction:column;align-self:start;display:flex;position:sticky;top:24px;overflow:hidden}.sa-rail-sec{border-bottom:1px solid var(--line);flex-direction:column;gap:10px;padding:16px 18px;display:flex}.sa-rail-sec:last-child{border-bottom:0}.detail-row{gap:12px;font-size:13px;display:flex}.detail-row .k{color:var(--muted);flex:1}.detail-row .v{text-align:right;font-weight:500}.health{justify-content:flex-end;align-items:center;gap:8px;display:flex}.health-track{background:var(--surface-2);border-radius:3px;width:34px;height:5px;overflow:hidden}.health-fill{border-radius:3px;height:100%}.incident{align-items:flex-start;gap:10px;display:flex}.incident .dot{border-radius:50%;flex:none;width:7px;height:7px;margin-top:6px}.app-shell,.sa-grid{grid-template-columns:1fr}.sa-main{padding-right:0}.sa-rail{margin-top:16px;position:static}.editor{grid-template-columns:1fr}.page-head{flex-direction:column;align-items:stretch}.domain-row{flex-wrap:wrap}.domain-row a{flex-basis:100%}.product-row{grid-template-columns:1fr}@media (width>=48rem){.editor{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.page-head{flex-direction:row;align-items:flex-end}.domain-row{flex-wrap:nowrap}.domain-row a{flex-basis:auto}.product-row{grid-template-columns:1.4fr .8fr 1fr auto}}@media (width>=64rem){.app-shell{grid-template-columns:248px minmax(0,1fr)}.sa-grid{grid-template-columns:minmax(0,1fr) 340px}.sa-main{padding-right:24px}.sa-rail{margin-top:0;position:sticky}}
