:root{color-scheme:light;--page-bg:#f5f7fb;--surface-0:#edf1f7;--surface-1:#ffffff;--surface-2:#e6ecf4;--sidebar-bg:#ffffff;--input-bg:#ffffff;--text:#172333;--muted:#526176;--line:#d7dfe9;--input-line:#a9b8cb;--level-blue:#0969a5;--button-text:#ffffff;--green:#16734f;--sand:#756049;--error:#b12c25;--warning:#875121;--tint:#eaf4fb;--preview-bg:#e2eff8;--preview-text:#24516f;--success-bg:#e8f5ef;--error-bg:#fff0ee;--theme-bar-height:44px}html[data-theme=dark]{color-scheme:dark;--page-bg:#191d26;--surface-0:#1e222c;--surface-1:#242833;--surface-2:#2d3243;--sidebar-bg:#20242e;--input-bg:#1b2029;--text:#faf7f0;--muted:#b6becd;--line:#ffffff24;--input-line:#ffffff40;--level-blue:#4fb6ff;--button-text:#0b2638;--green:#5be0a8;--sand:#c6b49d;--error:#ffb4ab;--warning:#edc19a;--tint:#20303f;--preview-bg:#142c3a;--preview-text:#c8e8ff;--success-bg:#213d38;--error-bg:#492f2f}@media (prefers-color-scheme:dark){html:not([data-theme]){color-scheme:dark;--page-bg:#191d26;--surface-0:#1e222c;--surface-1:#242833;--surface-2:#2d3243;--sidebar-bg:#20242e;--input-bg:#1b2029;--text:#faf7f0;--muted:#b6becd;--line:#ffffff24;--input-line:#ffffff40;--level-blue:#4fb6ff;--button-text:#0b2638;--green:#5be0a8;--sand:#c6b49d;--error:#ffb4ab;--warning:#edc19a;--tint:#20303f;--preview-bg:#142c3a;--preview-text:#c8e8ff;--success-bg:#213d38;--error-bg:#492f2f}}html .commerce-shell,html .onboard-shell,html .staff-shell,html body{background:var(--page-bg);color:var(--text)}.theme-toolbar{position:sticky;top:0;z-index:20;height:var(--theme-bar-height);display:flex;justify-content:flex-end;align-items:center;padding:2px clamp(12px,2vw,24px);background:var(--page-bg);color:var(--muted)}.theme-disclosure{position:relative}.theme-trigger{display:flex;align-items:center;gap:7px;min-height:36px;padding:0 10px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-size:12px;cursor:pointer}.theme-trigger:hover,.theme-trigger[aria-expanded=true]{background:var(--surface-1);border-color:var(--line)}.theme-trigger:focus-visible{outline:2px solid var(--level-blue);outline-offset:1px}.theme-trigger:disabled{opacity:.6;cursor:default}.theme-trigger[aria-expanded=true] .theme-chevron{transform:rotate(180deg)}.theme-options[hidden]{display:none}.theme-options{position:absolute;right:0;top:calc(100% + 4px);width:max-content;max-width:calc(100vw - 36px);display:flex;gap:2px;margin:0;padding:3px;min-width:0;border:1px solid var(--line);border-radius:999px;background:var(--surface-1);box-shadow:0 1px 3px #00000006}.theme-option{position:relative;cursor:pointer}.theme-option input,.theme-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.theme-option>span{display:flex;align-items:center;justify-content:center;gap:6px;min-width:66px;height:32px;padding:0 10px;border-radius:999px;color:var(--muted);font-size:12px;font-weight:500;line-height:1}.theme-option svg{flex:none}.theme-option input:checked+span{background:var(--tint);color:var(--level-blue)}.theme-option:hover>span{background:var(--surface-0)}.theme-option input:checked+span{font-weight:650}.theme-option input:focus-visible+span{outline:2px solid var(--level-blue);outline-offset:1px}.theme-options:disabled{opacity:.6}.theme-options:disabled .theme-option{cursor:default}.theme-storage-note{position:absolute;right:12px;top:100%;padding:6px 10px;border:1px solid var(--line);border-radius:6px;background:var(--surface-1);color:var(--muted);font-size:11px}html .sidebar{background:var(--sidebar-bg);top:var(--theme-bar-height)}html .onboard-sidebar{top:calc(var(--theme-bar-height) + 24px)}html .workspace-label,html footer{color:var(--muted)}html .commerce-card,html .panel,html .stat{background:var(--surface-1)}html .stat.accent{background:var(--tint);border-color:var(--input-line)}html .territory{background:linear-gradient(125deg,var(--tint),var(--surface-1))}html .commerce-preview,html .preview{background:var(--preview-bg);color:var(--preview-text)}html .preview select{background:var(--input-bg);color:var(--text);border-color:var(--input-line)}html .commerce-button,html .primary{color:var(--button-text)}html .commerce-button-secondary,html .secondary{background:var(--surface-0);border-color:var(--input-line);color:var(--text)}html .commerce-tag,html .tag{background:var(--surface-0);border-color:var(--line)}html .commerce-tag-paid,html .tag.green{color:var(--green);background:var(--success-bg)}html .commerce-tag-failed,html .commerce-tag-refunded{color:var(--warning)}html .field{color:var(--text)}html .commerce-form input,html .commerce-form select,html .field input,html .field select,html .onboard-field input:not([type=checkbox]),html .onboard-field select,html .onboard-field textarea,html .staff-shell input,html .staff-shell textarea{background:var(--input-bg);color:var(--text);border-color:var(--input-line)}html input::placeholder,html textarea::placeholder{color:var(--muted);opacity:1}html .onboard-field [aria-invalid=true]{border-color:var(--error)}html .commerce-shell .commerce-error,html .field-error{color:var(--error)}html .zip-pills>span{border-color:var(--input-line)}html .commerce-notice,html .commerce-zips li,html .lena-note,html .onboard-feedback,html .onboard-sidebar nav button[aria-current],html .onboard-submit,html .staff-note{background:var(--tint)}html .toast{background:var(--success-bg);color:var(--text);border-color:var(--green)}html .toast.error{background:var(--error-bg);border-color:var(--error)}html .property-illustration{background:var(--tint);color:var(--level-blue);border-color:var(--line)}html .setup-page .setup-link{background:var(--level-blue);color:var(--button-text)}html .setup-page hr{border-color:var(--line)}html textarea:focus-visible{outline:2px solid var(--level-blue);outline-offset:4px}@media (max-width:800px){html .sidebar{top:auto}.theme-toolbar{padding-inline:18px}}@media (max-width:720px){html .onboard-sidebar{top:auto}}