/* Workspace UI. Business palettes still own the semantic color variables. */
:root{--ink:#252528;--muted:#6E6E74;--paper:#f5f5f7;--surface:#fff;--line:#e3e3e8;--purple:#6358d7;--purple-soft:#eeecfa;--sidebar:#eeeef1;--sidebar-text:#45454c;--label-text:#55555c;--input-background:#fff;--input-text:#252528;--primary-button:var(--purple);--primary-button-text:#fff;--secondary-button:#fff;--secondary-button-text:var(--ink);--ease:cubic-bezier(.2,.7,.2,1)}
html[data-theme="dark"]{--ink:#eeeef0;--muted:#a1a1aa;--paper:#171719;--surface:#202023;--line:#353539;--purple:#a397ff;--purple-soft:#302c42;--sidebar:#1d1d20;--sidebar-text:#c5c5cc;--label-text:#c4c4cd;--input-background:#28282c;--input-text:#eeeef0;--primary-button:#7561df;--primary-button-text:#fff;--secondary-button:#29292e;--secondary-button-text:#eeeef0;color-scheme:dark}
html{scroll-padding-top:90px}html body{background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}
html body :is(button,input,select,textarea){font-family:inherit}html body button{font-weight:550;letter-spacing:0}
html body :is(input,select,textarea){border:1px solid var(--line);border-radius:9px;color:var(--input-text);background:var(--input-background);font-size:14px;line-height:1.45;min-height:40px;padding:10px 12px;transition:border-color .15s,box-shadow .15s}
html body input[type="checkbox"],html body input[type="radio"]{min-height:0;width:auto;accent-color:var(--purple)}
html body label{color:var(--label-text);font-size:13px;font-weight:550;gap:8px}
html body :is(input,select,textarea):focus{border-color:var(--purple);box-shadow:0 0 0 3px color-mix(in srgb,var(--purple) 15%,transparent)}
:focus-visible{outline:2px solid var(--purple);outline-offset:3px}button:disabled{cursor:not-allowed;opacity:.5}
html body :is(.primary,.secondary,.danger-button,.icon,.search){min-height:38px;border-radius:9px;font-size:13px;font-weight:550;transition:background .16s var(--ease),border-color .16s,transform .16s,box-shadow .16s}
html body .primary{background:var(--primary-button);color:var(--primary-button-text);padding-inline:15px}
html body .primary:hover{background:color-mix(in srgb,var(--primary-button) 90%,var(--ink));box-shadow:0 2px 5px rgb(0 0 0/.08)}
html body :is(.secondary,.icon,.search){background:var(--secondary-button);color:var(--secondary-button-text);border-color:var(--line)}
html body :is(.secondary,.icon,.search):hover{background:color-mix(in srgb,var(--secondary-button) 92%,var(--ink));border-color:color-mix(in srgb,var(--line) 65%,var(--muted))}
html body .danger-button{color:var(--red);background:transparent;border-color:var(--line)}html body .danger-button:hover{background:color-mix(in srgb,var(--red) 8%,var(--surface))}
html body :is(.primary,.secondary,.icon,.danger-button):active{transform:translateY(1px)}
html body :is(.primary,.secondary,.danger-button) svg{width:16px;height:16px;flex-shrink:0}html body .icon{width:38px;flex-shrink:0}
html body .sidebar{padding:20px 12px 12px;background:var(--sidebar);color:var(--sidebar-text);border-right:1px solid var(--line)}
html body .sidebar-brand{padding:0 12px 22px;color:var(--ink);font-size:23px;letter-spacing:-1px;font-weight:700}
html body .sidebar-brand img{width:29px;height:29px;border-radius:8px}
html body .business{padding:10px;border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 65%,var(--sidebar));color:var(--sidebar-text);border-radius:11px;min-height:58px}
html body .business:hover{background:var(--surface)}html body .business b{font-size:13px;font-weight:600}
html body .business small,html body .profile small{font-size:11px;color:var(--muted)}
html body .sidebar nav{display:flex;flex:1;min-height:0;flex-direction:column;gap:2px;overflow:auto;padding:18px 0 24px;scrollbar-width:none;overscroll-behavior:contain}
.sidebar nav::-webkit-scrollbar{display:none}
html body .sidebar nav>small{font:600 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:0;text-transform:none;color:var(--muted);margin:15px 11px 6px}
html body .sidebar nav>small:first-child{margin-top:0}
html body .nav{min-height:36px;flex-shrink:0;gap:10px;padding:7px 10px;color:var(--sidebar-text);font-size:clamp(13px,5.2cqi,15px);font-weight:500;border-radius:8px;background:transparent}
html body .nav svg{width:17px;height:17px;flex-shrink:0;stroke-width:1.7;opacity:.85}
html body .nav:hover{color:var(--sidebar-text);background:color-mix(in srgb,var(--sidebar-text) 7%,transparent)}
html body .nav.active{color:var(--sidebar-text);background:color-mix(in srgb,var(--purple) 14%,var(--sidebar));font-weight:650}
html body .nav.active svg{color:var(--purple);opacity:1}
html body .badge{font-size:10px;line-height:1.4;font-weight:550;min-width:20px;border-radius:5px;color:var(--sidebar-text);background:color-mix(in srgb,var(--sidebar-text) 9%,transparent)}
.nav-group{margin:10px 0 2px}.nav-group>summary{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px;padding:6px 10px;font-size:12px;font-weight:600;color:var(--muted);cursor:pointer;list-style:none;border-radius:8px}
.nav-group>summary:hover{background:color-mix(in srgb,var(--sidebar-text) 6%,transparent)}.nav-group>summary::-webkit-details-marker{display:none}.nav-group>summary svg{width:13px;height:13px;transition:transform .2s}.nav-group[open]>summary svg{transform:rotate(90deg)}.nav-group>div{display:grid;gap:2px;margin-top:4px}
html body .sidebar-foot{flex-shrink:0;gap:17px;padding-top:20px;background:var(--sidebar)}
html body .sidebar-foot>a{color:var(--muted);font-size:12px;font-weight:500}html body .profile{border-color:var(--line);padding:12px 0 0}
html body .profile b{font-size:12px;color:var(--sidebar-text);font-weight:600}html body .profile-details:hover{background:color-mix(in srgb,var(--sidebar-text) 7%,transparent)}
html body .profile>button:last-child{color:var(--muted);min-width:32px;min-height:36px}
html body .avatar{font-size:11px;width:30px;height:30px;flex-basis:30px;background:var(--purple-soft);color:var(--purple)}
html body .sidebar-resizer:before{background:transparent}html body .sidebar-resizer:hover:before{background:var(--purple)}
html body .business-menu{width:min(320px,calc(100vw - 32px));background:var(--surface);color:var(--ink);border-color:var(--line);box-shadow:0 12px 40px rgb(0 0 0/.14)}
html body :is(.workspace-option,.create-workspace){color:var(--ink);padding:11px}.workspace-option b,.create-workspace b{font-size:13px!important}.workspace-option small,.create-workspace small{font-size:11px!important;color:var(--muted)!important}
html body :is(.workspace-option:hover,.workspace-option.active,.create-workspace:hover){color:var(--ink);background:var(--purple-soft)}
html body .business-menu header{font:600 11px/1.5 inherit;color:var(--muted);text-transform:none;letter-spacing:0}
html body .topbar{height:68px;padding:0 36px;background:color-mix(in srgb,var(--paper) 88%,transparent);border-color:var(--line);backdrop-filter:blur(20px)}
html body .topbar>p{font-size:12px;gap:10px;color:var(--muted)}html body .topbar>p b{font-weight:550;color:var(--ink)}
html body .search{width:150px;min-height:34px;color:var(--muted);background:transparent;border-color:transparent}
html body kbd{font:11px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--muted);background:var(--paper);border-color:var(--line)}
.create-control{position:relative}.create-menu{position:absolute;right:0;top:calc(100% + 10px);width:220px;padding:6px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 12px 36px rgb(0 0 0/.14);animation:menu-enter .16s var(--ease)}
.create-menu button{display:flex;gap:10px;align-items:center;width:100%;padding:10px;border:0;background:transparent;color:var(--ink);text-align:left;border-radius:7px;font-size:13px}.create-menu button:hover,.create-menu button:focus-visible{background:var(--purple-soft)}.create-menu svg{width:17px;color:var(--muted)}
html body .view{width:100%;max-width:1480px;padding:38px 40px 64px;animation:none;outline:none}
.view.page-enter{animation:workspace-enter .2s var(--ease)}
html body .page-head{align-items:center;gap:20px;margin-bottom:30px;min-height:42px}html body .page-head h1{margin:0;font-size:30px;line-height:1.2;font-weight:650;letter-spacing:-1.15px}
html body .head-actions{align-items:center;flex-wrap:wrap;gap:8px}
html body :is(.panel,.metric){background:var(--surface);border-color:var(--line);box-shadow:none;border-radius:14px;min-width:0}
html body .metrics{gap:0;margin-bottom:26px;background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden}
html body .metric{padding:21px 24px;border:0;border-right:1px solid var(--line);border-radius:0;background:transparent}
html body .metric:last-child{border-right:0}html body .metric header{font-size:12px;font-weight:550;color:var(--muted)}html body .metric header i{display:none}
html body .metric strong{margin:9px 0 3px;font-size:27px;font-weight:600;letter-spacing:-.9px;line-height:1.25;font-variant-numeric:tabular-nums}
html body .metric small{font-size:11px;color:var(--muted)}html body .grid{gap:22px}
html body .panel-head{align-items:center;padding:20px 22px;border-color:var(--line)}html body .panel-head h2{font-size:16px;font-weight:600;letter-spacing:-.3px}
html body .panel-head p{font-size:12px;color:var(--muted);margin:3px 0 0}html body .panel-head button{font-size:12px;font-weight:550;min-height:32px;color:var(--purple)}
html body .row{padding:16px 22px;border-color:var(--line);gap:18px}html body button.row:hover{background:color-mix(in srgb,var(--purple) 4%,var(--surface))!important}
html body .row-icon{background:transparent;color:var(--muted);width:26px;flex-basis:26px}.row-text{gap:5px}
html body .row-text b,html body .row-side b{font-size:13px;font-weight:550;color:var(--ink)}html body .row-text small,html body .row-side small{font-size:12px;line-height:1.5;color:var(--muted)}
html body .pill{font-size:11px;font-weight:550;line-height:1.4;border-radius:6px;padding:4px 8px;white-space:nowrap}
html body .list-empty{min-height:170px;align-content:center;gap:6px;padding:38px 24px}html body .list-empty b{font-size:14px;font-weight:500;color:var(--muted)}html body .list-empty svg{width:26px;height:26px;color:var(--muted);opacity:.55}
html body .table-wrap{overflow:auto;border-radius:13px;scrollbar-width:thin}html body table{min-width:760px;font-variant-numeric:tabular-nums}
html body th{font:550 12px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:0;text-transform:none;padding:13px 20px;color:var(--muted);background:color-mix(in srgb,var(--paper) 60%,var(--surface));white-space:nowrap}
html body td{font-size:13px;padding:18px 20px;line-height:1.5;color:var(--ink);border-color:var(--line)}html body td b{font-size:13px;font-weight:550;color:var(--ink)}html body td small{font-size:12px;line-height:1.5;color:var(--muted);margin-top:5px}
html body td .table-cell-stack{gap:5px;min-width:130px;max-width:330px}html body td .table-cell-stack small{margin:0}
html body td:last-child{white-space:nowrap}html body td .secondary,html body td .danger-button{min-height:32px;padding:0 10px;font-size:12px;margin:2px}
html body td select{min-width:118px;min-height:34px;padding:7px 28px 7px 10px;font-size:12px;background:var(--input-background)}
html body tbody tr:hover{background:color-mix(in srgb,var(--purple) 3%,var(--surface))}
.table-search{display:flex;align-items:center;gap:9px;padding:12px 18px;border-bottom:1px solid var(--line)}.table-search svg{width:17px;color:var(--muted)}html body .table-search input{width:min(340px,100%);border:0;background:transparent;box-shadow:none;padding:5px;min-height:32px}.table-search small{margin-left:auto;white-space:nowrap;color:var(--muted);font-size:12px}
html body .revenue-total{padding:22px}.revenue-total strong{font-weight:600;letter-spacing:-.7px}.revenue-total small{font-size:12px!important;color:var(--muted)!important}.bars{padding-inline:22px;gap:16px}.bars span{font-size:11px!important}
html body .settings-layout{display:grid;grid-template-columns:180px minmax(0,780px);gap:40px;align-items:start}
.settings-navigation{display:grid;gap:3px;position:sticky;top:94px}.settings-navigation a{display:flex;align-items:center;gap:10px;padding:11px 12px;color:var(--muted);border-radius:8px;font-size:13px;font-weight:500}.settings-navigation a svg{width:17px;height:17px}.settings-navigation a:hover{background:color-mix(in srgb,var(--ink) 4%,transparent)}.settings-navigation a[aria-current="page"]{background:var(--purple-soft);color:var(--purple);font-weight:600}
.settings-content{min-width:0;display:grid;gap:22px}.settings-section-heading{display:flex;align-items:center;gap:12px;margin:1px 0 0}.settings-section-heading h2{font-size:20px;letter-spacing:-.5px;font-weight:600;margin:0}
html body .settings-card{padding:26px;border-radius:14px}html body .settings-card h2{font-size:16px;font-weight:600;margin:0 0 20px;letter-spacing:-.3px}html body .settings-card p{font-size:13px;color:var(--muted);line-height:1.6}
html body .settings-card-title{margin-bottom:20px}html body .settings-card-title h2{margin-bottom:5px}html body .form-grid{gap:20px}
html body form{gap:20px}html body .form-actions{gap:10px;align-items:center;flex-wrap:wrap;border-color:var(--line);padding-top:22px;margin-top:6px}
html body .logo-form{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-bottom:4px}html body .logo-form>span:nth-child(2){flex:1;min-width:160px}html body .logo-form small{font-size:11px;margin-top:6px;color:var(--muted)}html body .logo-preview{width:60px;height:60px;flex:0 0 60px;border-radius:13px}
html body .upload-button{display:flex;align-items:center;gap:7px;width:max-content;font-size:13px;color:var(--purple)}
.appearance-tabs{display:flex;width:max-content;gap:3px;padding:4px;border:1px solid var(--line);border-radius:10px;background:var(--paper)}.appearance-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;min-width:112px;padding:7px 14px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:13px}.appearance-tabs button[aria-selected="true"]{background:var(--surface);color:var(--ink);box-shadow:0 1px 3px rgb(0 0 0/.08)}.appearance-tabs svg{width:16px}
html body .theme-modes{display:block}html body .theme-mode{border:0;background:transparent;padding:0}html body .theme-mode>header{padding:0 0 16px;background:transparent;border:0;align-items:center}html body .theme-mode>header b{font-size:14px}html body .theme-mode>header small{font-size:12px}
.color-group{border-bottom:1px solid var(--line)}.color-group:last-child{border-bottom:0}.color-group>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;padding:17px 0;font-size:14px;font-weight:550}.color-group>summary::-webkit-details-marker{display:none}.color-group>summary svg{width:15px;color:var(--muted);transition:transform .2s}.color-group[open]>summary svg{transform:rotate(180deg)}
html body .theme-color-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 22px;padding:0 0 14px}html body .theme-color{padding:13px 0;background:transparent;border:0;border-radius:0;display:flex;align-items:center;justify-content:space-between;gap:12px}html body .theme-color b{font-size:13px;font-weight:450;color:var(--ink)}
html body .color-control{gap:8px}html body .color-control input[type="color"]{padding:0;width:30px;height:30px;min-height:30px;border:1px solid var(--line);border-radius:8px;overflow:hidden;cursor:pointer;background:transparent}.color-control input::-webkit-color-swatch-wrapper{padding:2px}.color-control input::-webkit-color-swatch{border:0;border-radius:5px}html body .color-control code{font:11px/1.5 ui-monospace,SFMono-Regular,monospace;color:var(--muted)}
html body .theme-preview{padding:20px;border:1px solid var(--line);border-radius:11px;background:var(--paper);gap:12px}html body .theme-preview b{font-size:14px}.theme-preview-mark{font-size:24px!important}.theme-preview>span:nth-child(2){flex:1}
.quiet-disclosure{border:1px solid var(--line);border-radius:12px;background:var(--surface);margin-bottom:22px;overflow:hidden}.quiet-disclosure>summary{display:flex;align-items:center;gap:9px;padding:17px 20px;list-style:none;cursor:pointer;font-size:13px;font-weight:550}.quiet-disclosure>summary::-webkit-details-marker{display:none}.quiet-disclosure>summary svg{width:17px;color:var(--purple)}.quiet-disclosure>summary>svg:last-child{margin-left:auto;color:var(--muted);transition:transform .2s}.quiet-disclosure[open]>summary>svg:last-child{transform:rotate(180deg)}.quiet-disclosure>div{padding:4px 20px 20px}.quiet-disclosure .ai-assistant{margin:0;border:0;box-shadow:none;padding:0;background:transparent}
html body .ai-theme-drafter{display:grid;grid-template-columns:1fr;gap:14px;background:transparent;border:0;padding:0;margin:0}html body .ai-theme-drafter>span:first-child{display:none}html body .ai-theme-drafter>button{justify-self:start}html body .ai-theme-drafter label{margin:0}
.catalog-summary{display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin:0 0 20px}.catalog-summary b{color:var(--ink);font-weight:550}
html body .member-row{padding:20px 22px;gap:24px;align-items:flex-start;border-color:var(--line)}html body .permission-tags{gap:6px;margin-top:8px}html body .permission-tags span{font-size:11px;font-weight:500;padding:3px 7px}
.member-access{margin-top:5px}.member-access summary{font-size:12px;color:var(--muted);cursor:pointer}.member-access .permission-tags{max-width:440px}
html body .member-actions{gap:6px}html body .member-actions .secondary,html body .member-actions .danger-button{font-size:12px;min-height:34px}.member-actions .danger-button{width:34px;padding:0}
html body .column{background:color-mix(in srgb,var(--ink) 4%,var(--paper));border-radius:12px;padding:12px}.column>header{font-size:13px!important}.lead{padding:17px!important;border-radius:11px!important}.lead h3{font-size:14px!important;font-weight:600}.lead p{font-size:12px!important}.lead small{font:11px/1.5 inherit!important}
html body .view-switcher{gap:10px;flex-wrap:wrap}html body .view-switcher button{min-height:36px;font-size:12px}html body .view-switcher b{font-size:14px}.schedule-toolbar{gap:12px!important;flex-wrap:wrap}
html body :is(.calendar-day-head,.calendar-day-number,.schedule-entry-time,.schedule-entry-meta,.schedule-legend,.schedule-list-meta){font-size:12px}
html body .calendar-event{font-size:12px;line-height:1.4;padding:7px 8px}html body .calendar-event b{font-size:12px;font-weight:550}
html body .schedule-help{margin-bottom:18px;font-size:13px}.schedule-help summary{font-size:13px!important}.schedule-help p,.schedule-help li{font-size:13px!important;line-height:1.6}
html body .chat-shell{height:calc(100dvh - 196px);min-height:420px;border-radius:14px;overflow:hidden;grid-template-columns:290px minmax(0,1fr)}html body .chat-room{min-height:0;overflow:hidden}
html body .chat-messages{padding:22px;min-height:0}html body .chat-composer{padding:16px 20px;background:var(--surface)}html body .chat-composer textarea{font-size:14px}html body .chat-message-text{font-size:14px;line-height:1.55}
html body #chat-conversation-list>button{padding:15px 16px;gap:12px}html body #chat-conversation-list b{font-size:13px;font-weight:550}html body #chat-conversation-list small{font-size:12px;color:var(--muted)}
html body .chat-header b{font-size:15px}html body .chat-header small{font-size:12px}html body .chat-realtime-status{font-size:11px}
html body :is(.ai-plan,.feature-lock){background:var(--surface);border-color:var(--line);box-shadow:none}
html body .ai-plan:before{display:none}html body .ai-plan-mark{background:var(--paper);color:var(--purple);box-shadow:none}html body .ai-plan-heading h2{font-size:21px;font-weight:600;letter-spacing:-.5px}html body .ai-plan-actions small{font-size:12px}
html body .feature-lock{padding:32px;gap:20px}html body .feature-lock h2{font-size:21px;font-weight:600}html body .feature-lock p{font-size:13px}html body .feature-lock-mark{width:44px;height:44px;border-radius:12px;background:var(--paper);border-color:var(--line);color:var(--muted)}
html body .pricing-grid{gap:24px;max-width:1120px;margin:auto;align-items:stretch}html body .plan-card{box-shadow:none;border-color:var(--line);display:flex;flex-direction:column}html body .plan-card>header{padding:28px;flex-direction:column;gap:16px}html body .plan-card h2{font-size:23px;font-weight:600;letter-spacing:-.6px}html body .plan-price strong{font-size:36px;font-weight:600}html body .plan-price small,html body .plan-price b{font-size:12px;font-weight:450}html body .plan-kicker{font:600 13px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-transform:none;letter-spacing:0;color:var(--muted)}
html body .plan-feature-list{grid-template-columns:1fr;background:transparent;margin:18px 0 24px;padding:0 28px;gap:13px}html body .plan-feature{display:flex;align-items:center;gap:11px;padding:0;min-height:0;background:transparent}html body .plan-feature>span{width:19px;height:22px;background:transparent;color:var(--muted)}html body .plan-feature b{font-size:13px;line-height:1.5;font-weight:450}html body .plan-section-label{padding:0 28px;font:550 12px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-transform:none;letter-spacing:0}
html body .plan-card>footer{margin-top:auto;padding:24px 28px;background:transparent;gap:12px}html body .plan-card>footer>small{font-size:12px;line-height:1.6}html body .plan-current{font-size:13px;font-weight:550}.ai-tier:before{display:none!important}.plan-ribbon{display:none}.upgrade-intro{display:none!important}html body .ai-tier{border-color:color-mix(in srgb,var(--purple) 55%,var(--line))}html body .plan-buy{font-size:14px}
html body .overlay{background:rgb(15 15 20/.28);backdrop-filter:blur(5px);padding-top:8vh;overflow:auto}html body .modal,html body .command{border-color:var(--line);border-radius:17px;background:var(--surface);box-shadow:0 24px 80px rgb(0 0 0/.22);animation:dialog-enter .2s var(--ease)}
html body .modal{width:min(650px,100%)}html body .modal>header{padding:22px 26px;border-color:var(--line);align-items:center}html body .modal h2{font-size:22px;font-weight:600;margin:0;letter-spacing:-.6px}#modal-eyebrow{display:none}html body .modal form{max-height:72dvh;padding:24px 26px}
html body .command{width:min(600px,100%)}html body .command>div{padding:18px;border-color:var(--line)}html body .command input{border:0;background:transparent;box-shadow:none;min-height:28px;padding:0}html body .command-result{font-size:14px;gap:12px;padding:13px;background:var(--surface);color:var(--ink)}html body .command-result:hover{background:var(--purple-soft)}
html body .toast{font-size:13px;line-height:1.5;border-radius:11px;padding:14px 19px;max-width:min(460px,calc(100vw - 32px));box-shadow:0 6px 24px rgb(0 0 0/.15)}
html body :is(.form-note,.form-error,.error-banner,.api-key-empty,.api-key-card p,.api-key-card small,.ai-plan-copy p,.ai-plan-actions small,.permissions>p){font-size:12px;line-height:1.6}
html body :is(.permissions legend,.permissions span,.stripe-connect-status span){font-size:12px}html body .permissions>div{gap:10px}html body .stripe-connect-status{background:var(--paper);border-color:var(--line);padding:15px}
html body :is(.operation-section,.operations-section) h2{font-size:17px}.operations-context{display:none}.operations-subtitle{font-size:13px!important}
.skip-link{position:fixed;top:8px;left:50%;z-index:100;transform:translate(-50%,-150%);padding:10px 18px;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:8px}.skip-link:focus{transform:translate(-50%,0)}
html body .business-menu header{font-family:inherit;font-size:11px;font-weight:600;line-height:1.5}
html body .overview-job{width:100%;background:transparent;text-align:left;border:0;border-bottom:1px solid var(--line)}
html body .chat-message p{font-size:14px;line-height:1.55;padding:11px 14px}html body .chat-message>div>small{font-size:11px}html body .chat-room>header b{font-size:14px}html body .chat-room>header small{font-size:12px}
html body .schedule-card b{font-size:13px;line-height:1.4}html body .schedule-card small{font-size:11px;line-height:1.5}
html body .schedule-guide{margin-bottom:18px;padding:0;background:transparent;border:0}.schedule-guide>summary{padding:0 0 12px!important;justify-content:flex-start!important;gap:8px!important;width:max-content;max-width:100%}.schedule-guide>summary>span:first-child{display:none}.schedule-guide>summary small{display:none}.schedule-guide>summary b{font-size:12px;font-weight:500;color:var(--muted)}.schedule-guide>summary>svg{width:13px}.schedule-guide-grid{padding:20px!important;background:var(--surface);border:1px solid var(--line);border-radius:12px}.schedule-guide-grid p,.schedule-guide-grid li{font-size:13px!important;line-height:1.65}.schedule-guide-grid small{font-size:12px!important}
html body .ops-section-label{display:none}html body .ops-focus-card .panel-head p,html body .ops-health-card .panel-head p{display:none}
html body .appearance-note{margin:0 0 4px;font-size:12px}html body .theme-settings .quiet-disclosure{margin-bottom:0}
html body .settings-content>.secondary{justify-self:start}
@keyframes workspace-enter{from{opacity:.5;transform:translateY(5px)}to{opacity:1;transform:none}}
@keyframes dialog-enter{from{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:none}}
@keyframes menu-enter{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
@media(min-width:721px) and (max-width:1100px){html body .view{padding:28px 26px 48px}html body .topbar{padding-inline:26px}html body .settings-layout{grid-template-columns:150px minmax(0,1fr);gap:24px}html body .theme-color-grid{grid-template-columns:1fr}html body .chat-shell{grid-template-columns:240px minmax(0,1fr)}}
@media(max-width:1000px){html body .metric:nth-child(2){border-right:0}html body .metric:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:720px){html body .sidebar{width:min(290px,85vw);padding-top:18px}html body .nav{font-size:14px;min-height:39px}html body .topbar{height:60px;padding-inline:16px}html body .topbar>div{gap:5px}html body .topbar .search{width:34px;padding:0}html body .view{padding:26px 18px 48px}html body .page-head{align-items:flex-start;gap:16px;margin-bottom:24px}html body .page-head h1{font-size:27px}html body .head-actions{width:100%}html body .metric{padding:16px}html body .metric strong{font-size:23px}html body .metric header{font-size:11px}html body .grid{gap:18px}html body .settings-layout{display:block}.settings-navigation{position:static;display:flex;overflow:auto;gap:5px;margin:0 -18px 24px;padding:0 18px 10px;scrollbar-width:none}.settings-navigation a{white-space:nowrap;padding:9px 13px;border:1px solid var(--line);background:var(--surface);font-size:12px}.settings-navigation a svg{display:none}html body .settings-card{padding:20px}html body .theme-color-grid{grid-template-columns:1fr}html body .theme-preview{flex-wrap:wrap}.settings-section-heading{margin-bottom:0}html body .member-row{padding:18px}.member-actions{justify-content:flex-start!important}html body .chat-shell{height:calc(100dvh - 198px);min-height:390px;grid-template-columns:1fr}html body .chat-sidebar{max-height:180px}html body .overlay{padding:4vh 10px 20px}html body .modal>header{padding:19px 20px}html body .modal form{padding:20px;max-height:76dvh}html body :is(input,select,textarea){font-size:16px}html body .pricing-grid{gap:20px}html body .form-actions{justify-content:flex-start}html body .feature-lock{padding:24px}html body .head-actions .view-switcher{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}html body *,html body *:before,html body *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media(max-width:720px){html body .chat-shell{display:grid;grid-template-rows:minmax(100px,155px) minmax(0,1fr);height:calc(100dvh - 195px);min-height:460px;overflow:hidden}html body .chat-list{max-height:none;min-height:0;overflow:auto}html body .chat-room{height:auto;min-height:0;grid-template-rows:58px minmax(0,1fr) auto}html body .chat-composer{padding:12px}html body .chat-messages{padding:14px}.schedule-guide-grid{grid-template-columns:1fr!important}.schedule-guide>summary{width:auto}html body .calendar-day .schedule-card.compact b{font-size:13px}}
