:root { --bg:#f6f7f9; --ink:#202c35; --muted:#7b858e; --line:#e7ebee; --green:#177b67; --green-deep:#165947; --blue:#457ead; font-size:14px; }
.display-toolbar { height:54px; position:sticky; top:0; z-index:65; display:flex; justify-content:space-between; align-items:center; gap:10px; padding:0 22px; background:#fff; border-bottom:1px solid var(--line); }
.display-brand { font-size:14px; font-weight:650; color:#346352; }
.display-hint { font-size:11px; color:#8b979d; }
.display-segments { display:flex; gap:3px; padding:3px; border:1px solid var(--line); border-radius:6px; background:#f4f6f7; }
.display-segments button { display:flex; align-items:center; gap:7px; padding:7px 15px; border-radius:4px; background:transparent; color:#81908f; font-size:12px; }
.display-segments button[aria-pressed="true"] { background:white; color:#176b57; box-shadow:0 1px 4px #152c1712; font-weight:600; }
.display-segments svg { width:15px; height:15px; }
.business-app { container:workspace / inline-size; }
.business-app.display-pc { min-width:1100px; }
.business-app.display-mobile { width:min(430px,100%); margin:0 auto; border-left:1px solid var(--line); border-right:1px solid var(--line); background:var(--bg); }
.display-pc .business-sidebar { top:54px; }
.display-mobile .business-sidebar { top:54px; left:max(0px, calc((100vw - 430px) / 2)); visibility:hidden; }
.display-mobile.nav-open .business-sidebar { visibility:visible; }
.display-mobile .business-main { padding-bottom:calc(76px + env(safe-area-inset-bottom, 0px)); }
.mobile-bottom-nav { display:none; }
.display-mobile .mobile-bottom-nav { position:fixed; z-index:30; bottom:0; left:50%; transform:translateX(-50%); width:min(430px,100%); display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); padding:7px 5px calc(8px + env(safe-area-inset-bottom, 0px)); background:#fff; border-top:1px solid #e1e9e5; box-shadow:0 -3px 16px #1b342507; }
.mobile-bottom-nav button { display:flex; flex-direction:column; justify-content:center; align-items:center; gap:5px; min-height:47px; padding:4px 0; border-radius:5px; color:#8a989f; background:transparent; font-size:10px; }
.mobile-bottom-nav button.selected { color:#167b61; background:#f0f8f3; font-weight:650; }
.mobile-bottom-nav button svg { width:21px; height:21px; }
.display-mobile .toast { bottom:calc(85px + env(safe-area-inset-bottom, 0px)); }
@media(max-width:680px) { .display-toolbar {padding:0 12px;} .display-hint{display:none;} .display-segments button{padding:7px 12px;} }
body { background:var(--bg); }
button, a, input, select, textarea { -webkit-tap-highlight-color:transparent; }
button { transition:background .15s,color .15s,border-color .15s; }
button:hover { filter:brightness(.98); }
button:focus-visible,a:focus-visible { outline:2px solid #15866c; outline-offset:3px; }
svg.lucide { width:19px; height:19px; stroke-width:1.7; flex-shrink:0; }
.business-app { min-height:100vh; letter-spacing:0; }
.business-sidebar { position:fixed; inset:0 auto 0 0; width:232px; background:white; border-right:1px solid var(--line); display:flex; flex-direction:column; z-index:40; padding:28px 16px 18px; overflow:auto; }
.business-brand { display:flex; align-items:center; gap:11px; padding:0 8px 27px; color:var(--ink); text-decoration:none; font-size:21px; font-weight:750; }
.business-brand small { display:block; color:#899298; font-size:10px; font-weight:400; margin-top:5px; }
.brand-symbol { width:39px; height:42px; display:grid; place-items:center; border-radius:8px; background:#18745f; color:white; }
.brand-symbol svg { width:26px; height:26px; }
.org-switch { display:flex; align-items:center; gap:9px; padding:13px 7px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.org-switch b { display:block; font-size:11px; overflow-wrap:anywhere; }
.org-switch small { display:block; font-size:10px; color:var(--muted); margin-top:5px; }
.org-avatar { display:grid; place-items:center; width:31px; height:33px; background:#f3f5f7; border:1px solid var(--line); border-radius:6px; flex-shrink:0; color:#697981; }
.nav-caption { font-size:10px; color:#98a0a6; padding:25px 13px 13px; }
.business-nav { display:grid; gap:5px; }
.business-nav button { display:flex; align-items:center; width:100%; gap:13px; padding:12px 14px; border-radius:6px; text-align:left; background:transparent; color:#65727c; font-size:13px; min-height:43px; }
.business-nav button.selected { color:#167761; background:#eaf5f0; font-weight:700; }
.business-nav button:hover { background:#f0f5f3; }
.nav-new { margin-left:auto; color:#458a7c; font-size:9px; border:1px solid #cfe5db; padding:1px 4px; border-radius:3px; }
.sidebar-bottom { margin-top:auto; padding:28px 12px 0; display:grid; gap:18px; }
.sidebar-bottom button { display:flex; gap:12px; align-items:center; color:#6d7b84; background:transparent; font-size:12px; padding:0; }
.demo-status { font-size:10px; color:#89959d; display:flex; align-items:center; gap:7px; }
.demo-status i { width:6px; height:6px; border-radius:50%; background:#6a9e89; }
.business-main { margin-left:232px; min-width:0; }
.business-topbar { height:74px; display:flex; align-items:center; justify-content:space-between; padding:0 34px; background:#fff; border-bottom:1px solid var(--line); gap:12px; }
.breadcrumb,.topbar-tools { display:flex; align-items:center; gap:17px; }
.breadcrumb { font-size:12px; color:#98a1a8; }.breadcrumb b { color:#4a5863; font-weight:500; }.breadcrumb svg { width:12px; }
.role-select { display:flex; gap:10px; align-items:center; font-size:11px; color:#97a0a7; }
.role-select select { padding:7px 22px 7px 10px; border:1px solid var(--line); border-radius:5px; background:#fff; color:#53656b; font-size:12px; max-width:160px; }
.icon-button { display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; padding:0; border-radius:5px; color:#7c8b95; background:transparent; flex-shrink:0; }.icon-button:hover{background:#edf2f3;}
.account-avatar { width:31px; height:31px; border-radius:50%; display:grid; place-items:center; color:#53726b; background:#e4ede9; font-size:12px; }
.breadcrumb .mobile-menu svg { width:19px; height:19px; }
.business-content { max-width:1600px; margin:auto; padding:32px 34px 40px; }
.home-heading,.page-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:28px; }
.eyebrow { color:#89949d; font-size:11px; margin:0 0 9px; }.home-heading h1,.page-heading h1 { font-size:25px; font-weight:650; line-height:1.4; margin:0 0 9px; }
.subtle { font-size:12px; color:var(--muted); margin:0; line-height:1.7; }
.btn { padding:0 17px; min-height:39px; font-size:12px; gap:7px; background:#187a65; box-shadow:0 3px 5px #176b570d; }.btn svg { width:16px; }
.ghost-btn { font-size:12px; padding:8px 13px; font-weight:500; }.ghost-btn svg{width:15px;}
.business-metrics { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-bottom:24px; }
.business-metric { text-align:left; background:white; border:1px solid var(--line); border-radius:8px; padding:18px 20px; min-width:0; }
.business-metric>div { display:flex; align-items:center; justify-content:space-between; font-size:12px; color:#7a8790; gap:8px; }
.metric-icon { display:grid; place-items:center; width:30px; height:30px; border-radius:7px; }.green { color:#25856b; background:#edf7f1; }.blue { color:#5083ab; background:#eff5fa; }.amber { color:#b99147; background:#faf5e9; }.rose { color:#af748b; background:#faf0f4; }
.business-metric>strong { display:block; font-size:31px; font-weight:600; color:#263a42; padding:8px 0 13px; line-height:1.2; }
.business-metric>small { display:flex; justify-content:space-between; align-items:center; font-size:10px; color:#93a0a5; gap:6px; }.business-metric>small svg{width:13px;height:13px;}
.shortcut-strip { display:flex; align-items:center; padding:16px 0 25px; margin-bottom:5px; gap:18px; border-bottom:1px solid var(--line); }.shortcut-strip>b { font-size:12px; white-space:nowrap; }.shortcut-strip>button { display:flex; gap:9px; align-items:center; background:transparent; color:#52636b; font-size:12px; flex:1; padding:6px 8px; border-right:1px solid var(--line); }.shortcut-strip>button>svg:first-child { color:#46947f; width:17px; }.shortcut-strip>button>svg:last-child { margin-left:auto; width:12px; color:#a7b0b5; }.shortcut-strip>button:last-child{border:0;}
.work-grid { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:30px; margin-top:24px; }.work-primary,.work-secondary{min-width:0;}
.section-title { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:0 0 18px; }.section-title h2 { margin:0; font-size:16px; font-weight:650; }.text-button { display:flex; align-items:center; gap:7px; font-size:11px; color:#778a91; background:transparent; padding:0; }.text-button svg{width:13px;}
.business-list-toolbar { display:flex; align-items:center; gap:10px; justify-content:space-between; border-bottom:1px solid var(--line); padding-bottom:10px; }.business-tabs { display:flex; gap:14px; }.business-tabs button { padding:8px 2px; color:#8d979d; background:transparent; font-size:11px; white-space:nowrap; border-bottom:2px solid transparent; }.business-tabs .active { color:#167b62; border-color:#19836c; font-weight:650; }
.feed-search { display:flex; align-items:center; gap:6px; padding:7px 9px; border:1px solid var(--line); background:white; border-radius:5px; width:178px; }.feed-search svg{width:14px;height:14px;color:#96a1a9;}.feed-search input{border:0;outline:0;min-width:0;width:100%;font-size:11px;background:transparent;}
.business-row { display:flex; align-items:flex-start; gap:13px; padding:21px 0; border-bottom:1px solid var(--line); }.row-icon{width:37px;height:39px;border-radius:6px;display:grid;place-items:center;flex-shrink:0;margin-top:3px;}.row-detail{min-width:0;flex:1;}.row-meta{display:flex;gap:11px;color:#96a0a6;font-size:10px;}.row-meta span+span{border-left:1px solid #d5dee0;padding-left:11px;}.row-title{font-size:14px;font-weight:600;background:transparent;color:#30444c;text-align:left;padding:7px 0;line-height:1.5;}.row-title:hover{color:#168669;}.row-detail p{font-size:11px;color:#8b979e;line-height:1.7;margin:0 0 10px;}.row-bottom{display:flex;gap:12px;align-items:center;justify-content:space-between;}.row-bottom strong{font-size:12px;color:#516670;font-weight:500;}.status-tag{color:#32836a;font-size:10px;padding:3px 7px;background:#edf5ef;border-radius:3px;}
.assistant-surface{padding:22px;background:#eaf3ef;border:1px solid #dceae1;border-radius:8px;}.assistant-label{display:flex;align-items:center;gap:7px;font-size:11px;color:#3a816b;}.assistant-label>span{margin-left:auto;font-size:9px;border:1px solid #c8dfd1;padding:2px 6px;border-radius:3px;}.assistant-surface h2{font-size:20px;font-weight:600;line-height:1.5;margin:18px 0 10px;color:#285244;}.assistant-surface p{font-size:12px;line-height:1.8;color:#738b81;margin:0 0 16px;}.assistant-example{font-size:11px;line-height:1.9;color:#607e70;border-left:2px solid #bed6c8;padding-left:12px;}.assistant-example svg{display:inline;width:13px;height:13px;}.assistant-surface>button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 12px;background:#fff;border:1px solid #d6e5dc;border-radius:5px;margin-top:21px;color:#38765f;font-size:12px;}.assistant-surface>small{display:block;margin-top:10px;font-size:9px;color:#81988c;}.assistant-surface>button svg{width:14px;}
.schedule-surface{margin-top:26px;}.count{font-size:11px;background:#e9eef0;color:#7c8b92;border-radius:4px;padding:3px 7px;}.empty-drafts{text-align:center;border-top:1px solid var(--line);padding:25px 8px;color:#a4b0b5;}.empty-drafts svg{width:26px;height:26px;}.empty-drafts b{display:block;font-size:12px;font-weight:500;margin:9px 0;}.empty-drafts p{font-size:10px;line-height:1.7;margin:0;}.membership-strip{display:flex;align-items:center;gap:10px;margin-top:28px;border-top:1px solid var(--line);padding-top:18px;color:#789384;}.membership-strip b{display:block;font-size:12px;font-weight:500;}.membership-strip small{display:block;font-size:10px;margin-top:6px;color:#a0aaa8;}.membership-strip>button{margin-left:auto;}
.lower-title{margin-top:32px;}.news-list{border-top:1px solid var(--line);}.news-list button{display:flex;text-align:left;gap:16px;padding:16px 0;align-items:center;background:transparent;border-bottom:1px solid var(--line);width:100%;}.news-date{min-width:51px;text-align:center;border-right:1px solid var(--line);padding-right:12px;}.news-date b{display:block;font-size:22px;font-weight:400;color:#79928b;}.news-date small{font-size:8px!important;}.news-list button>span:nth-child(2){flex:1;}.news-list small{display:block;font-size:10px;color:#91a09f;}.news-list strong{display:block;font-size:12px;font-weight:500;color:#50626b;line-height:1.7;margin-top:6px;}.news-list svg{width:15px;color:#99a8ad;}
.business-footer{display:flex;justify-content:space-between;gap:12px;padding:18px 34px;border-top:1px solid var(--line);color:#a7afb4;font-size:10px;}.mobile-menu,.nav-backdrop{display:none;}
.business-content .admin-shell{display:block;}.business-content .admin-side,.business-content .admin-page-head{display:none;}.business-content .admin-main{max-height:none;min-height:0;overflow:visible;}.business-content .toolbar{margin-bottom:18px;}.business-content .mini-card,.business-content .panel,.business-content .screen-card{border:0;border-radius:0;background:transparent;box-shadow:none;padding:16px 0;}.business-content .list-card{border-radius:6px;padding:20px;}.business-content .list-card h3{font-size:16px;}.business-content .mini-section{gap:16px;}.business-content .role-dashboard-card{border-radius:0;background:transparent;color:var(--ink);padding:12px 0 24px;border-bottom:1px solid var(--line);}.business-content .role-dashboard-card p{color:var(--muted);}.business-content .role-dashboard-card .btn{background:var(--green);color:white;}.business-content .section-head{flex-wrap:wrap;margin-bottom:14px;}.business-content .mini-card h2{font-size:17px;}.business-content .field-grid input,.business-content .toolbar input{min-width:0;}.business-content .mini-section>.feature-chip-grid{margin-bottom:8px;}.business-content .feature-chip-grid button{background:#fff;}.business-content .data-list{padding-left:0;list-style:none;}.business-content .data-list li{padding:10px 0;border-bottom:1px solid var(--line);font-size:12px;justify-content:space-between;}.business-content .data-list b{font-weight:500;color:#739086;}
.drawer-mask{place-items:stretch end;padding:0;background:#1b293644;backdrop-filter:blur(2px);z-index:80;}.drawer{width:min(580px,100vw);max-height:100dvh;height:100dvh;border-radius:0;padding:25px 28px;border:0;box-shadow:-10px 0 40px #0000000a;}.drawer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;}.drawer h2{font-size:21px;margin-bottom:12px;}.drawer p{font-size:12px;}.drawer .field-grid{margin-top:24px;gap:19px 14px;}.drawer textarea{min-height:100px;resize:vertical;}.drawer-section{background:transparent;border:0;border-top:1px solid var(--line);padding:17px 0;margin-top:24px;border-radius:0;}.drawer-section h3{font-size:13px;}.drawer-actions{position:sticky;bottom:-25px;background:white;padding:18px 0;box-shadow:0 -10px 20px #ffffff;}.draft-note{font-size:10px;color:#96a0a5;width:100%;text-align:right;margin-bottom:7px;}.toast{background:#245a49;font-size:12px;z-index:90;}
.draft-list{display:grid;gap:0;}.draft-list button{display:flex;align-items:center;gap:12px;background:white;border-bottom:1px solid var(--line);padding:16px;color:#51766a;text-align:left;}.draft-list button>span{flex:1;min-width:0;}.draft-list b{font-size:12px;display:block;overflow-wrap:anywhere;}.draft-list small{font-size:10px;display:block;color:#8c9a9e;margin-top:6px;}.draft-list svg{width:16px;}
.account-overview{display:flex;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding:20px 0 30px;}.large-avatar{display:grid;place-items:center;width:62px;height:62px;border-radius:8px;background:#e4eee7;color:#68917b;}.large-avatar svg{width:30px;height:30px;}.account-overview h2{font-size:19px;margin:0 0 9px;}.account-overview p{font-size:12px;color:var(--muted);margin:0;}.account-overview>button{margin-left:auto;}.account-services{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}.account-services button{display:flex;align-items:center;gap:12px;background:white;padding:20px;border:1px solid var(--line);border-radius:6px;color:#658579;}.account-services b{font-size:12px;font-weight:500;flex:1;}
.ai-workspace-head{text-align:center;padding:40px 16px 30px;}.ai-mark{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#e5f0e9;color:#368e71;}.ai-mark svg{width:25px;height:25px;}.ai-workspace-head h2{font-size:25px;font-weight:600;margin:20px 0 13px;line-height:1.5;}.ai-workspace-head p{font-size:13px;color:#84948d;}.integration-state{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:#9c885f;margin-top:12px;}.integration-state svg{width:13px;height:13px;}.ai-service-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;max-width:1000px;margin:10px auto 40px;}.ai-service-options article{background:white;padding:25px;border:1px solid var(--line);border-radius:8px;}.service-icon{color:#698e7f;}.ai-service-options h3{font-size:16px;font-weight:600;margin:18px 0 10px;}.ai-service-options p{font-size:12px;color:#8b989e;line-height:1.8;min-height:42px;}.ai-service-options button{margin-top:18px;}.empty-state{text-align:center;padding:36px 15px;color:#9babb0;}.empty-state>svg{width:28px;height:28px;}.empty-state b{display:block;font-size:13px;font-weight:500;margin-top:14px;}.empty-state p{font-size:11px;line-height:1.8;}
@container workspace (min-width:1500px){.business-content{padding:38px 48px 48px;}.work-grid{grid-template-columns:minmax(0,1fr) 330px;gap:40px;}}
@container workspace (max-width:1150px){.business-sidebar{width:205px;padding-left:12px;padding-right:12px;}.business-main{margin-left:205px;}.business-content{padding:25px 22px;}.business-topbar{padding:0 22px;}.work-grid{grid-template-columns:minmax(0,1fr) 260px;gap:20px;}.business-metrics{gap:10px;}.business-metric{padding:15px;}.business-row{gap:9px;}.shortcut-strip{gap:10px;}.shortcut-strip>button{font-size:11px;}.feed-search{width:140px;}.business-list-toolbar{flex-wrap:wrap;}.business-content .screen-grid{grid-template-columns:1fr;}}
@container workspace (max-width:900px){.business-sidebar{width:190px;}.business-main{margin-left:190px;}.work-grid{grid-template-columns:1fr;}.work-secondary{display:grid;grid-template-columns:1fr 1fr;gap:20px;}.schedule-surface{margin:0;}.membership-strip{grid-column:1/-1;margin-top:0;}.business-metrics{grid-template-columns:repeat(2,minmax(0,1fr));}.shortcut-strip{flex-wrap:wrap;}.shortcut-strip>b{width:100%;}.shortcut-strip>button{flex:1 0 40%;border:0;}.account-services{grid-template-columns:repeat(2,minmax(0,1fr));}.role-select>span{display:none;}}
@container workspace (max-width:680px){.business-sidebar{transform:translateX(-100%);width:240px;transition:transform .2s;}.business-main{margin-left:0;}.nav-open .business-sidebar{transform:translateX(0);}.nav-open .nav-backdrop{display:block;position:fixed;inset:0;background:#20352e55;z-index:35;}.mobile-menu{display:inline-flex;}.business-topbar{height:62px;padding:0 14px;gap:8px;}.breadcrumb{gap:4px;}.breadcrumb>span,.breadcrumb>svg{display:none;}.breadcrumb b{font-size:12px;}.topbar-tools{gap:6px;}.role-select select{font-size:11px;max-width:125px;padding:7px 4px;}.account-avatar{width:26px;height:26px;font-size:10px;}.business-content{padding:23px 17px 30px;}.home-heading,.page-heading{flex-wrap:wrap;gap:15px;margin-bottom:22px;}.home-heading h1,.page-heading h1{font-size:23px;}.home-heading .btn{min-height:37px;}.business-metric>strong{font-size:28px;}.business-metric>small{font-size:9px;}.business-metric>div{font-size:11px;}.shortcut-strip{padding-top:2px;gap:9px;}.shortcut-strip>button{padding:9px 0;}.work-secondary{grid-template-columns:1fr;}.business-tabs{gap:12px;}.feed-search{width:145px;}.row-detail p{font-size:11px;}.row-title{font-size:13px;}.business-row{padding:18px 0;}.row-icon{width:30px;height:32px;}.business-footer{padding:17px;font-size:9px;}.business-footer>span:last-child{display:none;}.drawer{padding:20px;}.drawer .field-grid{grid-template-columns:1fr;}.business-content .metric-wide-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.business-content .toolbar{grid-template-columns:1fr 1fr;}.business-content .quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.business-content .flow-line{grid-template-columns:repeat(3,minmax(0,1fr));}.account-overview{flex-wrap:wrap;gap:12px;}.account-overview h2{font-size:16px;}.account-overview>button{margin-left:0;}.account-services button{padding:14px;gap:7px;}.account-services b{font-size:11px;}.ai-workspace-head h2{font-size:22px;}.business-content .btn,.business-content .ghost-btn{white-space:normal;}.business-content .section-title{flex-wrap:wrap;}.business-content .mini-card h2{font-size:16px;}}
/* Shared accents keep desktop and mobile views visually consistent. */
:root { --green:#087e69; --green-deep:#125e50; --blue:#266bbd; --muted:#657986; --bg:#f3f6fa; }
.display-brand { color:#087965; }
.display-segments button[aria-pressed="true"] { background:#087e69; color:#fff; }
.business-topbar { border-top:3px solid #11896f; }
.brand-symbol { background:#087e69; box-shadow:0 4px 12px #087e6924; }
.account-avatar { color:#fff; background:#13856f; }
.business-nav button.selected { background:#087e69; color:#fff; box-shadow:0 4px 10px #087e691a; }
.business-nav button.selected .nav-new { color:#fff; border-color:#ffffff66; }
.business-nav button:hover:not(.selected) { color:#087e69; background:#e7f4ee; }
.home-heading h1 { color:#153b38; }
.eyebrow { color:#577c76; }
.btn { background:#087e69; box-shadow:0 4px 10px #087e6926; }
.business-metric { border-top:3px solid; }
.business-metric:nth-child(4n+1),.metric-wide-grid .metric-card:nth-child(4n+1) { background:#e3f4ec; border-color:#89cdb4; }
.business-metric:nth-child(4n+2),.metric-wide-grid .metric-card:nth-child(4n+2) { background:#e7f0ff; border-color:#96bce9; }
.business-metric:nth-child(4n+3),.metric-wide-grid .metric-card:nth-child(4n+3) { background:#fff3d9; border-color:#e5c573; }
.business-metric:nth-child(4n+4),.metric-wide-grid .metric-card:nth-child(4n+4) { background:#ffebe7; border-color:#eeb0a4; }
.business-metric:nth-child(4n+1)>strong { color:#116b50; }
.business-metric:nth-child(4n+2)>strong { color:#255aa7; }
.business-metric:nth-child(4n+3)>strong { color:#8a6217; }
.business-metric:nth-child(4n+4)>strong { color:#a24e3e; }
.business-metric>div { color:#465f68; }
.business-metric>small { color:#5c717b; }
.metric-icon.green,.row-icon.green { background:#bde7d4; color:#086c4e; }
.metric-icon.blue,.row-icon.blue { background:#c8dfff; color:#235ca7; }
.metric-icon.amber { background:#f6dda0; color:#876010; }
.metric-icon.rose { background:#f9c6ba; color:#a14836; }
.shortcut-strip>button>svg:first-child { color:#078468; }
.shortcut-strip>button:nth-of-type(2)>svg:first-child { color:#3474c8; }
.shortcut-strip>button:nth-of-type(3)>svg:first-child { color:#ad7b13; }
.shortcut-strip>button:nth-of-type(4)>svg:first-child { color:#bd604b; }
.section-title h2 { border-left:3px solid #139c7c; padding-left:10px; }
.business-tabs .active { color:#087c62; border-color:#079877; }
.status-tag { color:#096647; background:#d4efdf; }
.row-title { color:#254650; }
.row-detail p { color:#687d87; }
.row-meta { color:#657d87; }
.assistant-surface { background:#146f62; border-color:#146f62; box-shadow:0 7px 18px #135d4812; }
.assistant-label { color:#daf6ec; }
.assistant-label>span { color:#fff0b9; border-color:#d9c78b88; background:#ffffff0d; }
.assistant-surface h2 { color:#fff; }
.assistant-surface p { color:#d4ece4; }
.assistant-example { color:#e4f5ed; border-color:#88c5b1; }
.assistant-surface>button { background:#f5dfa0; border-color:#f5dfa0; color:#254d40; font-weight:600; }
.assistant-surface>small { color:#c9e6da; }
.count { background:#d5eade; color:#226d50; }
.news-date b { color:#2c7c6c; }
.membership-strip { color:#816218; border-color:#e0cf9e; }
.membership-strip small { color:#807453; }
.display-mobile .mobile-bottom-nav { border-top-color:#c4ddcf; }
.mobile-bottom-nav button.selected { background:#daf0e5; color:#007453; }
.mobile-bottom-nav button.selected svg { stroke-width:2.2; }
.ai-mark { background:#0b806b; color:#fff; }
.ai-service-options article:nth-child(3n+1) { border-top:3px solid #189a79; }
.ai-service-options article:nth-child(3n+2) { border-top:3px solid #4786d2; }
.ai-service-options article:nth-child(3n+3) { border-top:3px solid #d9ab3b; }
.ai-service-options article:nth-child(3n+1) .service-icon { color:#087e69; }
.ai-service-options article:nth-child(3n+2) .service-icon { color:#266bbd; }
.ai-service-options article:nth-child(3n+3) .service-icon { color:#a97e17; }
.account-services button:nth-child(1) { background:#e7f4ed; color:#167756; }
.account-services button:nth-child(2) { background:#fff3dc; color:#89681f; }
.account-services button:nth-child(3) { background:#eaf1ff; color:#2e65ad; }
.account-services button:nth-child(4) { background:#ffede7; color:#aa5744; }
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important;}}
