:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--brand:#0f6f5c;--brand-dark:#0a5445;--brand-light:#e6f4f1;--accent:#25d366;--accent-dark:#1fa851;--ink:#0e2126;--ink-muted:#5b6e73;--bg:#fff;--bg-alt:#f5f9f8;--border:#e3eae8;--radius-lg:20px;--radius-md:14px;--radius-sm:10px;--shadow-sm:0 2px 8px #0e21260f;--shadow-md:0 10px 30px #0e212614;--shadow-lg:0 24px 60px #0e212629;--container:1160px;font:16px/1.5 Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:var(--bg);min-height:100svh;color:var(--ink);margin:0}#root{min-height:100svh}h1,h2,h3,h4{letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.15}p{margin:0}a{color:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--brand);background:var(--brand-light);border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 26px;font-size:15px;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 24px #25d36659}.btn-primary:hover{background:var(--accent-dark)}.btn-outline{color:var(--brand);border:1.5px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--brand);background:var(--brand-light)}.btn-ghost{color:var(--ink);background:0 0;padding:10px 18px}.btn-ghost:hover{color:var(--brand)}@media (width<=640px){.container{padding:0 18px}}.chat-window{background:#efeae2;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.chat-header{color:#fff;background:#075e54;flex:none;align-items:center;gap:12px;padding:12px 14px;display:flex}.chat-header .avatar{background:#128c7e;border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:flex}.chat-header .header-text{flex-direction:column;flex:auto;min-width:0;display:flex}.chat-header .header-name{text-overflow:ellipsis;white-space:nowrap;font-size:15.5px;font-weight:600;overflow:hidden}.chat-header .header-subtitle{opacity:.85;font-size:12px}.chat-close{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.chat-close:hover{opacity:1;background:#ffffff1f}.chat-body{background-color:#efeae2;background-image:radial-gradient(#00000009 1px,#0000 1px);background-size:18px 18px;flex-direction:column;flex:auto;gap:6px;padding:16px 12px;display:flex;overflow-y:auto}.bubble-row{display:flex}.bubble-row.outgoing{justify-content:flex-end}.bubble-row.incoming{justify-content:flex-start}.bubble{word-wrap:break-word;white-space:pre-wrap;border-radius:8px;max-width:82%;padding:6px 8px 7px 9px;font-size:14px;line-height:19px;box-shadow:0 1px .5px #00000021}.bubble.incoming{background:#fff;border-top-left-radius:0}.bubble.outgoing{background:#d9fdd3;border-top-right-radius:0}.bubble.error{background:#ffe4e0}.bubble-text{color:#111b21;display:block}.bubble-meta{color:#00000073;justify-content:flex-end;align-items:center;gap:3px;margin-top:2px;font-size:10.5px;display:flex}.ticks{color:#53bdeb;display:inline-flex}.bubble.typing{align-items:center;gap:4px;padding:12px 14px;display:flex}.dot{background:#9a9a9a;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-blink}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes chat-blink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.chat-input{background:#f0f0f0;flex:none;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.chat-input textarea{resize:none;background:#fff;border:none;border-radius:20px;outline:none;flex:1;min-width:0;max-height:120px;padding:10px 16px;font-family:inherit;font-size:14px;line-height:1.35;overflow-y:auto}.chat-input button{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.chat-input button:disabled{cursor:not-allowed;background:#a8dab5}.chat-widget{z-index:1000;position:fixed;bottom:24px;right:24px}.chat-widget-panel{border-radius:16px;width:380px;height:600px;max-height:calc(100svh - 48px);animation:.22s ease-out chat-pop;overflow:hidden;box-shadow:0 20px 50px #00000047}@keyframes chat-pop{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-launcher-wrap{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.chat-teaser{color:#111b21;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:10px 16px;font-size:13.5px;font-weight:500;animation:.25s ease-out chat-pop;box-shadow:0 8px 24px #00000029}.chat-launcher{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative;box-shadow:0 10px 28px #25d36673}.chat-launcher:hover{background:#22c15e}.chat-launcher-ring{opacity:.55;background:#25d366;border-radius:50%;animation:2.2s ease-out infinite chat-ring;position:absolute;inset:0}@keyframes chat-ring{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@media (width<=480px){.chat-widget{bottom:12px;right:12px}.chat-widget-panel{width:calc(100vw - 24px);height:calc(100svh - 24px)}.chat-launcher{width:54px;height:54px}}.footer{background:var(--ink);color:#ffffffbf;margin-top:40px;padding:56px 0 0}.footer-inner{border-bottom:1px solid #ffffff1f;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.footer .navbar-logo{color:#fff}.footer-brand p{color:#fff9;max-width:34ch;margin-top:14px;font-size:14px;line-height:1.6}.footer-col{flex-direction:column;gap:12px;display:flex}.footer-col h4{color:#fff;margin-bottom:4px;font-size:14px}.footer-col a{color:#ffffffb3;font-size:14px;text-decoration:none}.footer-col a:hover{color:#fff}.footer-line{color:#ffffffb3;align-items:center;gap:8px;font-size:14px;display:flex}.footer-bottom{color:#ffffff73;justify-content:space-between;align-items:center;padding:20px 24px;font-size:13px;display:flex}@media (width<=720px){.footer-inner{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:6px}}.navbar{z-index:100;-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--border);background:#ffffffd9;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:24px;height:72px;display:flex}.navbar-logo{color:var(--ink);flex:none;align-items:center;gap:10px;font-size:17px;font-weight:700;text-decoration:none;display:flex}.navbar-logo-mark{background:var(--brand);color:#fff;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:800;display:flex}.navbar-links{color:var(--ink-muted);align-items:center;gap:32px;font-size:14.5px;font-weight:500;display:flex}.navbar-links a{text-decoration:none;transition:color .15s}.navbar-links a:hover{color:var(--brand)}.navbar-cta-group{flex:none;align-items:center;gap:10px;display:flex}.navbar-cta{padding:10px 20px;font-size:14px}.navbar-voice-cta{white-space:nowrap;padding:10px 18px;font-size:14px}.navbar-menu-toggle{border:1px solid var(--border);width:38px;height:38px;color:var(--ink);cursor:pointer;background:0 0;border-radius:10px;flex:none;justify-content:center;align-items:center;display:none}.navbar-menu-toggle:hover{border-color:var(--brand);color:var(--brand)}.navbar-mobile-menu{display:none}@media (width<=768px){.navbar-inner{gap:12px}.navbar-links,.navbar-voice-cta{display:none}.navbar-menu-toggle{display:flex}.navbar-logo{gap:8px;font-size:15px}.navbar-cta-group{gap:8px}.navbar-cta{padding:9px 14px;font-size:13.5px}.navbar-cta-suffix{display:none}.navbar-mobile-menu{border-top:1px solid var(--border);background:var(--bg);flex-direction:column;padding:4px 18px 16px;display:flex}.navbar-mobile-menu a{color:var(--ink);border-bottom:1px solid var(--border);padding:13px 4px;font-size:15px;font-weight:500;text-decoration:none}.navbar-mobile-menu a:last-child{border-bottom:none}}.cta-banner{background:linear-gradient(120deg, var(--brand) 0%, var(--brand-dark) 100%);padding:56px 0}.cta-banner-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.cta-banner h2{color:#fff;font-size:28px}.cta-banner p{color:#ffffffd9;margin-top:8px;font-size:15px}.cta-banner-btn{color:var(--brand-dark);box-shadow:none;background:#fff}.cta-banner-btn:hover{background:#f1f1f1}@media (width<=640px){.cta-banner-inner{flex-direction:column;align-items:flex-start}}.doctors{background:var(--bg-alt);padding:88px 0}.doctors-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.doctor-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:flex-start;gap:6px;padding:28px 24px;transition:transform .15s,box-shadow .15s;display:flex}.doctor-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.doctor-avatar{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:10px;font-size:16px;font-weight:700;display:flex}.doctor-card h3{color:var(--ink);font-size:17px}.doctor-specialty{color:var(--brand);font-size:13.5px;font-weight:600}.doctor-meta{color:var(--ink-muted);flex-direction:column;gap:2px;margin:10px 0 18px;font-size:13.5px;display:flex}.doctor-cta{width:100%;padding:10px 20px;font-size:14px}.doctors-status{text-align:center;border-radius:var(--radius-lg);background:var(--bg);border:1px dashed var(--border);color:var(--ink-muted);padding:40px}.doctors-status-error{color:#b3261e;background:#fdf1f0;border-color:#f2b8b5}@media (width<=900px){.doctors-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.doctors{padding:60px 0}.doctors-grid{grid-template-columns:1fr}}.features{background:var(--bg);padding:88px 0}.features-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.feature-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;transition:transform .15s,box-shadow .15s}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.feature-icon{background:var(--brand-light);width:48px;height:48px;color:var(--brand);border-radius:13px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.feature-card h3{color:var(--ink);margin-bottom:8px;font-size:17px}.feature-card p{color:var(--ink-muted);font-size:14px;line-height:1.6}@media (width<=980px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.features{padding:60px 0}.features-grid{grid-template-columns:1fr}}.hero{background:linear-gradient(180deg, var(--bg-alt) 0%, var(--bg) 65%);padding:72px 0 40px}.hero-inner{grid-template-columns:1fr .9fr;align-items:center;gap:56px;display:grid}.hero-copy h1{color:var(--ink);margin:18px 0 20px;font-size:46px}.hero-sub{color:var(--ink-muted);max-width:46ch;font-size:16.5px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.hero-stats{border-top:1px solid var(--border);gap:32px;margin-top:44px;padding-top:28px;display:flex}.hero-stat{flex-direction:column;gap:2px;display:flex}.hero-stat strong{color:var(--brand);font-size:22px}.hero-stat span{color:var(--ink-muted);font-size:13px}.hero-visual{justify-content:center;display:flex;position:relative}.hero-chat-card{width:100%;max-width:340px;box-shadow:var(--shadow-lg);background:#efeae2;border-radius:18px;overflow:hidden;transform:rotate(2deg)}.hero-chat-header{color:#fff;background:#075e54;align-items:center;gap:10px;padding:14px 16px;display:flex}.hero-chat-avatar{background:#128c7e;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:12.5px;font-weight:700;display:flex}.hero-chat-header div{flex-direction:column;line-height:1.3;display:flex}.hero-chat-header strong{font-size:14px}.hero-chat-header small{opacity:.8;font-size:11.5px}.hero-chat-body{flex-direction:column;gap:8px;padding:18px 14px;display:flex}.hero-bubble{border-radius:10px;max-width:85%;padding:9px 12px;font-size:13px;line-height:1.45;box-shadow:0 1px .5px #0000001f}.hero-bubble.incoming{color:#111b21;background:#fff;border-top-left-radius:0;align-self:flex-start}.hero-bubble.outgoing{color:#111b21;background:#d9fdd3;border-top-right-radius:0;align-self:flex-end}.hero-floating-badge{box-shadow:var(--shadow-md);color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;display:flex;position:absolute;bottom:-14px;left:-10px}.pulse-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.8s infinite pulse-dot;box-shadow:0 0 #25d36699}@keyframes pulse-dot{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 8px #25d36600}to{box-shadow:0 0 #25d36600}}@media (width<=900px){.hero-inner{grid-template-columns:1fr;gap:48px}.hero-copy h1{font-size:36px}.hero-visual{order:-1}.hero-chat-card{transform:none}}@media (width<=480px){.hero{padding:48px 0 32px}.hero-stats{gap:22px}}.section-heading{flex-direction:column;align-items:flex-start;gap:14px;max-width:640px;margin-bottom:44px;display:flex}.section-heading h2{color:var(--ink);font-size:32px}.section-heading p{color:var(--ink-muted);font-size:15.5px}.section-heading.centered{text-align:center;align-items:center;margin-left:auto;margin-right:auto}.voice-page{background:linear-gradient(180deg, var(--brand-light) 0%, var(--bg) 320px);flex-direction:column;min-height:100svh;display:flex}.voice-header{justify-content:space-between;align-items:center;gap:16px;padding:18px 32px;display:flex}.voice-brand{color:var(--ink);align-items:center;gap:10px;font-size:17px;font-weight:700;text-decoration:none;display:flex}.voice-brand-mark{background:var(--brand);color:#fff;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:800;display:flex}.voice-header-right{align-items:center;gap:18px;display:flex}.voice-status-pill{color:var(--ink-muted);background:var(--bg);border:1px solid var(--border);border-radius:999px;align-items:center;gap:7px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.voice-status-dot{background:#c8ccce;border-radius:50%;width:8px;height:8px}.voice-status-pill.online .voice-status-dot{background:var(--accent);box-shadow:0 0 0 3px #25d3662e}.voice-status-pill.offline .voice-status-dot{background:#e0554a;box-shadow:0 0 0 3px #e0554a2e}.voice-back-link{color:var(--brand);font-size:14px;font-weight:600;text-decoration:none}.voice-back-link:hover{text-decoration:underline}.voice-main{flex-direction:column;flex:1;gap:40px;width:100%;max-width:1040px;margin:0 auto;padding:24px 24px 64px;display:flex}.voice-stage{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:40px 20px 8px;display:flex}.voice-stage h1{color:var(--ink);max-width:560px;font-size:34px}.voice-stage-sub{color:var(--ink-muted);max-width:460px;margin-bottom:18px;font-size:15.5px}.voice-language-picker{background:var(--bg-alt);border:1px solid var(--border);border-radius:999px;gap:6px;margin-bottom:26px;padding:4px;display:flex}.voice-language-btn{color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:7px 16px;font-size:13.5px;font-weight:600;transition:background .15s,color .15s}.voice-language-btn:hover:not(:disabled):not(.active){color:var(--ink)}.voice-language-btn.active{background:var(--brand);color:#fff}.voice-language-btn:disabled{cursor:not-allowed;opacity:.6}.voice-mic{cursor:pointer;color:#fff;background:linear-gradient(160deg, var(--brand) 0%, var(--brand-dark) 100%);width:108px;height:108px;box-shadow:var(--shadow-lg);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s,box-shadow .15s;display:flex;position:relative}.voice-mic:hover:not(:disabled){transform:translateY(-2px)}.voice-mic:disabled{cursor:not-allowed;opacity:.75}.voice-mic.recording{background:linear-gradient(160deg,#e0554a 0%,#b8392f 100%)}.voice-mic-ring{border:2px solid #e0554a8c;border-radius:50%;animation:1.8s ease-out infinite voice-pulse;position:absolute;inset:0}.voice-mic-ring.ring-2{animation-delay:.6s}@keyframes voice-pulse{0%{opacity:.65;transform:scale(1)}to{opacity:0;transform:scale(1.9)}}.voice-status-label{color:var(--ink);min-height:20px;margin-top:18px;font-size:15px;font-weight:600}.voice-error-banner{color:#a33227;border-radius:var(--radius-sm);background:#fdeceb;border:1px solid #f4c3bd;max-width:460px;padding:10px 16px;font-size:13.5px}.voice-suggestions{color:var(--ink-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:24px;font-size:13px;display:flex}.voice-suggestion-chip{background:var(--brand-light);color:var(--brand-dark);border-radius:999px;padding:6px 12px;font-weight:500}.voice-columns{grid-template-columns:1.6fr 1fr;align-items:start;gap:20px;display:grid}.voice-panel{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.voice-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.voice-panel-header h2{color:var(--ink);font-size:15px}.voice-reset-btn{border:1px solid var(--border);color:var(--ink-muted);cursor:pointer;background:0 0;border-radius:999px;padding:6px 12px;font-size:12.5px;font-weight:600}.voice-reset-btn:hover:not(:disabled){color:var(--brand);border-color:var(--brand)}.voice-reset-btn:disabled{cursor:not-allowed;opacity:.5}.voice-transcript{flex-direction:column;gap:12px;max-height:420px;padding:18px 20px;display:flex;overflow-y:auto}.voice-bubble-row{display:flex}.voice-bubble-row.user{justify-content:flex-end}.voice-bubble-row.assistant{justify-content:flex-start}.voice-bubble{border-radius:var(--radius-md);flex-direction:column;gap:3px;max-width:80%;padding:10px 14px;display:flex}.voice-bubble.assistant{background:var(--bg-alt);border-top-left-radius:4px}.voice-bubble.user{background:var(--brand-light);border-top-right-radius:4px}.voice-bubble.error{background:#fdeceb}.voice-bubble-label{letter-spacing:.02em;text-transform:uppercase;color:var(--ink-muted);font-size:11px;font-weight:700}.voice-bubble-text{color:var(--ink);white-space:pre-wrap;font-size:14.5px;line-height:1.45}.voice-bubble-time{color:var(--ink-muted);align-self:flex-end;font-size:10.5px}.voice-activity-panel{padding-bottom:8px}.voice-activity-empty{color:var(--ink-muted);padding:20px;font-size:13.5px}.voice-activity-list{color:var(--ink);flex-direction:column;gap:12px;margin:0;padding:14px 20px;font-size:13.5px;list-style:none;display:flex}.voice-activity-list li{align-items:center;gap:8px;display:flex}.voice-activity-check{background:var(--accent);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:flex}@media (width<=760px){.voice-columns{grid-template-columns:1fr}.voice-header{padding:16px 18px}.voice-main{padding:16px 16px 48px}}.dashboard-shell{background:var(--bg-alt);min-height:100svh;display:flex}.dashboard-sidebar{background:var(--bg);border-right:1px solid var(--border);flex-direction:column;flex:none;gap:24px;width:220px;height:100svh;padding:22px 16px;display:flex;position:sticky;top:0}.dashboard-logo{color:var(--ink);align-items:center;gap:10px;padding:0 8px;font-size:16px;font-weight:700;text-decoration:none;display:flex}.dashboard-logo-mark{background:var(--brand);color:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:17px;font-weight:800;display:flex}.dashboard-nav{flex-direction:column;flex:1;gap:2px;display:flex}.dashboard-nav-link{border-radius:var(--radius-sm);color:var(--ink-muted);padding:10px 12px;font-size:14px;font-weight:600;text-decoration:none}.dashboard-nav-link:hover{background:var(--brand-light);color:var(--brand-dark)}.dashboard-nav-link.active{background:var(--brand);color:#fff}.dashboard-exit-link{color:var(--ink-muted);padding:0 8px;font-size:13px;font-weight:600;text-decoration:none}.dashboard-exit-link:hover{color:var(--brand)}.dashboard-main{flex-direction:column;flex:1;gap:22px;min-width:0;padding:28px 32px 60px;display:flex}.dashboard-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.dashboard-page-header h1{color:var(--ink);font-size:22px}.dashboard-page-header p{color:var(--ink-muted);margin-top:4px;font-size:13.5px}@media (width<=820px){.dashboard-shell{flex-direction:column}.dashboard-sidebar{flex-direction:row;align-items:center;width:100%;height:auto;position:static;overflow-x:auto}.dashboard-nav{flex-direction:row}.dashboard-exit-link{display:none}.dashboard-main{padding:20px 18px 48px}}:root{--series-ai:#2a78d6;--series-staff:#eb6834}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;display:grid}.stat-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:18px 20px}.stat-card-value{letter-spacing:-.02em;color:var(--ink);font-size:28px;font-weight:800}.stat-card-value.tone-brand{color:var(--brand)}.stat-card-label{color:var(--ink-muted);margin-top:4px;font-size:13px;font-weight:600}.stat-card-sublabel{color:var(--ink-muted);margin-top:2px;font-size:12px}.dash-panel{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px 22px}.dash-panel-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.dash-panel-header h2{color:var(--ink);font-size:16px}.dash-panel-header p{color:var(--ink-muted);margin-top:2px;font-size:12.5px}.dash-grid-2{grid-template-columns:1.2fr 1fr;gap:16px;display:grid}@media (width<=900px){.dash-grid-2{grid-template-columns:1fr}}.split-bar-wrap{flex-direction:column;gap:12px;display:flex}.split-bar{background:var(--bg-alt);border-radius:999px;width:100%;height:14px;display:flex;overflow:hidden}.split-bar-segment{height:100%;transition:width .2s}.split-bar-legend{flex-wrap:wrap;gap:18px;display:flex}.split-bar-legend-item{color:var(--ink-muted);align-items:center;gap:7px;font-size:13px;display:inline-flex}.split-bar-legend-item strong{color:var(--ink);font-weight:700}.split-bar-swatch{border-radius:3px;flex:none;width:10px;height:10px}.bar-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.bar-list-row{grid-template-columns:110px 1fr 28px;align-items:center;gap:10px;font-size:13px;display:grid}.bar-list-label{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bar-list-track{background:var(--bg-alt);border-radius:999px;height:10px;overflow:hidden}.bar-list-fill{background:var(--series-ai);border-radius:999px;min-width:4px;height:100%;display:block}.bar-list-value{text-align:right;color:var(--ink);font-weight:700}.chart-empty{color:var(--ink-muted);padding:12px 0;font-size:13px}.trend-bars{align-items:flex-end;gap:10px;height:120px;padding-top:8px;display:flex}.trend-bar-col{flex-direction:column;flex:1;align-items:center;gap:6px;height:100%;display:flex}.trend-bar-track{flex:1;align-items:flex-end;width:100%;display:flex}.trend-bar-fill{background:var(--series-ai);border-radius:4px 4px 0 0;width:100%;min-height:2px}.trend-bar-count{color:var(--ink);font-size:11px;font-weight:700}.trend-bar-label{color:var(--ink-muted);text-transform:uppercase;font-size:10.5px}.dash-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.dash-toolbar-filters{flex-wrap:wrap;gap:10px;display:flex}.dash-input,.dash-select{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--ink);background:var(--bg);padding:9px 12px;font-family:inherit;font-size:13.5px}.dash-input:focus,.dash-select:focus{outline:2px solid var(--brand);outline-offset:1px}.btn-sm{padding:8px 16px;font-size:13px}.btn-danger{color:#b8392f;background:0 0;border:1.5px solid #f4c3bd}.btn-danger:hover{background:#fdeceb}.dash-table-scroll{overflow-x:auto}.dash-table{border-collapse:collapse;width:100%;font-size:13.5px}.dash-table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--ink-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 12px;font-size:11.5px;font-weight:700}.dash-table td{border-bottom:1px solid var(--border);color:var(--ink);vertical-align:middle;padding:12px}.dash-table tr:last-child td{border-bottom:none}.dash-table tr:hover td{background:var(--bg-alt)}.dash-row-actions{justify-content:flex-end;gap:8px;display:flex}.icon-btn{border:1px solid var(--border);background:var(--bg);color:var(--ink-muted);border-radius:var(--radius-sm);cursor:pointer;padding:6px 11px;font-size:12.5px;font-weight:600}.icon-btn:hover{color:var(--brand);border-color:var(--brand)}.icon-btn.danger:hover{color:#b8392f;background:#fdeceb;border-color:#f4c3bd}.badge{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:11.5px;font-weight:700;display:inline-flex}.badge-ai{color:var(--series-ai);background:#2a78d61f}.badge-staff{color:var(--series-staff);background:#eb68341f}.badge-full{color:#b8392f;background:#fdeceb}.badge-open{background:var(--brand-light);color:var(--brand-dark)}.dash-empty{text-align:center;color:var(--ink-muted);padding:32px 12px;font-size:13.5px}.dash-error{color:#a33227;border-radius:var(--radius-sm);background:#fdeceb;border:1px solid #f4c3bd;margin-bottom:14px;padding:10px 14px;font-size:13px}.dash-form{flex-direction:column;gap:14px;display:flex}.dash-field{flex-direction:column;gap:6px;display:flex}.dash-field label{color:var(--ink-muted);font-size:12.5px;font-weight:600}.dash-field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=520px){.dash-field-row{grid-template-columns:1fr}}.dash-form-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.modal-overlay{z-index:100;background:#0e212673;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-panel{background:var(--bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-height:90vh;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;padding:18px 22px;display:flex;position:sticky;top:0}.modal-header h3{color:var(--ink);font-size:16px}.modal-close{color:var(--ink-muted);cursor:pointer;background:0 0;border:none;padding:2px 6px;font-size:22px;line-height:1}.modal-close:hover{color:var(--ink)}.modal-body{padding:20px 22px 24px}
