:root{--sv-bg:#f4f6fa;--sv-surface:#fff;--sv-surface-raised:#fff;--sv-surface-muted:#eef1f7;--sv-surface-sunken:#e8ecf4;--sv-text:#0a1020;--sv-text-secondary:#4a5468;--sv-text-muted:#667085;--sv-text-on-brand:#fff;--sv-text-inverse:#f6f8fc;--sv-border:#d7ddea;--sv-border-strong:#b6c0d4;--sv-border-subtle:#e6eaf2;--sv-brand:#1d3ad9;--sv-brand-hover:#162eae;--sv-brand-active:#11248a;--sv-brand-subtle:#eef2ff;--sv-brand-text:#1b34b8;--sv-success:#0f8a5f;--sv-success-subtle:#e4f6ee;--sv-success-text:#076343;--sv-warning:#a86616;--sv-warning-subtle:#fdf1de;--sv-warning-text:#7d4a0d;--sv-danger:#c5253c;--sv-danger-hover:#a51b30;--sv-danger-subtle:#fdecef;--sv-danger-text:#96162a;--sv-info:#1f5fbf;--sv-info-subtle:#e8f0fd;--sv-info-text:#17478f;--sv-focus-ring:#2448ff;--sv-focus-ring-shadow:#2448ff47;--sv-overlay:#080c1694;--sv-shadow-sm:0 1px 2px #0a10200f;--sv-shadow:0 6px 20px #0a102014;--sv-shadow-lg:0 24px 70px #0a10202e;--sv-control-height:40px;--sv-control-height-sm:32px;--sv-control-height-lg:48px;--sv-control-radius:10px;--sv-control-padding:16px;--sv-control-font-size:13px;--sv-control-font-weight:650}[data-theme=dark]{--sv-bg:#0b0e16;--sv-surface:#131824;--sv-surface-raised:#181e2c;--sv-surface-muted:#0f1420;--sv-surface-sunken:#090c14;--sv-text:#eef2ff;--sv-text-secondary:#b9c2d6;--sv-text-muted:#98a2b8;--sv-text-on-brand:#fff;--sv-text-inverse:#0a1020;--sv-border:#2a3243;--sv-border-strong:#3c465c;--sv-border-subtle:#1f2634;--sv-brand:#5b7bff;--sv-brand-hover:#7590ff;--sv-brand-active:#4467f0;--sv-brand-subtle:#1a2340;--sv-brand-text:#a8bcff;--sv-success:#3ddc9a;--sv-success-subtle:#10281f;--sv-success-text:#7cf0c2;--sv-warning:#f0b45c;--sv-warning-subtle:#2b2113;--sv-warning-text:#f8d199;--sv-danger:#ff6b80;--sv-danger-hover:#ff8496;--sv-danger-subtle:#2e141a;--sv-danger-text:#ffa3b0;--sv-info:#6f9bf0;--sv-info-subtle:#131f34;--sv-info-text:#a9c5f8;--sv-focus-ring:#7590ff;--sv-focus-ring-shadow:#7590ff57;--sv-overlay:#02040ab8;--sv-shadow-sm:0 1px 2px #0006;--sv-shadow:0 6px 20px #00000073;--sv-shadow-lg:0 24px 70px #0009}:root,[data-theme=dark]{--chrome-paper:var(--sv-surface);--chrome-panel:var(--sv-surface-muted);--chrome-panel-strong:var(--sv-surface-raised);--chrome-border:var(--sv-border);--chrome-shadow:var(--sv-shadow)}.sv-visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.sv-btn{min-height:var(--sv-control-height);padding:0 var(--sv-control-padding);border-radius:var(--sv-control-radius);font-family:inherit;font-size:var(--sv-control-font-size);font-weight:var(--sv-control-font-weight);white-space:nowrap;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;line-height:1.2;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.sv-btn svg{flex:none;width:16px;height:16px}.sv-btn:focus-visible{outline:2px solid var(--sv-focus-ring);outline-offset:2px}.sv-btn:disabled,.sv-btn[aria-disabled=true]{cursor:not-allowed;opacity:1;color:var(--sv-text-muted);border-color:var(--sv-border-subtle);background:var(--sv-surface-muted)}.sv-btn--primary{color:var(--sv-text-on-brand);background:var(--sv-brand);border-color:var(--sv-brand)}.sv-btn--primary:hover:not(:disabled){background:var(--sv-brand-hover);border-color:var(--sv-brand-hover)}.sv-btn--primary:active:not(:disabled){background:var(--sv-brand-active);border-color:var(--sv-brand-active)}.sv-btn--secondary{color:var(--sv-text);background:var(--sv-surface);border-color:var(--sv-border-strong)}.sv-btn--secondary:hover:not(:disabled){background:var(--sv-surface-muted);border-color:var(--sv-brand);color:var(--sv-brand-text)}.sv-btn--tertiary{color:var(--sv-text-secondary);background:0 0;border-color:#0000}.sv-btn--tertiary:hover:not(:disabled){background:var(--sv-surface-muted);color:var(--sv-text)}.sv-btn--destructive{color:var(--sv-danger-text);border-color:var(--sv-danger);background:0 0}.sv-btn--destructive:hover:not(:disabled){color:#fff;background:var(--sv-danger);border-color:var(--sv-danger)}[data-theme=dark] .sv-btn--destructive:hover:not(:disabled){color:var(--sv-text-inverse)}.sv-btn--destructive:active:not(:disabled){background:var(--sv-danger-hover);border-color:var(--sv-danger-hover)}.sv-btn--link{min-height:auto;color:var(--sv-brand-text);text-underline-offset:3px;background:0 0;border:0;padding:0;font-weight:600;text-decoration:underline}.sv-btn--link:hover:not(:disabled){color:var(--sv-brand-hover)}.sv-btn--link:disabled{background:0 0;border:0}.sv-btn--icon{width:var(--sv-control-height);min-width:var(--sv-control-height);color:var(--sv-text-secondary);background:0 0;border-color:#0000;padding:0}.sv-btn--icon:hover:not(:disabled){background:var(--sv-surface-muted);color:var(--sv-text)}.sv-btn--sm{min-height:var(--sv-control-height-sm);padding:0 12px;font-size:12px}.sv-btn--sm.sv-btn--icon{width:var(--sv-control-height-sm);min-width:var(--sv-control-height-sm)}.sv-btn--lg{min-height:var(--sv-control-height-lg);padding:0 22px;font-size:14px}.sv-btn--block{width:100%}.sv-btn__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;flex:none;width:14px;height:14px;animation:.6s linear infinite sv-spin}@keyframes sv-spin{to{transform:rotate(360deg)}}.sv-action-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.sv-action-row--end{justify-content:flex-end}.sv-action-row--split{justify-content:space-between}.chrome-button.chrome-button{min-height:var(--sv-control-height);padding:0 var(--sv-control-padding);border-radius:var(--sv-control-radius);box-shadow:none;font-size:var(--sv-control-font-size);font-weight:var(--sv-control-font-weight);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;line-height:1.2;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex;transform:none}.chrome-button.chrome-button:hover:not(:disabled){transform:none}.chrome-button.chrome-button:focus-visible{outline:2px solid var(--sv-focus-ring);outline-offset:2px}.chrome-button.chrome-button:disabled{opacity:1;cursor:not-allowed;color:var(--sv-text-muted);border-color:var(--sv-border-subtle);background:var(--sv-surface-muted)}.chrome-button.chrome-button--secondary{color:var(--sv-text);background:var(--sv-surface);border-color:var(--sv-border-strong)}.chrome-button.chrome-button--secondary:hover:not(:disabled){color:var(--sv-brand-text);background:var(--sv-surface-muted);border-color:var(--sv-brand)}.chrome-button.chrome-button--chrome,.chrome-button.chrome-button--primary{color:var(--sv-text-on-brand);background:var(--sv-brand);border-color:var(--sv-brand)}.chrome-button.chrome-button--chrome:hover:not(:disabled),.chrome-button.chrome-button--primary:hover:not(:disabled){background:var(--sv-brand-hover);border-color:var(--sv-brand-hover)}.chrome-button.chrome-button--danger{color:var(--sv-danger-text);border-color:var(--sv-danger);background:0 0}.chrome-button.chrome-button--danger:hover:not(:disabled){color:#fff;background:var(--sv-danger);border-color:var(--sv-danger)}[data-theme=dark] .chrome-button.chrome-button--danger:hover:not(:disabled){color:var(--sv-text-inverse)}.chrome-workspace-tabs{border-color:var(--sv-border);background:var(--sv-surface-muted)}.chrome-workspace-tabs button.is-active{color:var(--sv-text-on-brand);background:var(--sv-brand)}.chrome-advanced-embed{display:block}.chrome-advanced-embedded-actions{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.chrome-training-tabs{margin-bottom:18px}.sv-tabs{border:1px solid var(--sv-border);background:var(--sv-surface-muted);border-radius:12px;flex-wrap:wrap;gap:4px;padding:4px;display:flex}.sv-tabs__tab{min-height:var(--sv-control-height);color:var(--sv-text-secondary);font-family:inherit;font-size:var(--sv-control-font-size);font-weight:var(--sv-control-font-weight);white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:0 16px;transition:background-color .15s,color .15s}.sv-tabs__tab:hover:not([aria-selected=true]){color:var(--sv-text);background:var(--sv-surface)}.sv-tabs__tab[aria-selected=true]{color:var(--sv-text-on-brand);background:var(--sv-brand);border-color:var(--sv-brand)}.sv-tabs__tab:focus-visible{outline:2px solid var(--sv-focus-ring);outline-offset:2px}.sv-tabs__count{background:#7f7f7f38;border-radius:999px;margin-left:8px;padding:1px 7px;font-size:11px;font-weight:700}.sv-tabs__tab[aria-selected=true] .sv-tabs__count{background:#ffffff42}.sv-field{gap:6px;min-width:0;display:grid}.sv-field__label{color:var(--sv-text-secondary);font-size:12px;font-weight:650}.sv-field__hint{color:var(--sv-text-muted);font-size:12px}.sv-field__error{color:var(--sv-danger-text);font-size:12px;font-weight:600}.sv-input,.sv-select,.sv-textarea{width:100%;min-height:var(--sv-control-height);color:var(--sv-text);border:1px solid var(--sv-border);border-radius:var(--sv-control-radius);background:var(--sv-surface);padding:8px 12px;font-family:inherit;font-size:14px}.sv-textarea{resize:vertical;min-height:88px}.sv-input::-moz-placeholder{color:var(--sv-text-muted);opacity:1}.sv-textarea::-moz-placeholder{color:var(--sv-text-muted);opacity:1}.sv-input::placeholder,.sv-textarea::placeholder{color:var(--sv-text-muted);opacity:1}.sv-input:focus-visible,.sv-select:focus-visible,.sv-textarea:focus-visible{border-color:var(--sv-focus-ring);box-shadow:0 0 0 3px var(--sv-focus-ring-shadow);outline:none}.sv-input:disabled,.sv-select:disabled,.sv-textarea:disabled{color:var(--sv-text-muted);background:var(--sv-surface-muted);cursor:not-allowed}.sv-search{width:100%;min-width:0;display:block;position:relative}.sv-search__icon{width:16px;height:16px;color:var(--sv-text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.sv-search__input{width:100%;min-height:var(--sv-control-height);color:var(--sv-text);border:1px solid var(--sv-border);border-radius:var(--sv-control-radius);background:var(--sv-surface);padding:8px 38px 8px 36px;font-family:inherit;font-size:14px}.sv-search__input::placeholder{color:var(--sv-text-muted);opacity:1}.sv-search__input:focus-visible{border-color:var(--sv-focus-ring);box-shadow:0 0 0 3px var(--sv-focus-ring-shadow);outline:none}.sv-search__clear{width:28px;height:28px;color:var(--sv-text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.sv-search__clear:hover{color:var(--sv-text);background:var(--sv-surface-muted)}.sv-search__clear:focus-visible{outline:2px solid var(--sv-focus-ring);outline-offset:1px}.sv-alert{border:1px solid var(--sv-border);background:var(--sv-surface-muted);color:var(--sv-text);border-radius:12px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.sv-alert__body{flex:1;gap:3px;min-width:0;display:grid}.sv-alert__title{font-size:13px;font-weight:700}.sv-alert__text{color:var(--sv-text-secondary);font-size:13px;line-height:1.5}.sv-alert--info{border-color:var(--sv-info);background:var(--sv-info-subtle)}.sv-alert--info .sv-alert__title{color:var(--sv-info-text)}.sv-alert--warning{border-color:var(--sv-warning);background:var(--sv-warning-subtle)}.sv-alert--warning .sv-alert__title{color:var(--sv-warning-text)}.sv-alert--danger{border-color:var(--sv-danger);background:var(--sv-danger-subtle)}.sv-alert--danger .sv-alert__title{color:var(--sv-danger-text)}.sv-alert--success{border-color:var(--sv-success);background:var(--sv-success-subtle)}.sv-alert--success .sv-alert__title{color:var(--sv-success-text)}.sv-state{text-align:center;justify-items:center;gap:10px;padding:44px 24px;display:grid}.sv-state__icon{width:44px;height:44px;color:var(--sv-text-muted);border:1px solid var(--sv-border);background:var(--sv-surface-muted);border-radius:12px;place-items:center;display:grid}.sv-state__title{color:var(--sv-text);margin:0;font-size:16px;font-weight:700}.sv-state__body{max-width:46ch;color:var(--sv-text-secondary);margin:0;font-size:13px;line-height:1.6}.sv-state__actions{margin-top:6px}.sv-state--error .sv-state__icon{color:var(--sv-danger-text);border-color:var(--sv-danger);background:var(--sv-danger-subtle)}.sv-skeleton{background:linear-gradient(90deg, var(--sv-surface-muted) 25%, var(--sv-surface-sunken) 50%, var(--sv-surface-muted) 75%);background-size:200% 100%;border-radius:8px;animation:1.4s ease-in-out infinite sv-shimmer}@keyframes sv-shimmer{to{background-position:-200% 0}}.sv-dialog-layer{z-index:240;background:var(--sv-overlay);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.sv-dialog{width:min(520px,100%);max-height:calc(100dvh - 40px);color:var(--sv-text);border:1px solid var(--sv-border);background:var(--sv-surface);box-shadow:var(--sv-shadow-lg);border-radius:16px;padding:24px;position:relative;overflow:auto}.sv-dialog__eyebrow{color:var(--sv-text-muted);letter-spacing:.1em;font-size:11px;font-weight:700}.sv-dialog__title{margin:8px 0 10px;font-size:20px;font-weight:700}.sv-dialog__body{color:var(--sv-text-secondary);margin:0;font-size:14px;line-height:1.6}.sv-dialog__footer{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.sv-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.sv-page-header__text{gap:6px;min-width:0;display:grid}.sv-page-header__eyebrow{color:var(--sv-brand-text);letter-spacing:.12em;font-size:11px;font-weight:800}.sv-page-header__title{margin:0;font-size:clamp(22px,3vw,32px);font-weight:700;line-height:1.15}.sv-page-header__body{max-width:68ch;color:var(--sv-text-secondary);margin:0;font-size:14px;line-height:1.6}.sv-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.sv-section-header__title{margin:0;font-size:15px;font-weight:700}.sv-section-header__body{color:var(--sv-text-secondary);margin:2px 0 0;font-size:13px}.sv-card{border:1px solid var(--sv-border);background:var(--sv-surface);box-shadow:var(--sv-shadow-sm);border-radius:14px;padding:18px}.sv-card--muted{background:var(--sv-surface-muted);box-shadow:none}@media (prefers-reduced-motion:reduce){.sv-btn,.sv-tabs__tab,.sv-input,.sv-search__input{transition:none}.sv-skeleton,.sv-btn__spinner{animation:none}}.chrome-inbox-search{padding:0 18px 14px}.chrome-conversation-list>header{height:auto!important;padding-bottom:12px!important}.chrome-conversation-list>header span{color:var(--sv-text-muted)!important;font-size:12px!important}.chrome-conversation-list>header h2{color:var(--sv-text)}.chrome-inbox-stale{border:1px solid var(--sv-warning);background:var(--sv-warning-subtle);color:var(--sv-warning-text);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:0 18px 12px;padding:10px 12px;font-size:12px;display:flex}.chrome-inbox-empty{padding:34px 18px}@media (width<=1180px){.chrome-conversation-workspace .chrome-context-panel{display:none}}.chrome-page-tabs{margin-bottom:20px}.chrome-catalogue-counts{color:var(--sv-text-secondary);gap:18px;margin-bottom:14px;font-size:13px;display:flex}.chrome-catalogue-counts strong{color:var(--sv-text)}.chrome-privacy-sections{gap:16px;display:grid}.chrome-danger-zone{border-color:var(--sv-danger)!important}.chrome-troubleshoot-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin:16px 0;display:grid}.chrome-troubleshoot-item{border:1px solid var(--sv-border);background:var(--sv-surface);border-radius:12px;padding:16px}.chrome-troubleshoot-item h3{color:var(--sv-text);margin:0 0 6px;font-size:14px;font-weight:700}.chrome-troubleshoot-item p{color:var(--sv-text-secondary);margin:0;font-size:13px;line-height:1.6}.chrome-ai-boundary-list{gap:12px;margin:14px 0 0;padding:0;list-style:none;display:grid}.chrome-ai-boundary-list li{gap:2px;display:grid}.chrome-ai-boundary-list strong{color:var(--sv-text);font-size:13px}.chrome-ai-boundary-list span{color:var(--sv-text-secondary);font-size:13px}.chrome-ai-performance{padding:18px}.chrome-degraded{border-color:var(--sv-warning)!important;background:var(--sv-warning-subtle)!important;color:var(--sv-warning-text)!important}.chrome-now-panel,.chrome-signal-flow,.chrome-recommendation,.chrome-message--human,.chrome-admin-section-nav,.chrome-service-health,.chrome-commerce-strip,.chrome-review-evidence article.is-ai{--chrome-ink:#eef2ff;--chrome-muted:#b6c0d4;--chrome-quiet:#9aa4ba;--sv-text:#eef2ff;--sv-text-secondary:#c3cbdc;--sv-text-muted:#a8b2c6;--sv-border:#2a3243;--sv-surface:#131824;--sv-surface-muted:#0f1420}.chrome-now-panel .chrome-empty-inline b,.chrome-signal-flow .chrome-empty-inline b,.chrome-recommendation .chrome-empty-inline b{color:var(--chrome-ink)}.chrome-empty-inline b{color:var(--sv-text)}.chrome-empty-inline span,.chrome-mobile-bottom small,.chrome-admin-mobile-bottom small{color:var(--sv-text-secondary)}.chrome-mobile-bottom a.is-active small,.chrome-admin-mobile-bottom a.is-active small{color:var(--sv-brand)}.chrome-mobile-bottom a,.chrome-admin-mobile-bottom a{color:var(--sv-text-secondary)}.chrome-mobile-bottom a.is-active,.chrome-admin-mobile-bottom a.is-active{color:var(--sv-brand)}.chrome-os input::-moz-placeholder{color:var(--sv-text-muted);opacity:1}.chrome-os textarea::-moz-placeholder{color:var(--sv-text-muted);opacity:1}.chrome-admin-os input::-moz-placeholder{color:var(--sv-text-muted);opacity:1}.chrome-admin-os textarea::-moz-placeholder{color:var(--sv-text-muted);opacity:1}.chrome-os input::placeholder,.chrome-os textarea::placeholder,.chrome-admin-os input::placeholder,.chrome-admin-os textarea::placeholder{color:var(--sv-text-muted);opacity:1}.chrome-conversation-list>header span,.chrome-inbox-views>button{color:var(--sv-text-secondary)}.chrome-os button:disabled,.chrome-admin-os button:disabled{color:var(--sv-text-muted)}.chrome-safe-model{flex-wrap:wrap;align-items:center;gap:8px 16px;display:flex}.chrome-safe-model>span{flex-basis:100%}.chrome-safe-model h2{flex:auto;min-width:0;margin:4px 0}.chrome-safe-model p{flex-basis:100%}.chrome-safe-model .chrome-status{flex:none;position:static!important;top:auto!important;right:auto!important}.chrome-automation-tools label:focus-within,.chrome-directory-tools label:focus-within,.chrome-ledger-tools label:focus-within,.chrome-admin-topline label:focus-within,.chrome-review-queue label:focus-within{border-color:var(--sv-focus-ring);box-shadow:0 0 0 3px var(--sv-focus-ring-shadow)}.chrome-status{font-weight:700}.chrome-status--coral{color:var(--sv-danger-text)}.chrome-status--aqua{color:var(--sv-success-text)}.chrome-status--amber{color:var(--sv-warning-text)}@media (width<=900px){.chrome-mobile-bottom a,.chrome-admin-mobile-bottom a{min-height:48px}}[data-theme=dark] .chrome-os .chrome-page-header span,[data-theme=dark] .chrome-os .chrome-topline span,[data-theme=dark] .sv-page-header__eyebrow{color:var(--sv-brand-text)}[data-theme=dark] .sv-tabs__tab[aria-selected=true],[data-theme=dark] .chrome-workspace-tabs button.is-active,[data-theme=dark] .sv-btn--primary,[data-theme=dark] .chrome-button.chrome-button--primary,[data-theme=dark] .chrome-button.chrome-button--chrome{color:var(--sv-text-inverse)}.chrome-user-orb,.chrome-avatar{color:#0a1020}[data-theme=dark] .chrome-os,[data-theme=dark] .chrome-admin-os{--chrome-cobalt:#8aa4ff}[data-theme=dark] .chrome-os .chrome-global-rail nav a.is-active,[data-theme=dark] .chrome-admin-os .chrome-admin-rail nav a.is-active{color:var(--sv-text-inverse)}[data-theme=dark] .chrome-mobile-bottom,[data-theme=dark] .chrome-admin-mobile-bottom,[data-theme=dark] .chrome-mobile-topbar{border-color:var(--sv-border);background:color-mix(in srgb, var(--sv-surface) 96%, transparent)}.sv-tabs__count{color:var(--sv-text-secondary);background:var(--sv-surface-sunken)}.sv-tabs__tab[aria-selected=true] .sv-tabs__count{color:var(--sv-text-on-brand);background:#00000047}[data-theme=dark] .sv-tabs__tab[aria-selected=true] .sv-tabs__count{color:var(--sv-text-inverse);background:#ffffff57}.chrome-switch-row strong,.chrome-switch-stack strong{color:var(--sv-text)}.chrome-switch-row small,.chrome-switch-stack small,.chrome-inbox-views small,.chrome-section-nav small,.chrome-admin-section-nav small,.chrome-command-search{color:var(--sv-text-secondary)}.chrome-command-search kbd{color:var(--sv-text);border-color:var(--sv-border)}.chrome-inbox-views>button b,.chrome-section-nav>button b,.chrome-directory-segments b,.chrome-customer-table b,.chrome-order-table b{color:var(--sv-text);background:var(--sv-surface-sunken)}.chrome-status--coral{color:var(--sv-danger-text);background:var(--sv-danger-subtle)}.chrome-status--aqua{color:var(--sv-success-text);background:var(--sv-success-subtle)}.chrome-status--amber{color:var(--sv-warning-text);background:var(--sv-warning-subtle)}.chrome-status--lilac,.chrome-status--silver{color:var(--sv-text-secondary);background:var(--sv-surface-muted)}.sellavie-cookie-notice a,.text-emerald-400{color:var(--sv-success-text)!important}[data-theme=dark] .sellavie-cookie-notice a,[data-theme=dark] .text-emerald-400{color:var(--sv-success)!important}.chrome-os .chrome-now-panel .chrome-empty-inline b,.chrome-os .chrome-now-panel p,.chrome-os .chrome-signal-flow p,.chrome-os .chrome-recommendation p{color:var(--chrome-ink)}.chrome-os .chrome-now-panel .chrome-empty-inline span,.chrome-os .chrome-now-panel>header p,.chrome-os .chrome-signal-flow small,.chrome-os .chrome-recommendation small{color:var(--chrome-muted)}.chrome-os .chrome-button.chrome-button--chrome,.chrome-os .chrome-button.chrome-button--primary,.chrome-admin-os .chrome-button.chrome-button--chrome,.chrome-admin-os .chrome-button.chrome-button--primary{color:#fff;background:var(--sv-brand);border-color:var(--sv-brand)}[data-theme=dark] .chrome-os .chrome-button.chrome-button--chrome,[data-theme=dark] .chrome-os .chrome-button.chrome-button--primary,[data-theme=dark] .chrome-admin-os .chrome-button.chrome-button--chrome,[data-theme=dark] .chrome-admin-os .chrome-button.chrome-button--primary{color:var(--sv-text-inverse)}.chrome-os .chrome-command-search{color:var(--sv-text-secondary)}.chrome-os .chrome-now-panel>header p,.chrome-os .chrome-now-panel .chrome-empty-inline span{color:var(--chrome-muted)}.chrome-os .chrome-now-panel .chrome-empty-inline b{color:var(--chrome-ink)}.chrome-os .chrome-inbox-views>small,.chrome-os .chrome-section-nav>small,.chrome-admin-os .chrome-admin-section-nav>small{color:var(--sv-text-secondary)}.chrome-os .chrome-section-nav>button>b,.chrome-os .chrome-inbox-views>button>b{color:var(--sv-text);background:var(--sv-surface-sunken)}.chrome-os .chrome-switch-row strong,.chrome-os .chrome-switch-stack strong,.chrome-admin-os .chrome-switch-row strong{color:var(--sv-text)}.chrome-os .chrome-switch-row small,.chrome-os .chrome-switch-stack small,.chrome-admin-os .chrome-switch-row small{color:var(--sv-text-secondary)}.chrome-os .chrome-status--coral,.chrome-admin-os .chrome-status--coral{color:var(--sv-danger-text);background:var(--sv-danger-subtle)}.chrome-os .chrome-status--aqua,.chrome-admin-os .chrome-status--aqua{color:var(--sv-success-text);background:var(--sv-success-subtle)}.chrome-os .chrome-user-orb,.chrome-os .chrome-avatar,.chrome-os .chrome-channel-icon,.chrome-os .chrome-platform-icon,.chrome-admin-os .chrome-avatar,.chrome-admin-os .chrome-user-orb{color:#0a1020}.chrome-os .chrome-platform-icon.platform-facebook{color:#fff}[data-theme=dark] .chrome-os .chrome-topline strong,[data-theme=dark] .chrome-os .chrome-section-nav>strong,[data-theme=dark] .chrome-os .chrome-section-nav>h2,[data-theme=dark] .chrome-os .chrome-inbox-views>header h2,[data-theme=dark] .chrome-os .chrome-inbox-views>header strong,[data-theme=dark] .chrome-os .chrome-conversation-list>header h2,[data-theme=dark] .chrome-os .chrome-conversation-list>header span{color:var(--sv-text)}[data-theme=dark] .chrome-os .chrome-topline span{color:var(--sv-brand-text)}[data-theme=dark] .chrome-os .chrome-inbox-views,[data-theme=dark] .chrome-os .chrome-section-nav,[data-theme=dark] .chrome-os .chrome-directory,[data-theme=dark] .chrome-os .chrome-settings-main{background:var(--sv-surface);border-color:var(--sv-border)}.chrome-os .chrome-section-nav>button.is-active,.chrome-os .chrome-inbox-views>button.is-active,.chrome-os .chrome-directory-segments>button.is-active,[data-theme=dark] .chrome-os .chrome-section-nav>button.is-active,[data-theme=dark] .chrome-os .chrome-inbox-views>button.is-active,[data-theme=dark] .chrome-os .chrome-directory-segments>button.is-active{color:var(--sv-text);background:var(--sv-brand-subtle)}.chrome-os .chrome-ledger-head span,.chrome-os .chrome-general-table>header span,.chrome-os .chrome-flow-table>header span,.chrome-os .chrome-directory>header span,.chrome-os .chrome-select,.chrome-admin-os .chrome-gate-table>header span{color:var(--sv-text-secondary)}.chrome-os .chrome-platform-grid article>b{color:var(--sv-danger-text)}.chrome-os .chrome-platform-grid article>b.is-connected{color:var(--sv-success-text)}.chrome-os .chrome-channel-icon,.chrome-os .chrome-platform-icon{color:#0a1020}.chrome-os .chrome-channel-icon--cobalt,.chrome-os .chrome-platform-icon.platform-facebook{color:#fff;background:var(--sv-brand)}.chrome-os .chrome-mobile-drawer span,.chrome-os .chrome-rail-item span{color:inherit}[data-theme=dark] .chrome-os,[data-theme=dark] .chrome-admin-os{--chrome-quiet:#a4aec3;--chrome-muted:#b6c0d4}[data-theme=dark] .chrome-os .chrome-ledger-head span,[data-theme=dark] .chrome-os .chrome-general-table>header span,[data-theme=dark] .chrome-os .chrome-directory>header span,[data-theme=dark] .chrome-os .chrome-order-table>header span,[data-theme=dark] .chrome-os .chrome-customer-table>header span,[data-theme=dark] .chrome-os .chrome-empty-state>span,[data-theme=dark] .chrome-os .chrome-empty-inline>span{color:var(--sv-text-secondary)}[data-theme=dark] .chrome-os .chrome-section-nav>button.is-active,[data-theme=dark] .chrome-os .chrome-directory-segments>button.is-active,[data-theme=dark] .chrome-os .chrome-inbox-views>button.is-active{color:var(--sv-text)!important}[data-theme=dark] .chrome-os .chrome-section-nav>button>b,[data-theme=dark] .chrome-os .chrome-inbox-views>button>b,[data-theme=dark] .chrome-os .chrome-directory-segments>button>b{color:var(--sv-text);background:var(--sv-surface-sunken)}.chrome-os .chrome-empty-state>span:first-child{color:var(--sv-text-secondary);background:var(--sv-surface-muted)}.chrome-os .chrome-platform-icon.platform-facebook,.chrome-os .chrome-channel-icon--cobalt{color:#fff;background:#1d3ad9}[data-theme=dark] .chrome-os [class*=-head]>span,[data-theme=dark] .chrome-os [class*=-table]>header>span,[data-theme=dark] .chrome-os [class*=-list]>header>span,[data-theme=dark] .chrome-os .chrome-thread-placeholder span,[data-theme=dark] .chrome-os .chrome-empty-state span{color:var(--sv-text-secondary)}.chrome-os [class*=tone-bg-],.chrome-admin-os [class*=tone-bg-]{color:#0a1020}.chrome-os .tone-bg-cobalt,.chrome-admin-os .tone-bg-cobalt{color:#fff}.chrome-os button.is-active,.chrome-admin-os button.is-active{color:var(--sv-text)}.chrome-os .sv-tabs__tab.is-active,.chrome-os .sv-tabs__tab[aria-selected=true]{color:var(--sv-text-on-brand)}[data-theme=dark] .chrome-os .sv-tabs__tab[aria-selected=true]{color:var(--sv-text-inverse)}.chrome-os .chrome-global-rail,.chrome-admin-os .chrome-admin-rail{--chrome-quiet:#a4aec3;--chrome-muted:#b6c0d4}.chrome-os .chrome-global-rail>small,.chrome-admin-os .chrome-admin-rail>small{color:#c3cbdc}.chrome-os .chrome-now-panel .chrome-empty-inline b,.chrome-os .chrome-signal-flow .chrome-empty-inline b{color:inherit!important}.chrome-os .chrome-now-panel .chrome-empty-inline span,.chrome-os .chrome-now-panel>header p,.chrome-os .chrome-signal-flow .chrome-empty-inline span,.chrome-os .chrome-signal-flow>p{opacity:.82;color:inherit!important}[data-theme=dark] .chrome-os .chrome-ledger-head>span,[data-theme=dark] .chrome-os .chrome-directory-head>span,[data-theme=dark] .chrome-os .chrome-order-ledger .chrome-ledger-head>span,[data-theme=dark] .chrome-os .chrome-thread-placeholder>span{color:#b9c2d6!important}[data-theme=dark] .chrome-os .chrome-directory-segments>button.is-active,[data-theme=dark] .chrome-os .chrome-ledger-segments>button.is-active{color:#eef2ff!important}[data-theme=dark] .chrome-os .chrome-ledger-head span,[data-theme=dark] .chrome-os .chrome-directory-head span{color:#b9c2d6}.chrome-os .chrome-thread-placeholder>span:first-child{color:var(--sv-text-secondary);background:var(--sv-surface-muted)}.chrome-os .chrome-ledger-segments>button.is-active,.chrome-os .chrome-commerce-segments>button.is-active{background:var(--sv-brand-subtle);color:var(--sv-text)!important}.chrome-os .chrome-now-panel{color:#eef2ff;background:var(--chrome-night);border-color:var(--chrome-dark-line)}.chrome-os .chrome-now-panel .chrome-empty-inline{background:0 0}.chrome-os .chrome-single-page button.is-active,.chrome-os .chrome-commerce-page button.is-active,.chrome-os .chrome-handoff-grid button.is-active,.chrome-os section button.is-active{color:var(--sv-text);background:var(--sv-brand-subtle)}.chrome-os .chrome-now-panel>header>span{color:#a4dfd0}.chrome-os .chrome-commerce-page .chrome-ledger-segments button.is-active,.chrome-os .chrome-order-ledger button.is-active,[data-theme=dark] .chrome-os button.is-active{color:var(--sv-text)!important}[data-theme=dark] .chrome-os button.is-active{background:var(--sv-brand-subtle)!important;color:var(--sv-text)!important}.sv-switch{align-items:center;gap:10px;display:inline-flex}.sv-switch__control{cursor:pointer;background:0 0;border:0;flex:none;padding:0;line-height:0}.sv-switch__control:disabled{cursor:not-allowed;opacity:.55}.sv-switch__control:focus-visible{outline:2px solid var(--sv-focus-ring);outline-offset:3px;border-radius:999px}.sv-switch__track{border:1px solid var(--sv-border-strong);background:var(--sv-surface-muted);border-radius:999px;width:42px;height:24px;padding:3px;transition:background-color .15s,border-color .15s;display:block}.sv-switch__thumb{background:var(--sv-text-muted);border-radius:50%;width:16px;height:16px;transition:transform .15s,background-color .15s;display:block}.sv-switch__control[aria-checked=true] .sv-switch__track{background:var(--sv-brand);border-color:var(--sv-brand)}.sv-switch__control[aria-checked=true] .sv-switch__thumb{background:#fff;transform:translate(18px)}.sv-switch__text{cursor:pointer;gap:2px;display:grid}.sv-switch__label{color:var(--sv-text);font-size:13px;font-weight:650}.sv-switch__description{color:var(--sv-text-secondary);font-size:12px}@media (prefers-reduced-motion:reduce){.sv-switch__track,.sv-switch__thumb{transition:none}}.chrome-safe-model .chrome-status,.chrome-safe-model .chrome-status--coral{color:#ffd7de;background:#c5253c57;border:1px solid #ff8a9c80}.chrome-command-search{min-height:var(--sv-control-height);color:var(--sv-text-secondary);border:1px solid var(--sv-border);border-radius:var(--sv-control-radius);background:var(--sv-surface);font:inherit;cursor:pointer;align-items:center;gap:8px;padding:0 14px;font-size:13px;display:inline-flex}.chrome-command-search:hover{border-color:var(--sv-brand);color:var(--sv-text)}.chrome-command-search:focus-visible{outline:2px solid var(--sv-focus-ring);outline-offset:2px}.chrome-command-search svg{width:16px;height:16px}.chrome-os a.is-active,.chrome-admin-os a.is-active,[data-theme=dark] .chrome-os a.is-active,[data-theme=dark] .chrome-admin-os a.is-active{color:var(--sv-text)}.chrome-safe-model .chrome-status,.chrome-safe-model .chrome-status--coral{color:#ffe9ee}.sv-text-brand{color:var(--sv-brand-text)}[data-theme=dark] .chrome-admin-os{--chrome-ice:#1a2340;--chrome-canvas:#0b0e16;--chrome-ink:#eef2ff;--chrome-line:#262d3c;--chrome-muted:#a7b0c4;--chrome-quiet:#7f899e;--chrome-white:#121724;--chrome-silver:#293143;background:var(--chrome-canvas);color:var(--chrome-ink)}[data-theme=dark] .chrome-admin-os .sellavie-admin-embedded{color:#eef2ff}[data-theme=dark] .chrome-admin-os .sellavie-admin-embedded .bg-amber-500\/10{background:#2b2113;border-color:#f5be6061}[data-theme=dark] .chrome-admin-os .sellavie-admin-embedded .text-amber-200,[data-theme=dark] .chrome-admin-os .sellavie-admin-embedded .text-amber-100\/70,[data-theme=dark] .chrome-admin-os .sellavie-admin-embedded .text-amber-100\/50{color:#f8d199}[data-theme=dark] .chrome-admin-os .sellavie-admin-embedded .bg-amber-500\/15{color:#2b2113;background:#f0b45c}.chrome-admin-section{padding:clamp(20px,3vw,34px)}.chrome-admin-section>.chrome-admin-heading{background:0 0;justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:22px;padding:0;display:flex}.chrome-admin-section>.chrome-admin-heading>div:first-child{min-width:0;max-width:760px}.chrome-admin-section>.chrome-admin-heading span{color:var(--sv-brand);letter-spacing:.14em;font-size:10px;font-weight:850}.chrome-admin-section>.chrome-admin-heading h1{color:var(--sv-text);letter-spacing:-.035em;margin:8px 0 6px;font-size:clamp(24px,3vw,34px);line-height:1.04}.chrome-admin-section>.chrome-admin-heading p{color:var(--sv-text-secondary);margin:0;font-size:13px;line-height:1.6}.chrome-admin-heading__actions{flex-wrap:wrap;gap:9px;display:flex}.chrome-admin-log{overflow:hidden}.chrome-admin-log-row{border-bottom:1px solid var(--sv-border-subtle);justify-content:space-between;align-items:baseline;gap:16px;padding:13px 18px;display:flex}.chrome-admin-log-row:last-child{border-bottom:0}.chrome-admin-log-row>div{min-width:0}.chrome-admin-log-row strong{color:var(--sv-text);text-transform:capitalize;font-size:13px;display:block}.chrome-admin-log-row span{color:var(--sv-text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;display:block;overflow:hidden}.chrome-admin-log-row time{color:var(--sv-text-muted);white-space:nowrap;flex:none;font-size:11px}@media (width<=760px){.chrome-admin-section>.chrome-admin-heading{display:block}.chrome-admin-heading__actions{margin-top:16px}.chrome-admin-heading__actions .chrome-button{flex:auto}.chrome-admin-log-row{display:block}.chrome-admin-log-row time{margin-top:6px;display:block}}.chrome-admin-switches{padding:4px 16px 8px}.chrome-admin-switches .chrome-switch-row{border-bottom:1px solid var(--sv-border-subtle);cursor:pointer;align-items:flex-start;gap:13px;margin:0;padding:15px 2px;display:flex}.chrome-admin-switches .chrome-switch-row:last-child{border-bottom:0}.chrome-admin-switches .chrome-switch-row>input{width:18px;height:18px;min-height:0;accent-color:var(--sv-brand);box-shadow:none;border-radius:4px;flex:none;margin:2px 0 0;padding:0}.chrome-admin-switches .chrome-switch-row>span{flex:auto;min-width:0}.chrome-admin-switches .chrome-switch-row strong{color:var(--sv-text);font-size:13px;display:block}.chrome-admin-switches .chrome-switch-row small{color:var(--sv-text-secondary);margin-top:4px;font-size:12px;font-weight:450;line-height:1.5;display:block}.chrome-admin-provider-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;display:grid}.chrome-admin-provider{padding:18px}.chrome-admin-card.chrome-admin-provider>header,.chrome-admin-card.chrome-admin-promo>header{color:var(--sv-text);font-size:inherit;font-weight:inherit;letter-spacing:normal;text-transform:none;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.chrome-admin-provider>header strong{color:var(--sv-text);font-size:16px;display:block}.chrome-admin-provider>header span{color:var(--sv-text-muted);margin-top:3px;font-size:11px;display:block}.chrome-admin-provider>p{color:var(--sv-text-secondary);margin:12px 0 0;font-size:12px;line-height:1.55}.chrome-admin-provider__toggle{color:var(--sv-text-secondary);cursor:pointer;flex:none;align-items:center;gap:8px;font-size:11px;font-weight:700;display:inline-flex}.chrome-admin-provider__toggle input{width:17px;height:17px;min-height:0;accent-color:var(--sv-brand);box-shadow:none;border-radius:4px;margin:0;padding:0}.chrome-admin-keys{gap:7px;margin:14px 0 0;display:grid}.chrome-admin-keys>div{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.chrome-admin-keys dt{color:var(--sv-text-muted);font-size:12px}.chrome-admin-keys dd{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:650;overflow:hidden}.chrome-admin-keys dd.is-set{color:var(--sv-success-text)}.chrome-admin-keys dd.is-missing{color:var(--sv-text-muted)}.chrome-admin-provider>footer{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.chrome-admin-provider>footer .chrome-button{flex:none}.chrome-admin-webhooks{margin-top:22px;padding:18px}.chrome-admin-webhooks>header{margin-bottom:14px}.chrome-admin-webhooks>header span{color:var(--sv-brand);letter-spacing:.14em;font-size:10px;font-weight:850}.chrome-admin-webhooks>header h2{color:var(--sv-text);margin:6px 0 0;font-size:17px}.chrome-admin-webhook-row{border-bottom:1px solid var(--sv-border-subtle);justify-content:space-between;align-items:center;gap:14px;padding:10px 0;display:flex}.chrome-admin-webhook-row:last-child{border-bottom:0}.chrome-admin-webhook-row strong{color:var(--sv-text);flex:none;font-size:12px}.chrome-admin-webhook-row code{color:var(--sv-text-secondary);border:1px solid var(--sv-border-subtle);background:var(--sv-surface-muted);white-space:nowrap;-webkit-user-select:all;user-select:all;border-radius:7px;padding:6px 10px;font-size:11px;overflow-x:auto}@media (width<=760px){.chrome-admin-provider-grid{grid-template-columns:1fr}.chrome-admin-webhook-row{display:block}.chrome-admin-webhook-row code{margin-top:7px;display:block}}.chrome-admin-promo-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:16px;display:grid}.chrome-admin-promo{padding:18px}.chrome-admin-promo>header{letter-spacing:normal;text-transform:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.chrome-admin-promo>header code{color:var(--sv-brand-text);background:var(--sv-brand-subtle);letter-spacing:.04em;border-radius:7px;padding:5px 10px;font-size:13px;font-weight:700}.chrome-admin-promo__benefits{flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none;display:flex}.chrome-admin-promo__benefits li{color:var(--sv-text-secondary);border:1px solid var(--sv-border-subtle);border-radius:999px;padding:4px 9px;font-size:11px;font-weight:650}.chrome-admin-promo__message{color:var(--sv-text-secondary);margin:12px 0 0;font-size:12px;line-height:1.5}.chrome-admin-promo .chrome-admin-keys{margin-top:14px}.chrome-admin-promo>footer{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}@media (width<=760px){.chrome-admin-promo-grid{grid-template-columns:1fr}}.chrome-admin-provider.is-active{border-color:var(--sv-brand);box-shadow:0 0 0 3px var(--sv-brand-subtle)}.chrome-admin-model{margin-top:14px;display:block}.chrome-admin-model>span{color:var(--sv-text-muted);margin-bottom:6px;font-size:11px;font-weight:700;display:block}.chrome-admin-model select{width:100%;min-height:var(--sv-control-height);color:var(--sv-text);border:1px solid var(--sv-border);border-radius:var(--sv-control-radius);background:var(--sv-surface);padding:0 11px;font-size:12px}.chrome-admin-provider__note{color:var(--sv-text-secondary);margin:12px 0 0;font-size:12px;line-height:1.55}.chrome-admin-model-row>div:first-child{min-width:0}.chrome-admin-model-row strong{color:var(--sv-text);font-size:13px;display:block}.chrome-admin-model-row small{color:var(--sv-text-muted);margin-top:3px;font-size:11px;line-height:1.45;display:block}.chrome-admin-model-row__meta{flex-wrap:wrap;flex:none;align-items:center;gap:8px;display:flex}.chrome-admin-template-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.chrome-admin-template{border:1px solid var(--sv-border-subtle);background:var(--sv-surface-muted);border-radius:11px;padding:15px}.chrome-admin-template strong{color:var(--sv-text);font-size:13px;display:block}.chrome-admin-template>small{color:var(--sv-text-muted);margin-top:3px;font-size:11px;display:block}.chrome-admin-template__subject{color:var(--sv-brand-text);margin:10px 0 0;font-size:12px;font-weight:650}.chrome-admin-template__body{color:var(--sv-text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:7px 0 0;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.chrome-admin-template>footer{gap:8px;margin-top:13px;display:flex}.chrome-admin-template>footer .chrome-button{flex:1}.chrome-admin-composer{margin-top:22px;padding:18px}.chrome-admin-composer>header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.chrome-admin-composer>header span{color:var(--sv-brand);letter-spacing:.14em;font-size:10px;font-weight:850}.chrome-admin-composer>header h2{color:var(--sv-text);margin:6px 0 0;font-size:17px}.chrome-admin-steps{flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;display:flex}.chrome-admin-steps li{color:var(--sv-text-muted);border:1px solid var(--sv-border);border-radius:999px;padding:5px 11px;font-size:11px;font-weight:700}.chrome-admin-steps li.is-active{color:var(--sv-brand-text);border-color:var(--sv-brand);background:var(--sv-brand-subtle)}.chrome-admin-field-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.chrome-admin-field{margin-bottom:14px;display:block}.chrome-admin-field>span{color:var(--sv-text-muted);margin-bottom:6px;font-size:11px;font-weight:700;display:block}.chrome-admin-field input,.chrome-admin-field select,.chrome-admin-field textarea{width:100%;min-height:var(--sv-control-height);color:var(--sv-text);border:1px solid var(--sv-border);border-radius:var(--sv-control-radius);background:var(--sv-surface);padding:9px 11px;font-size:13px}.chrome-admin-field textarea{resize:vertical;line-height:1.55}.chrome-admin-field textarea.is-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.chrome-admin-field>small{color:var(--sv-text-muted);margin-top:5px;font-size:11px;line-height:1.45;display:block}.chrome-admin-field>small.is-error{color:var(--sv-danger-text)}.chrome-admin-composer__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.chrome-admin-preview{border:1px solid var(--sv-border);background:var(--sv-surface);border-radius:12px;overflow:hidden}.chrome-admin-preview>header{border-bottom:1px solid var(--sv-border-subtle);padding:12px 15px}.chrome-admin-preview>header small{color:var(--sv-text-muted);font-size:11px;display:block}.chrome-admin-preview>header strong{color:var(--sv-text);margin-top:4px;font-size:14px;display:block}.chrome-admin-preview__body{color:var(--sv-text-secondary);padding:16px;font-size:13px;line-height:1.6;overflow-x:auto}.chrome-admin-preview__body img{max-width:100%;height:auto}.chrome-admin-review-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;display:grid}.chrome-admin-review-grid>div{border:1px solid var(--sv-border-subtle);background:var(--sv-surface-muted);border-radius:11px;padding:14px}.chrome-admin-review-grid small{color:var(--sv-text-muted);font-size:11px;display:block}.chrome-admin-review-grid strong{color:var(--sv-text);margin-top:5px;font-size:13px;display:block}.chrome-admin-review-grid p{color:var(--sv-text-secondary);margin:6px 0 0;font-size:12px;line-height:1.5}.chrome-admin-campaign-row>div:first-child{min-width:0}.chrome-admin-campaign-row strong{color:var(--sv-text);font-size:13px;display:block}.chrome-admin-campaign-row small{color:var(--sv-text-muted);margin-top:3px;font-size:11px;display:block}@media (width<=760px){.chrome-admin-template-grid{grid-template-columns:1fr}.chrome-admin-composer__actions .chrome-button{flex:auto}}.chrome-admin-stat-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:18px;display:grid}.chrome-admin-stat-row>div{border:1px solid var(--sv-border);background:var(--sv-surface);border-radius:12px;padding:15px 17px}.chrome-admin-stat-row small{color:var(--sv-text-muted);font-size:11px;display:block}.chrome-admin-stat-row strong{color:var(--sv-text);letter-spacing:-.02em;margin-top:6px;font-size:26px;display:block}.chrome-admin-stat-row strong.is-address{overflow-wrap:anywhere;font-size:15px}.chrome-admin-unrouted{border-color:var(--sv-warning)}.chrome-admin-unrouted>header p{max-width:760px;color:var(--sv-text-secondary);margin:8px 0 0;font-size:12px;line-height:1.55}.chrome-admin-unrouted-row{border-bottom:1px solid var(--sv-border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:13px 0;display:flex}.chrome-admin-unrouted-row:last-child{border-bottom:0}.chrome-admin-unrouted-row>div:first-child{flex:260px;min-width:0}.chrome-admin-unrouted-row strong{color:var(--sv-text);overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;display:block}.chrome-admin-unrouted-row small{color:var(--sv-text-muted);margin-top:3px;font-size:11px;display:block}.chrome-admin-unrouted-row__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chrome-admin-unrouted-row select{min-height:var(--sv-control-height-sm);max-width:240px;color:var(--sv-text);border:1px solid var(--sv-border);background:var(--sv-surface);border-radius:8px;padding:0 9px;font-size:11px}.chrome-admin-field--inline{align-items:center;gap:9px;margin:0;display:flex}.chrome-admin-field--inline>span{margin:0}.chrome-admin-field--inline select{width:auto;min-width:180px}.chrome-admin-scroll{max-height:420px;overflow-y:auto}.chrome-admin-event-row>div:first-child{min-width:0}.chrome-admin-event-row strong{color:var(--sv-text);text-transform:capitalize;font-size:13px;display:block}.chrome-admin-event-row small{color:var(--sv-text-muted);text-overflow:ellipsis;margin-top:3px;font-size:11px;display:block;overflow:hidden}.chrome-admin-security-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:16px;margin-top:22px;display:grid}.chrome-admin-security-grid>.chrome-panel{margin-top:0}@media (width<=760px){.chrome-admin-security-grid{grid-template-columns:1fr}.chrome-admin-unrouted-row__actions{width:100%}.chrome-admin-unrouted-row select{flex:100%;max-width:none}}.chrome-admin-rail__footer{place-items:center;gap:10px;margin-top:auto;display:grid}.chrome-admin-rail__footer>button:first-child{border-radius:10px;width:40px;height:40px;min-height:0;padding:0}.chrome-admin-section-index{margin:0;padding:0;list-style:none}.chrome-admin-section-index li{color:var(--sv-text-secondary);border-bottom:1px solid var(--sv-border-subtle);padding:9px 2px;font-size:12px}.chrome-admin-section-index li:last-child{border-bottom:0}.chrome-admin-os .chrome-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.chrome-admin-os .chrome-legal-release>label,.chrome-admin-os .chrome-form-grid>label{color:var(--sv-text-muted);gap:6px;margin:0 0 14px;font-size:11px;font-weight:700;display:grid}.chrome-admin-os .chrome-legal-release input,.chrome-admin-os .chrome-legal-release textarea{width:100%;min-height:var(--sv-control-height);color:var(--sv-text);border:1px solid var(--sv-border);border-radius:var(--sv-control-radius);background:var(--sv-surface);padding:9px 11px;font-size:13px;font-weight:450}.chrome-admin-os .chrome-legal-release textarea{resize:vertical;min-height:130px;line-height:1.55}.chrome-admin-os .chrome-legal-warning{color:var(--sv-warning-text);border:1px solid var(--sv-warning);background:var(--sv-warning-subtle);border-radius:12px;margin:6px 0 16px;padding:13px 15px;font-size:12px;line-height:1.55}.chrome-admin-os .chrome-legal-warning strong{margin-bottom:4px;display:block}.chrome-admin-os .chrome-legal-warning p{margin:0}.chrome-admin-os .chrome-legal-history{gap:10px;display:grid}.chrome-admin-os .chrome-legal-history article{border:1px solid var(--sv-border-subtle);background:var(--sv-surface-muted);border-radius:12px;gap:8px;padding:14px;display:grid}.chrome-admin-os .chrome-legal-history article strong{color:var(--sv-text);font-size:13px;display:block}.chrome-admin-os .chrome-legal-history article span{color:var(--sv-text-secondary);font-size:12px;line-height:1.5}.chrome-admin-os .chrome-legal-history article footer{color:var(--sv-text-muted);flex-wrap:wrap;gap:10px;font-size:11px;display:flex}@media (width<=900px){.chrome-admin-os .chrome-form-grid{grid-template-columns:1fr}}.chrome-admin-filter-bar{grid-template-columns:minmax(220px,2fr) repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:18px;display:grid}.chrome-admin-filter-bar .chrome-admin-field{margin-bottom:0}.chrome-admin-user{border-bottom:1px solid var(--sv-border-subtle);padding:14px 0}.chrome-admin-user:last-child{border-bottom:0}.chrome-admin-user.is-admin{opacity:.92}.chrome-admin-user__row{grid-template-columns:minmax(0,2.1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.1fr) auto;align-items:center;gap:12px 16px;display:grid}.chrome-admin-user__who{min-width:0}.chrome-admin-user__disclose{color:var(--sv-text);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:7px;padding:0;display:flex}.chrome-admin-user__disclose:focus-visible{outline:2px solid var(--sv-brand);outline-offset:3px;border-radius:4px}.chrome-admin-user__who strong{color:var(--sv-text);align-items:center;gap:8px;font-size:13px;display:flex}.chrome-admin-user__who small{color:var(--sv-text-muted);text-overflow:ellipsis;margin-top:3px;font-size:11px;display:block;overflow:hidden}.chrome-admin-user__plan{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.chrome-admin-user__plan select{min-height:var(--sv-control-height-sm);max-width:100%;color:var(--sv-text);border:1px solid var(--sv-border);background:var(--sv-surface);border-radius:8px;padding:0 8px;font-size:11px;font-weight:700}.chrome-admin-user__state{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.chrome-admin-user__state small{color:var(--sv-text-muted);font-size:11px}.chrome-admin-user__state small.is-warning{color:var(--sv-warning-text);font-weight:700}.chrome-admin-user__channels{flex-wrap:wrap;gap:5px;min-width:0;display:flex}.chrome-admin-user__channels small{color:var(--sv-text-muted);font-size:11px}.chrome-admin-user__na{color:var(--sv-text-muted);font-size:11px;font-style:italic}.chrome-admin-user__actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.chrome-admin-user__actions .chrome-button{min-height:32px;padding:0 10px;font-size:11px}.chrome-admin-user__detail{border:1px solid var(--sv-border-subtle);background:var(--sv-surface-muted);border-radius:11px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:13px;padding:14px;display:grid}.chrome-admin-user__detail small{color:var(--sv-text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.chrome-admin-user__detail p{color:var(--sv-text-secondary);margin:0 0 4px;font-size:12px;line-height:1.5}.chrome-admin-user__detail strong{color:var(--sv-text)}@media (width<=1100px){.chrome-admin-user__row{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr)}.chrome-admin-user__channels{grid-column:1/-1}.chrome-admin-user__actions{grid-column:1/-1;justify-content:flex-start}}@media (width<=760px){.chrome-admin-filter-bar,.chrome-admin-user__row{grid-template-columns:1fr}.chrome-admin-user__actions .chrome-button{flex:auto}}.chrome-admin-usage-panel{margin-bottom:18px;padding:18px}.chrome-admin-usage-panel__title{color:var(--sv-text);margin:0 0 14px;font-size:15px;font-weight:750}.chrome-admin-stat-card{border:1px solid var(--sv-border);background:var(--sv-surface);border-radius:12px;padding:14px 16px}.chrome-admin-stat-card__label{color:var(--sv-text-muted);margin:0;font-size:11px}.chrome-admin-stat-card__note{color:var(--sv-text-muted);margin:4px 0 0;font-size:11px}.chrome-admin-stat-card__value{color:var(--sv-text);letter-spacing:-.02em;margin:6px 0 0;font-size:24px;font-weight:780}.chrome-admin-stat-card__value.is-compact{font-size:16px}.chrome-admin-mini-stat{border:1px solid var(--sv-border-subtle);background:var(--sv-surface-muted);border-radius:10px;padding:11px 13px}.chrome-admin-mini-stat__value{color:var(--sv-text);margin:5px 0 0;font-size:16px;font-weight:750}.chrome-admin-incidents{display:grid}.chrome-admin-incident>div:first-child{min-width:0}.chrome-admin-incident strong{color:var(--sv-text);font-size:13px;display:block}.chrome-admin-incident small{color:var(--sv-text-muted);margin-top:3px;font-size:11px;line-height:1.5;display:block}.chrome-admin-incident__note{color:var(--sv-text-secondary);margin:6px 0 0;font-size:12px;line-height:1.5}.chrome-admin-top-business{background:var(--sv-surface-muted);border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.chrome-admin-os .recharts-default-tooltip{color:var(--sv-text)!important;border:1px solid var(--sv-border)!important;background:var(--sv-surface)!important;border-radius:10px!important}.chrome-admin-os .recharts-legend-item-text{color:var(--sv-text-secondary)!important}
