:root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#1f2a37;background:#f3f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;background:#f3f6fb}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #e2e8f0;padding:1.2rem}.sidebar-brand h1{margin:0;font-size:1.2rem}.sidebar-brand p{margin-top:.3rem;color:#64748b;font-size:.88rem}.sidebar-nav{margin-top:1.4rem;display:flex;flex-direction:column;gap:.4rem}.sidebar-link{text-decoration:none;display:flex;align-items:center;gap:.6rem;color:#475569;font-weight:500;padding:.65rem .7rem;border-radius:.7rem}.sidebar-link-active,.sidebar-link:hover{background:#eef5ff;color:#0f5bd4}.main-content{display:grid;grid-template-rows:auto 1fr}.top-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 1.6rem}.top-header h2{margin:0}.top-header p{margin:.3rem 0 0;color:#64748b}.page-body{padding:1.4rem}.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.status-card,.panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1rem}.status-card h3{margin:0 0 .5rem;font-size:.95rem;color:#64748b}.status-value{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.status-subtitle{margin:.4rem 0 0;color:#475569}.status-card-success{border-left:4px solid #22c55e}.status-card-warning{border-left:4px solid #f59e0b}.status-card-error{border-left:4px solid #ef4444}.panel h3{margin-top:0}.muted{color:#64748b}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.8rem}.stat-line{display:flex;justify-content:space-between;border:1px solid #e2e8f0;border-radius:10px;padding:.7rem}.list{list-style:none;padding:0;margin:.8rem 0 0;display:grid;gap:.7rem}.list li{border:1px solid #e2e8f0;border-radius:10px;padding:.7rem;display:flex;justify-content:space-between;align-items:center}.list li small{color:#64748b}.chat-box{border:1px solid #dbe3f0;border-radius:12px;background:#f8fbff;min-height:280px;max-height:420px;overflow:auto;padding:.8rem;display:grid;gap:.7rem}.chat-msg{padding:.65rem .75rem;border-radius:10px;max-width:86%}.chat-msg p{margin:.35rem 0 0}.chat-msg-user{background:#dbecff;justify-self:end}.chat-msg-assistant,.chat-msg-system{background:#e8edf5}.chat-form{margin-top:.9rem;display:flex;gap:.6rem}.chat-form input{flex:1}.button-row{display:flex;flex-wrap:wrap;gap:.6rem;margin:.8rem 0}.settings-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.8rem}.field.full{grid-column:1 / -1}.field span{font-size:.9rem;color:#334155}input,textarea,select,button{font:inherit}input,textarea,select{border:1px solid #cfd8e5;border-radius:10px;padding:.55rem .65rem;background:#fff}button{border:1px solid #cbd5e1;border-radius:10px;padding:.52rem .8rem;background:#0f5bd4;color:#fff;cursor:pointer}button:hover{background:#0a4db8}.reminder-group{margin:.8rem 0}.reminder-group label{margin-right:1rem}.error-text{color:#dc2626}.success-text{color:#15803d}.warning-panel{border-left:4px solid #f59e0b}.openemr-grid .panel{min-height:140px}.reminder-preview{margin-top:.8rem}.reminder-preview p{margin:.35rem 0}.timeline{list-style:none;margin:.8rem 0 0;padding:0;display:grid;gap:.7rem}.timeline li{display:grid;grid-template-columns:18px 1fr;gap:.6rem;padding:.6rem;border:1px solid #e2e8f0;border-radius:10px}.timeline-dot{width:12px;height:12px;border-radius:99px;margin-top:.35rem;background:#0f5bd4}.console{margin-top:.8rem;border:1px solid #dbe3f0;border-radius:10px;background:#f8fbff;padding:.75rem;display:grid;gap:.4rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88rem}.emergency-banner{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:10px;padding:.7rem;margin-bottom:.7rem;font-weight:600}.intent-badge{background:#e0e7ff;color:#3730a3;border-radius:999px;padding:.2rem .55rem;font-size:.82rem}.link-btn{background:transparent;color:#0f5bd4;border:none;padding:0;font-weight:600;cursor:pointer}.scribe-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,1fr);gap:1rem}.scribe-main{min-width:0}.scribe-sidebar{max-height:calc(100vh - 140px);overflow:auto}.scribe-toolbar{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid #e2e8f0;padding-bottom:.7rem;margin-bottom:.8rem;display:flex;flex-wrap:wrap;gap:.5rem}.confidence-row{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.45rem}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid #e2e8f0}.scribe-layout{grid-template-columns:1fr}}:root{--theme-background: #edf2f9;--theme-surface: #ffffff;--theme-card: #f8fbff;--theme-card-hover: #f3f8ff;--theme-border: #dbe5f0;--theme-text-primary: #10233f;--theme-text-secondary: #5c708f;--theme-muted: #6f84a1;--theme-accent: #1f6feb;--theme-success: #138a52;--theme-warning: #b7791f;--theme-danger: #c53030;--bg-app: #edf2f9;--bg-surface: #ffffff;--bg-panel: #f8fbff;--bg-elevated: #f4f8ff;--border-soft: #dbe5f0;--text-primary: #10233f;--text-secondary: #5c708f;--brand-primary: #1f6feb;--brand-accent: #18a5a5;--success: #138a52;--warning: #b7791f;--danger: #c53030;--shadow-card: 0 12px 24px rgba(16, 35, 63, .06);--radius-lg: 14px;--radius-xl: 18px}:root[data-theme=dark]{--theme-background: #0b1220;--theme-surface: #101a2d;--theme-card: #16243c;--theme-card-hover: #1d2f4d;--theme-border: #2b3f61;--theme-text-primary: #eaf1ff;--theme-text-secondary: #c2d2ec;--theme-muted: #9db2d3;--theme-accent: #6ca8ff;--theme-success: #40c987;--theme-warning: #f1b84f;--theme-danger: #ef6b73;--bg-app: var(--theme-background);--bg-surface: var(--theme-surface);--bg-panel: var(--theme-card);--bg-elevated: var(--theme-card-hover);--border-soft: var(--theme-border);--text-primary: var(--theme-text-primary);--text-secondary: var(--theme-text-secondary);--success: var(--theme-success);--warning: var(--theme-warning);--danger: var(--theme-danger);--shadow-card: 0 16px 34px rgba(2, 6, 16, .56)}:root[data-accent=teal]{--brand-primary: #0f9488;--brand-accent: #0f766e}:root[data-accent=violet]{--brand-primary: #6d4aff;--brand-accent: #8b5cf6}:root[data-accent=emerald]{--brand-primary: #138a52;--brand-accent: #059669}:root[data-accent=adg]{--brand-primary: #1f6feb;--brand-accent: #18a5a5}*{box-sizing:border-box}body{margin:0;font-family:Inter,SF Pro Text,Segoe UI,sans-serif;color:var(--text-primary);background:radial-gradient(1200px 500px at 100% -80px,rgba(31,111,235,.12),transparent 60%),radial-gradient(900px 420px at -10% -100px,rgba(24,165,165,.12),transparent 62%),var(--bg-app)}:root[data-theme=dark] body{background:radial-gradient(1200px 500px at 100% -80px,rgba(57,114,201,.2),transparent 60%),radial-gradient(900px 420px at -10% -100px,rgba(15,148,136,.14),transparent 62%),var(--bg-app)}#root{min-height:100vh}.app-shell{display:grid;grid-template-columns:252px 1fr;min-height:100vh;gap:.5rem;padding:.5rem;transition:grid-template-columns .22s ease}.app-shell.sidebar-collapsed{grid-template-columns:84px 1fr}.sidebar-shell{background:linear-gradient(180deg,#f9fbff,#f2f6fd 82%);border:1px solid #d8e3f1;border-radius:18px;display:flex;flex-direction:column;padding:.75rem;gap:.6rem;box-shadow:0 16px 26px #10233f14;transition:width .22s ease,padding .22s ease}:root[data-theme=dark] .sidebar-shell{background:linear-gradient(180deg,#111e34,#0d172a 82%);border-color:#253a5a}.sidebar-toggle-row{display:flex;justify-content:flex-end}.sidebar-toggle-btn{width:24px;height:24px;border-radius:999px;border:1px solid #d3deee;background:#fff;color:#4c6585;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .16s ease}.sidebar-toggle-btn:hover{background:#eef5ff;color:#1f6feb;border-color:#c4d8f7}.sidebar-logo{background:var(--bg-surface);border:1px solid var(--border-soft);border-radius:12px;box-shadow:0 10px 18px #10233f14;padding:.7rem .75rem}.sidebar-logo h1{margin:0;font-size:.92rem;letter-spacing:.01em}.sidebar-logo p{margin:.2rem 0 0;font-size:.74rem;color:var(--text-secondary)}.nav-group-title{font-size:.67rem;color:#8294ad;margin:.35rem 0 .25rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.nav-group{border-top:1px dashed #d7e1ef;padding-top:.35rem}:root[data-theme=dark] .nav-group{border-top-color:#2a3d5e}.nav-link{display:flex;align-items:center;gap:.42rem;text-decoration:none;color:#334b70;padding:.42rem .45rem;border-radius:9px;font-size:.82rem;transition:all .17s ease;border:1px solid transparent}.app-shell.sidebar-collapsed .nav-link{justify-content:center;padding:.42rem .3rem}.nav-icon-wrap{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#f1f6ff;border:1px solid #d9e6f8;transition:all .17s ease}.nav-link.active,.nav-link:hover{background:linear-gradient(90deg,#1f6feb24,#18a5a514);color:var(--brand-primary);border-color:#c8dbfb}.nav-link.active{box-shadow:0 0 0 2px #1f6feb1f}.nav-link.active .nav-icon-wrap,.nav-link:hover .nav-icon-wrap{background:#e8f1ff;border-color:#bfdbfe}.sidebar-status{margin-top:auto;background:var(--bg-surface);border:1px solid var(--border-soft);border-radius:11px;padding:.62rem;border-style:dashed}.app-shell.sidebar-collapsed .sidebar-status{padding:.45rem .3rem}.app-shell.sidebar-collapsed .sidebar-logo h1{font-size:.8rem;text-align:center}.topbar{min-height:74px;background:linear-gradient(180deg,#ffffffeb,#f8fcffe0);border:1px solid #d8e3f1;border-radius:16px;margin:.6rem .6rem 0;display:flex;justify-content:space-between;align-items:flex-start;padding:.32rem .56rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 18px 28px #10233f24;gap:.8rem}:root[data-theme=dark] .topbar,:root[data-theme=dark] .card,:root[data-theme=dark] .panel,:root[data-theme=dark] .resource-card,:root[data-theme=dark] .encounter-list li,:root[data-theme=dark] .task-row,:root[data-theme=dark] .list li,:root[data-theme=dark] .health-console-card,:root[data-theme=dark] .system-console{background:linear-gradient(180deg,#16243c,#111d31);border-color:#2b3f61;color:var(--text-primary)}:root[data-theme=dark] .muted,:root[data-theme=dark] .clinical-subtitle,:root[data-theme=dark] .resource-grid p span,:root[data-theme=dark] .audit-log time,:root[data-theme=dark] .table th{color:var(--text-secondary)}:root[data-theme=dark] .nav-link{color:#d3e2fb}:root[data-theme=dark] .nav-link.active,:root[data-theme=dark] .nav-link:hover{background:linear-gradient(90deg,#4a90ff57,#27c2af38);color:#f3f8ff;border-color:#4e72a8}:root[data-theme=dark] .nav-link.active{box-shadow:0 0 0 2px #6ca8ff52}:root[data-theme=dark] .nav-icon-wrap{background:#1f3150;border-color:#35527b}:root[data-theme=dark] .command-surface,:root[data-theme=dark] .command-bar,:root[data-theme=dark] .select-compact,:root[data-theme=dark] .command-search input,:root[data-theme=dark] .field input,:root[data-theme=dark] .field textarea,:root[data-theme=dark] .field select{background:#142139;border-color:#2d456b;color:var(--text-primary)}:root[data-theme=dark] .table td{border-bottom-color:#2f476a}:root[data-theme=dark] .btn.secondary,:root[data-theme=dark] .btn.ghost{background:#1b2d49;color:#e4edff;border-color:#41608d}:root[data-theme=dark] .metric-value,:root[data-theme=dark] .queue-card strong,:root[data-theme=dark] .queue-column-head h4,:root[data-theme=dark] .clinical-header-title,:root[data-theme=dark] .page-header-content h3,:root[data-theme=dark] .topbar h2{color:#f1f6ff}:root[data-theme=dark] .badge.success{background:#40c98733;color:#86e7b9}:root[data-theme=dark] .badge.warning{background:#f1b84f38;color:#ffd88a}:root[data-theme=dark] .badge.danger{background:#ef6b7338;color:#ffb1b7}:root[data-theme=dark] .badge.info{background:#6ca8ff38;color:#b6d6ff}:root[data-theme=dark] .badge.dark{background:#2a3e5f;color:#d5e4fa}:root[data-theme=dark] .health-chip{background:#1e314f;border-color:#365379;color:#dce8fb}:root[data-theme=dark] .queue-notify-card,:root[data-theme=dark] .queue-column,:root[data-theme=dark] .queue-card,:root[data-theme=dark] .topbar-dropdown-panel,:root[data-theme=dark] .command-search-suggestions,:root[data-theme=dark] .scribe-hero-card,:root[data-theme=dark] .recording-panel,:root[data-theme=dark] .clean-surface,:root[data-theme=dark] .nested-panel{background:linear-gradient(180deg,#162740,#121f34);border-color:#314b72;color:var(--text-primary)}:root[data-theme=dark] .queue-card-grid p,:root[data-theme=dark] .queue-card-grid p span,:root[data-theme=dark] .card small,:root[data-theme=dark] .topbar-title .eyebrow,:root[data-theme=dark] .nav-group-title,:root[data-theme=dark] .list small,:root[data-theme=dark] .muted,:root[data-theme=dark] .online{color:var(--theme-text-secondary)}:root[data-theme=dark] .sidebar-toggle-btn,:root[data-theme=dark] .icon-btn,:root[data-theme=dark] .tool-btn,:root[data-theme=dark] .dash-btn,:root[data-theme=dark] .select-compact{background:#1a2b47;border-color:#39567f;color:#dce9ff}:root[data-theme=dark] .table th,:root[data-theme=dark] .table td{color:#dce7fa}:root[data-theme=dark] .table th{background:#17273f}:root[data-theme=dark] .table td{border-bottom-color:#2c4367}:root[data-theme=dark] .status-chip{background:#213451;border-color:#3c5f8d;color:#dcebff}:root[data-theme=dark] .topbar-meta,:root[data-theme=dark] .command-surface,:root[data-theme=dark] .command-bar{background:#122037;border-color:#2d466b}:root[data-theme=dark] .status-widget,:root[data-theme=dark] .status-detail-drawer{background:linear-gradient(180deg,#162740,#121f34);border-color:#314b72;color:var(--text-primary)}:root[data-theme=dark] .status-widget strong{color:#f1f6ff}.topbar-title .eyebrow{margin:0;font-size:.69rem;text-transform:uppercase;letter-spacing:.08em;color:#6e86a7;font-weight:700}.topbar h2{margin:0;font-size:1.18rem;line-height:1.2}.breadcrumb{color:var(--text-secondary);font-size:.82rem;margin-top:.2rem}.topbar-right{display:grid;gap:.28rem;justify-items:end}.topbar-meta{display:flex;flex-wrap:wrap;gap:.28rem;justify-content:flex-end;background:#f2f7ff;border:1px solid #d7e4f3;border-radius:999px;padding:.16rem .24rem}.status-widget{border:1px solid #d8e4f3;background:linear-gradient(180deg,#fff,#f7fbff);border-radius:10px;padding:.28rem .36rem;display:grid;gap:.12rem;min-width:130px;text-align:left;cursor:pointer}.status-widget strong{font-size:.92rem;color:#1d3557}.status-widget .badge{width:fit-content}.status-detail-drawer{position:absolute;right:.75rem;top:calc(100% - 2px);width:320px;border:1px solid #d8e4f3;border-radius:12px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 20px 32px #10233f33;padding:.44rem;z-index:60}.status-detail-head{display:flex;align-items:center;justify-content:space-between;gap:.3rem}.status-detail-head h4{margin:0;font-size:.9rem}.main-area{display:grid;grid-template-rows:auto 1fr}.page-body{padding:.65rem .85rem .9rem;display:grid;gap:.58rem}.card,.panel{background:linear-gradient(180deg,#ffffff 0%,var(--bg-panel) 100%);border:1px solid #d9e4f1;border-radius:var(--radius-lg);box-shadow:0 16px 24px #10233f1a,0 2px 2px #10233f0f;padding:.72rem;position:relative;overflow:hidden}.card:before,.panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#1f6feb59,#18a5a559);opacity:.45}.hero-card{background:linear-gradient(120deg,#edf5ff,#f2f9ff,#ebf7f4);border-color:#cfe0f6;display:grid;gap:.35rem}.hero-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.hero-ops-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.46rem;margin-top:.15rem}.hero-ops-card{border:1px solid #d6e4f4;background:linear-gradient(180deg,#fff,#f7faff);border-radius:10px;padding:.5rem;display:grid;gap:.3rem}.hero-ops-card h5{margin:0;font-size:.77rem;letter-spacing:.04em;text-transform:uppercase;color:#4d6787}.hero-mini-list{display:grid;gap:.2rem}.hero-mini-list p{margin:0;display:grid;grid-template-columns:48px 1fr;gap:.34rem;font-size:.72rem}.hero-mini-list p span{color:#6d84a3}.pipeline-row{display:grid;grid-template-columns:92px 1fr;gap:.35rem;align-items:center;font-size:.72rem;color:#4a6382}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:.48rem}.metric-title{margin:0;color:var(--text-secondary);font-size:.71rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700}.metric-value{margin:.22rem 0 0;font-size:1.28rem;font-weight:700;line-height:1.12}.metric-head{display:flex;align-items:center;justify-content:space-between;gap:.35rem}.metric-live-dot{width:8px;height:8px;border-radius:999px;background:#16a34a;box-shadow:0 0 #16a34a59;animation:pulse 1.4s infinite}.kpi-hierarchy-grid{grid-template-columns:2fr 1fr 1fr 1fr;align-items:stretch}.kpi-primary .metric-card{min-height:100%}.command-layout{display:grid;grid-template-columns:1.7fr 1.2fr;gap:.56rem}.metric-trend{font-size:.64rem;margin-top:0}.metric-chart{margin-top:.32rem}.metric-chart svg{width:100%;height:26px}.sparkline{fill:none;stroke:#1f6feb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.tone-success .sparkline{stroke:#0f9f62}.tone-warning .sparkline{stroke:#b7791f}.tone-danger .sparkline{stroke:#c53030}.metric-progress{margin-top:.22rem;height:5px;border-radius:999px;background:#e4ecf8;overflow:hidden}.metric-progress span{display:block;height:100%;background:linear-gradient(90deg,#1f6feb,#18a5a5)}.badge{display:inline-flex;align-items:center;padding:.18rem .45rem;border-radius:999px;font-size:.68rem;font-weight:600}.badge.success{background:#def7ec;color:var(--success)}.badge.warning{background:#fef3c7;color:var(--warning)}.badge.danger{background:#fee2e2;color:var(--danger)}.badge.info{background:#dbeafe;color:var(--brand-primary)}.badge.dark{background:#e2e8f0;color:#334155}.chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.health-chip{border:1px solid #dbe5f2;border-radius:999px;padding:.19rem .5rem;font-size:.7rem;background:#f5f9ff;display:inline-flex;align-items:center;gap:.3rem;font-weight:600}.chip-dot{width:7px;height:7px;border-radius:999px;background:#64748b;box-shadow:0 0 #64748b4d;animation:pulse 1.8s infinite}.health-chip.tone-success .chip-dot{background:var(--success)}.health-chip.tone-warning .chip-dot{background:var(--warning)}.health-chip.tone-danger .chip-dot{background:var(--danger)}@keyframes pulse{0%{box-shadow:0 0 #10233f40}70%{box-shadow:0 0 0 7px #10233f00}to{box-shadow:0 0 #10233f00}}.btn{border:1px solid #bcd2f8;background:linear-gradient(180deg,#2a7bf5,#1f6feb);color:#fff;border-radius:9px;padding:.42rem .62rem;cursor:pointer;font-size:.77rem;font-weight:650;transition:all .16s ease}:root[data-accent=teal] .btn{background:linear-gradient(180deg,#14b8a6,#0f9488);border-color:#0f9488}:root[data-accent=violet] .btn{background:linear-gradient(180deg,#8b5cf6,#6d4aff);border-color:#6d4aff}:root[data-accent=emerald] .btn{background:linear-gradient(180deg,#22c55e,#138a52);border-color:#138a52}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 14px #1f6feb33}.btn.secondary{background:#f8fbff;color:#184a8b;border-color:#d0def2}.btn.ghost{background:transparent;color:var(--brand-primary);border-color:#dce7f4}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid #e8eef6;text-align:left;padding:.45rem .5rem;font-size:.78rem}.table th{color:#6b7f99;font-weight:600}.split-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);gap:.58rem}.command-bar{display:flex;align-items:center;gap:.3rem;background:#f6f9ff;border:1px solid #dce6f4;border-radius:11px;padding:.22rem}.command-surface{display:grid;grid-template-columns:1fr auto;gap:.3rem;align-items:center;width:100%;background:#eef5ff;border:1px solid #d4e2f4;border-radius:12px;padding:.24rem}.command-actions{display:flex;align-items:center;gap:.28rem;padding-right:.1rem}.command-search input{min-width:220px;border:0;background:transparent;outline:none;font-size:.73rem;padding:.18rem .3rem}.select-compact{border:1px solid #d5e2f4;background:#fff;border-radius:8px;font-size:.69rem;padding:.26rem .34rem}.icon-btn{width:24px;height:24px;border-radius:999px;border:1px solid #dbe7f5;background:#fff;color:#667085;cursor:pointer}.user-chip{width:28px;height:28px;border-radius:999px;border:1px solid #dce6f4;background:linear-gradient(180deg,#2a7bf5,#1f6feb);color:#fff;font-size:.7rem;font-weight:700;cursor:pointer}.settings-layout{display:grid;grid-template-columns:220px 1fr;gap:1rem}.settings-nav button{width:100%;text-align:left;margin-bottom:.4rem}.empty-state{text-align:center;padding:.95rem;color:var(--text-secondary)}.workflow-stepper{display:flex;flex-wrap:wrap;gap:.5rem}.workflow-step{border:1px solid #dbe5f2;border-radius:999px;padding:.28rem .65rem;font-size:.72rem;background:#f9fcff}.field{display:grid;gap:.35rem}.field input,.field textarea,.field select{border:1px solid #d8e3f0;border-radius:9px;padding:.44rem .52rem;width:100%;font:inherit;font-size:.8rem;background:#fcfeff}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.52rem}.danger-banner{border:1px solid #fecaca;background:#fff1f1;color:#991b1b;border-radius:10px;padding:.6rem}.list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.list li{display:flex;justify-content:space-between;align-items:center;border:1px solid #e8eef6;border-radius:10px;padding:.45rem .55rem;background:#fcfeff;font-size:.8rem}.list small,.muted{color:var(--text-secondary)}.button-row{display:flex;flex-wrap:wrap;gap:.36rem;margin-top:.34rem}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.chat-box{border:1px solid #e8eef6;border-radius:10px;padding:.5rem;max-height:260px;overflow:auto;background:#fafcff;display:grid;gap:.45rem}.chat-msg{border-radius:10px;padding:.36rem .48rem;font-size:.8rem}.chat-msg-user{background:#eaf3ff}.chat-msg-assistant{background:#ecfbf8}.timeline{list-style:none;padding:0;margin:0;display:grid;gap:.38rem}.timeline li{display:grid;grid-template-columns:14px 1fr;gap:.42rem;align-items:start}.timeline-dot{width:10px;height:10px;border-radius:999px;margin-top:.35rem;background:var(--brand-primary)}.ops-grid{display:grid;grid-template-columns:2fr 1.3fr;gap:.56rem}.ops-grid-right{display:grid;gap:.56rem}.mini-chart{width:100%;height:32px;border-radius:8px;background:linear-gradient(180deg,#1f6feb29,#1f6feb05),repeating-linear-gradient(90deg,#3b82f64d 0 6px,#3b82f614 6px 11px);border:1px solid #d8e5f8}.uptime-bar{height:6px;border-radius:999px;background:#e6edf8;overflow:hidden}.uptime-bar>span{display:block;height:100%;background:linear-gradient(90deg,#2a7bf5,#16a34a)}.timeline-feed-item{display:grid;grid-template-columns:28px 1fr auto;gap:.4rem;align-items:center;border-bottom:1px dashed #dbe4f1;padding:.3rem 0}.avatar-dot{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700;color:#1e3a5f;background:#e7f0ff;border:1px solid #cce0fb}.live-ops-panel,.ai-health-panel{display:grid;gap:.36rem}.elevated-zone{background:linear-gradient(180deg,#f3f8ff,#e9f2ff);border-color:#cbdaf0}.dark-zone{background:linear-gradient(180deg,#1f2b3d,#263651);border-color:#34486a;color:#eef5ff}.dark-zone h4,.dark-zone .muted,.dark-zone p,.dark-zone strong,.dark-zone .console-line{color:#e9f2ff}.dark-zone .health-console-card{background:#2b3c59;border-color:#3c5177}.dark-zone .health-console-card p{color:#b9cceb}.dark-zone .uptime-bar{background:#3e5273}.dark-zone .system-console{background:#2b3c59;border-color:#3c5177}.health-console-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.34rem}.health-console-card{border:1px solid #d3e1f2;background:#ffffffd9;border-radius:9px;padding:.35rem .4rem;display:grid;gap:.2rem}.health-console-card p{margin:0;font-size:.68rem;color:#617a9a;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.health-console-card strong{font-size:.92rem}.system-console{border:1px solid #dbe5f2;border-radius:9px;background:#f8fbff;padding:.4rem;display:grid;gap:.2rem}.executive-hero{background:linear-gradient(135deg,#f7fbff,#eef5ff 48%,#ecf6f3);border-color:#c9d8eb}.executive-hero-head{display:grid;grid-template-columns:1.8fr 1fr;gap:.5rem;align-items:start}.hero-alert-stack{display:grid;gap:.35rem}.alert-card{border-radius:10px;padding:.42rem .5rem;border:1px solid transparent}.alert-card strong{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.alert-card p{margin:.22rem 0 0;font-size:.74rem}.alert-card.danger{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.alert-card.warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.hero-lane .list.dark li{background:#eef5ff}.hero-event{display:grid;grid-template-columns:48px 1fr;gap:.35rem;padding:.2rem 0;border-bottom:1px dashed #d9e5f4}.hero-event span{color:#6a83a3;font-size:.7rem}.hero-event p{margin:0;font-size:.74rem}.console-line{font-size:.72rem;color:#48617f;display:flex;align-items:center;gap:.35rem}.pulse-dot{width:7px;height:7px;border-radius:999px;background:#16a34a;box-shadow:0 0 #16a34a59;animation:pulse 1.5s infinite}.pulse-dot.warning{background:#d97706;box-shadow:0 0 #d9770659}.page-header-shell{padding:.34rem .48rem}.page-header-content h3{margin:.1rem 0 0;font-size:1.12rem}.page-header-content .muted{margin:.2rem 0 0;font-size:.78rem}.page-header-actions{display:flex;align-items:center;gap:.35rem}.nested-panel{border:1px solid #d9e5f3;border-radius:10px;padding:.45rem;background:#ffffffd4}.list.compact li{padding:.34rem .45rem}@media(max-width:1100px){.app-shell,.split-layout,.settings-layout,.ops-grid{grid-template-columns:1fr}.command-search input{min-width:120px}.hero-ops-grid,.health-console-grid,.command-surface,.kpi-hierarchy-grid,.command-layout,.executive-hero-head{grid-template-columns:1fr}.command-actions{justify-content:flex-start}}.evidence-drawer-backdrop{position:fixed;inset:0;background:#080f1e73;z-index:80;display:flex;justify-content:flex-end}.evidence-drawer-panel{width:min(760px,92vw);height:100vh;background:linear-gradient(180deg,#fff,#f7fbff);border-left:1px solid #dbe7f5;box-shadow:-8px 0 24px #10233f3d;display:grid;grid-template-rows:auto auto 1fr;gap:.45rem;padding:.8rem}.evidence-drawer-head{display:flex;justify-content:space-between;align-items:center;gap:.45rem}.evidence-drawer-head h4{margin:0;font-size:.98rem;color:#1a3454}.evidence-drawer-meta{margin:0;color:#667e9d;font-size:.73rem}.evidence-drawer-content{margin:0;font-size:.73rem;white-space:pre-wrap;overflow:auto;border:1px solid #dbe7f5;border-radius:10px;background:#f9fcff;padding:.6rem}:root[data-theme=dark] .evidence-drawer-panel{background:linear-gradient(180deg,#1b2b46,#16233a);border-left-color:#2e476d}:root[data-theme=dark] .evidence-drawer-head h4{color:#deecff}:root[data-theme=dark] .evidence-drawer-meta{color:#a9bddc}:root[data-theme=dark] .evidence-drawer-content{border-color:#2f486d;background:#122036;color:#dceaff}.command-search-theme{display:grid;gap:.58rem}.command-search-clean{display:grid;gap:.4rem}.scribe-topbar{background:linear-gradient(180deg,#fdfefe,#f4f8fb);border-color:#d4dee8;box-shadow:0 14px 22px #10233f1f}.scribe-command-surface{background:#edf2f7;border-color:#d6e0ea}.scribe-command-bar{background:#f8fafc;border-color:#d8e2ec}.scribe-header-shell{background:linear-gradient(180deg,#fff,#f6f9fc);border-color:#d8e3ed}.scribe-command-hero{background:linear-gradient(135deg,#f9fcfe,#f1f6fb 52%,#eef4f9);border-color:#d5e1ec}.scribe-hero-main{display:grid;grid-template-columns:1.7fr 1fr;gap:.56rem;align-items:start}.recording-panel{border:1px solid #d2dee9;border-radius:12px;padding:.55rem;background:linear-gradient(180deg,#fff,#f5f9fc);display:grid;gap:.35rem}.recording-panel-head{display:flex;justify-content:space-between;align-items:center;gap:.35rem}.wave-strip{height:34px;border-radius:9px;border:1px solid #d6e4f1;background:linear-gradient(180deg,#0284c71f,#0284c708),repeating-linear-gradient(90deg,#38bdf861 0 5px,#38bdf824 5px 9px)}.scribe-hero-grid{margin-top:.45rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.46rem}.scribe-hero-card{border:1px solid #d8e3ee;border-radius:10px;background:#ffffffd9;padding:.46rem}.scribe-hero-card h5{margin:0 0 .3rem;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#4a617f}.scribe-kpi-theme .metric-card{border-color:#d5e1ec;background:linear-gradient(180deg,#fff,#f6f9fc)}.compact-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.scribe-metric-card .metric-title{color:#5d738f}.scribe-metric-card .metric-value{color:#1d324f}.scribe-panel-surface{background:linear-gradient(180deg,#fff,#f6f9fc);border-color:#d7e2ed}.clean-surface{background:#fff;border-color:#dbe4ef;box-shadow:0 10px 18px #10233f12}.scribe-console-surface{background:linear-gradient(180deg,#1e2a3b,#243246);border-color:#32475f;color:#eef5ff}.scribe-console-surface .health-console-card{background:#2b3c53;border-color:#3a536f}.scribe-console-surface .health-console-card p{color:#bfd0e8}.scribe-console-surface .system-console{background:#2b3c53;border-color:#3a536f}.scribe-console-surface h4,.scribe-console-surface .console-line,.scribe-console-surface strong{color:#eef5ff}.command-search-clean .panel,.command-search-clean .card{padding:.45rem}.command-search-clean .page-header-shell{padding:.4rem .56rem}.command-search-clean .metric-value{font-size:.98rem}.command-search-clean .metric-title{font-size:.63rem}.command-search-clean .metric-chart svg{height:15px}.command-search-clean .metric-progress{height:3px;margin-top:.1rem}.command-search-clean .list li{padding:.28rem .36rem;font-size:.73rem}.command-search-clean .timeline-feed-item{padding:.19rem 0}.clean-console{background:#fbfdff}.clean-console .console-line{color:#556f8f;font-size:.71rem}.advanced-diagnostics-panel{padding-top:.28rem}.advanced-diagnostics summary{cursor:pointer;list-style:none;font-size:.74rem;font-weight:700;color:#274567}.advanced-diagnostics summary::-webkit-details-marker{display:none}.advanced-diagnostics summary:after{content:" +";font-weight:600;color:#5f7896}.advanced-diagnostics[open] summary:after{content:" -"}.advanced-diagnostics-grid{margin-top:.32rem;display:grid;grid-template-columns:1fr 1fr;gap:.34rem}.advanced-diagnostics:not([open]){padding-bottom:.04rem}.clinical-workspace{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(0,1.6fr) minmax(240px,.95fr);gap:.56rem;align-items:start}.clinical-column{display:grid;gap:.5rem}.clinical-header-bar{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.clinical-header-title{margin:0;font-size:.92rem;color:#173353}.clinical-subtitle{margin:.2rem 0 0;color:#5b7391;font-size:.74rem}.resource-card{border:1px solid #dbe5f0;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff);padding:.46rem;display:grid;gap:.32rem}.resource-card h5{margin:0;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;color:#4e6687}.resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.3rem}.resource-grid p{margin:0;font-size:.73rem;color:#1f395a}.resource-grid p span{color:#6b829f}.status-chip{display:inline-flex;align-items:center;gap:.3rem;border:1px solid #d9e4f2;border-radius:999px;padding:.16rem .45rem;background:#f4f8ff;font-size:.68rem;color:#3f5e83;font-weight:600}.status-dot{width:6px;height:6px;border-radius:999px;background:#64748b}.status-dot.success{background:#16a34a}.status-dot.warning{background:#d97706}.status-dot.danger{background:#dc2626}.encounter-list{list-style:none;margin:0;padding:0;display:grid;gap:.32rem}.encounter-list li{border:1px solid #e4ecf7;border-radius:10px;background:#fbfdff;padding:.4rem .48rem;display:grid;gap:.2rem}.encounter-list strong{font-size:.78rem;color:#1a3556}.encounter-list small{color:#6480a3}.task-queue{display:grid;gap:.3rem}.task-row{display:grid;grid-template-columns:1fr auto;gap:.35rem;border:1px solid #e0e9f5;border-radius:9px;padding:.36rem .42rem;background:#fcfeff;align-items:center}.audit-log{list-style:none;margin:0;padding:0;display:grid;gap:.25rem}.audit-log li{display:grid;grid-template-columns:62px 1fr auto;gap:.35rem;align-items:start;border-bottom:1px dashed #dbe5f1;padding:.22rem 0}.audit-log time{color:#7188a5;font-size:.68rem}.audit-log p{margin:0;font-size:.75rem}.clinical-table td,.clinical-table th{font-size:.75rem}.quick-actions-panel{display:grid;gap:.3rem}.quick-actions-head{display:flex;justify-content:space-between;gap:.35rem;align-items:center}.quick-actions-head h4{margin:0;font-size:.91rem;line-height:1.2;color:#173352}.role-labels .badge{font-size:.62rem;padding:.14rem .34rem}.quick-actions-row{margin-top:0;gap:.28rem}.quick-actions-row .btn{padding:.35rem .52rem;font-size:.72rem}.compact-kpi-grid .metric-card{min-height:108px}.command-ops-3col{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:.4rem}.ops-column h4{margin:0 0 .25rem;font-size:.95rem;color:#1a3454}.ops-column .muted{font-size:.69rem}.health-console-card{padding:.28rem .35rem}.health-console-card strong{font-size:.84rem}.health-console-card p{font-size:.62rem}.topbar{min-height:30px;padding:.18rem .38rem}.topbar h2{font-size:1.04rem}.page-header-content h3{font-size:1.01rem}.page-header-content .muted{font-size:.73rem}.panel,.card,.metric-card,.timeline-feed-item,.health-console-card,.btn,.badge{transition:all .18s ease}.compact-density .page-body{gap:.4rem;padding:.45rem .6rem .7rem}.compact-density .panel,.compact-density .card{padding:.48rem}.compact-density .kpi-grid{gap:.34rem}.compact-density .table th,.compact-density .table td{padding:.3rem .38rem}.nav-group-toggle{width:100%;border:0;background:transparent;padding:0;margin:0 0 .2rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.nav-group-caret{color:#6f84a1;font-size:.82rem;font-weight:700}.queue-notification-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.queue-notify-card{border:1px solid #dbe6f4;border-radius:9px;background:linear-gradient(180deg,#fff,#f7fbff);padding:.4rem .45rem;display:grid;gap:.16rem}.queue-notify-card strong{font-size:.86rem}.queue-workspace{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:.48rem}.queue-board{overflow:hidden}.queue-board-grid{display:grid;grid-template-columns:repeat(5,minmax(210px,1fr));gap:.34rem;overflow-x:auto;padding-bottom:.2rem}.queue-column{border:1px solid #dce7f4;border-radius:10px;background:linear-gradient(180deg,#fdfefe,#f4f8fd);display:grid;grid-template-rows:auto 1fr;min-height:420px}.queue-column-head{display:flex;align-items:center;justify-content:space-between;gap:.3rem;padding:.38rem .4rem;border-bottom:1px solid #e6eef9}.queue-column-head h4{margin:0;font-size:.79rem;color:#1b385b}.queue-column-body{padding:.3rem;display:grid;gap:.3rem;align-content:start}.queue-card{border:1px solid #dbe7f5;border-radius:9px;background:#fff;padding:.36rem .4rem;display:grid;gap:.28rem}.queue-card-head{display:flex;justify-content:space-between;align-items:center;gap:.28rem}.queue-card strong{font-size:.78rem}.queue-card-grid{display:grid;gap:.16rem}.queue-card-grid p{margin:0;font-size:.69rem;color:#2b4668}.queue-card-grid p span{color:#6f86a3}:root[data-theme=dark] .queue-card-grid p span{color:#a8bddc}.queue-ops{gap:.45rem}.topbar-dropdown-wrap{position:relative}.topbar-dropdown-panel{position:absolute;top:calc(100% + 4px);right:0;width:280px;z-index:40;border:1px solid #d8e4f3;border-radius:10px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 16px 28px #10233f29;padding:.38rem}.topbar-count-badge{margin-left:.26rem}.inference-pill{padding:.16rem .42rem;font-size:.66rem}.topbar-dropdown-head{display:flex;justify-content:space-between;align-items:center;gap:.35rem;margin-bottom:.24rem}.command-search-suggestions{position:static;width:100%;margin-top:.25rem}.suggestion-pill{border:1px solid #d9e4f2;cursor:pointer}.app-footer{margin:.2rem .85rem .5rem;border:1px solid #d8e3f1;border-radius:12px;background:linear-gradient(180deg,#ffffffeb,#f8fcffe0);padding:.26rem .5rem;display:flex;justify-content:space-between;align-items:center;gap:.45rem;font-size:.7rem}.live-data-badge{margin-left:.3rem;display:inline-flex}:root[data-theme=dark] .topbar-dropdown-panel,:root[data-theme=dark] .app-footer{background:linear-gradient(180deg,#1b2b46,#16233a);border-color:#2e476d}.panel:hover,.metric-card:hover{box-shadow:0 12px 18px #10233f1a;transform:translateY(-1px)}@media(max-width:1100px){.clinical-workspace,.scribe-hero-main,.scribe-hero-grid,.compact-kpi-grid,.advanced-diagnostics-grid,.command-ops-3col,.queue-workspace,.queue-notification-strip{grid-template-columns:1fr}.app-footer,.quick-actions-head{flex-direction:column;align-items:flex-start}}.scribe-layout{display:grid;grid-template-columns:320px minmax(0,1fr) 320px;gap:1rem}.scribe-panel{display:grid;gap:.75rem;align-content:start}.scribe-card{background:var(--bg-surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:.9rem}.scribe-card h4{margin:0 0 .55rem;font-size:.96rem}.scribe-center{display:grid;gap:.75rem}.scribe-warning{border:1px solid #fed7aa;background:#fff9f2;color:#9a3412;border-radius:12px;padding:.6rem .75rem}.scribe-warning.approved{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.scribe-kv{display:grid;gap:.35rem}.scribe-kv p{margin:0;display:flex;justify-content:space-between;gap:.75rem}.scribe-kv span{color:var(--text-secondary)}.scribe-tag-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem}.scribe-tag-list li{font-size:.8rem;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:.15rem .55rem}.scribe-tag-list.warning li{border-color:#fecaca;background:#fff1f2;color:#be123c}.scribe-badge{display:inline-flex;border-radius:999px;padding:.2rem .55rem;font-size:.76rem;font-weight:600}.scribe-badge.success{background:#dcfce7;color:#166534}.scribe-badge.warning{background:#fef3c7;color:#92400e}.scribe-section-title h4{margin:0}.scribe-section-title p{margin:.2rem 0 0;font-size:.82rem;color:var(--text-secondary)}.scribe-timeline{display:grid;gap:.5rem;margin-bottom:.6rem}.scribe-timeline-item{display:grid;grid-template-columns:54px 1fr;gap:.55rem;align-items:start}.scribe-timeline-item span{font-size:.75rem;color:var(--text-secondary)}.scribe-timeline-item p{margin:0;background:#f8fbff;border:1px solid #e6effa;border-radius:8px;padding:.45rem .55rem;font-size:.84rem}.scribe-upload-row{display:grid;gap:.45rem;margin-bottom:.6rem}.scribe-tabs{display:flex;gap:.35rem;margin-bottom:.65rem}.scribe-tab{border:1px solid var(--border-soft);border-radius:999px;background:#f8fbff;padding:.25rem .65rem;font-size:.8rem;color:#355377;cursor:pointer}.scribe-tab.active{background:#eaf3ff;border-color:#bfdbfe;color:#1d4ed8;font-weight:600}.scribe-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.scribe-toolbar{position:sticky;bottom:.35rem;z-index:10;border:1px solid var(--border-soft);border-radius:12px;background:#ffffffec;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.6rem;display:flex;justify-content:space-between;gap:.55rem;box-shadow:var(--shadow-card)}.scribe-toolbar-left,.scribe-toolbar-right{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.scribe-confidence{display:flex;gap:.4rem;flex-wrap:wrap}.scribe-confidence .scribe-badge{background:#dbeafe;color:#1d4ed8}:root[data-theme=dark] .scribe-card,:root[data-theme=dark] .scribe-toolbar,:root[data-theme=dark] .scribe-timeline-item p,:root[data-theme=dark] .scribe-tab,:root[data-theme=dark] .scribe-warning,:root[data-theme=dark] .scribe-warning.approved{background:linear-gradient(180deg,#162740,#121f34);border-color:#314b72;color:#e9f1ff}:root[data-theme=dark] .scribe-warning{border-color:#8a6931;color:#ffd88a}:root[data-theme=dark] .scribe-warning.approved{border-color:#2e6c56;color:#93e6bf}:root[data-theme=dark] .scribe-kv span,:root[data-theme=dark] .scribe-section-title p,:root[data-theme=dark] .scribe-timeline-item span{color:#b9cceb}:root[data-theme=dark] .scribe-tab.active{background:#223a5d;border-color:#4d6f9f;color:#d5e5ff}@media(max-width:1280px){.scribe-layout,.scribe-editor-grid{grid-template-columns:1fr}.scribe-toolbar{position:static}}.adgscribe-shell{display:flex;min-height:calc(100vh - 112px);background:#f4f8fd;color:#102033;font-family:Inter,Arial,sans-serif}.scribe-side{position:relative;width:292px;background:#fff;border-right:1px solid #dde8f3;padding:24px 20px;display:flex;flex-direction:column;transition:.25s ease}.scribe-collapsed .scribe-side{width:88px;padding:24px 10px}.scribe-collapsed .scribe-logo,.scribe-collapsed .new-session span,.scribe-collapsed .side-link b,.scribe-collapsed .side-caret{display:none}.collapse-btn{position:absolute;right:-14px;top:18px;width:30px;height:30px;border:0;border-radius:10px;background:#e8f1fd;color:#295383;font-size:20px;line-height:1}.scribe-logo{font-size:36px;font-weight:850;color:#244a7c;margin:2px 0 18px;letter-spacing:-.5px}.scribe-logo span{color:#00aeda}.new-session{height:46px;border:0;border-radius:8px;background:#084377;color:#fff;font-size:15px;font-weight:750;margin-bottom:18px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-icon{font-weight:900}.side-link{display:flex;align-items:center;gap:10px;width:100%;border:0;background:transparent;padding:11px 12px;border-radius:8px;font-size:14px;color:#2d435f;text-align:left;margin:2px 0}.side-link .side-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:#3b5679}.side-link.active,.side-link:hover{background:#eaf3fd;color:#07477d;font-weight:700}.side-caret{margin-left:auto;color:#6f84a1}.side-spacer{flex:1}.scribe-main{flex:1;padding:20px 20px 28px;overflow:auto}.scribe-toolbar{height:52px;background:#fff;border:1px solid #dce7f2;border-radius:11px;display:flex;align-items:center;gap:8px;padding:0 10px;margin-bottom:18px}.icon-btn{width:32px;height:32px;border:1px solid #d7e4f2;background:#fff;border-radius:8px;display:grid;place-items:center;color:#294969}.tool-btn{height:34px;border:1px solid #d7e4f2;background:#fff;border-radius:8px;padding:0 11px;color:#2f4d70;font-weight:700;display:flex;align-items:center;gap:6px;font-size:13px}.toolbar-fill{flex:1}.online{background:transparent;color:#14834a;padding:0 2px;border-radius:999px;font-weight:700;font-size:13px}.avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;border:1px solid #dbe7f3;background:#fff;font-weight:800;font-size:12px}.scribe-main h1{font-size:39px;margin:4px 0 12px;letter-spacing:-.9px}.scribe-search{height:44px;border:1px solid #dde8f3;border-radius:8px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 12px;color:#78879d;font-size:14px;margin-bottom:18px}.scribe-grid{display:grid;grid-template-columns:minmax(520px,1fr) 320px;gap:18px;align-items:start}.record-panel{min-height:300px;background:linear-gradient(135deg,#fbfdff,#f1f7ff);border:1px solid #dce8f3;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:24px;box-shadow:0 8px 18px #0a325a0f}.mic{width:62px;height:62px;border-radius:50%;background:#06477d;color:#fff;display:grid;place-items:center;box-shadow:0 10px 22px #06477d33}.pulse{animation:pulse 1.4s infinite}@keyframes pulse{50%{box-shadow:0 0 0 10px #06477d1f}}.record-panel h2{font-size:31px;margin:16px 0 6px;letter-spacing:-.5px}.record-panel p{color:#5d718a;font-size:14px;margin:0 0 14px}.record-btn{height:38px;padding:0 14px;border-radius:7px;font-size:14px}.primary{border:1px solid #084377;background:#084377;color:#fff;font-weight:700}.right-stack{display:flex;flex-direction:column;gap:14px}.card,.panel,.section-page{background:#fff;border:1px solid #dce8f3;border-radius:12px;padding:16px}.card h3,.panel h3{font-size:27px;margin:0 0 10px;letter-spacing:-.3px}.card small{display:block;color:#7a8ca5;font-size:12px;line-height:1.35}.dash-btn{width:100%;height:34px;border:1px dashed #bfd2e7;background:#fff;border-radius:8px;padding:0 10px;margin:4px 0 6px;text-align:left;font-weight:700;color:#3a5576;display:flex;align-items:center;gap:6px;font-size:13px}.quick-icons{display:flex;gap:8px}.quick-icons button{width:34px;height:34px;border:0;border-radius:7px;background:#b7d2ec;display:grid;place-items:center;color:#2a4c73}.button-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.muted{color:#6f84a1}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.section-page h2{font-size:28px;margin:0 0 14px}.list-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #edf3fa}.list-row button{border:1px solid #dbe7f3;border-radius:8px;background:#fff;padding:8px 12px;font-weight:700}.float-chat{position:fixed;right:24px;bottom:22px;width:52px;height:52px;border:0;border-radius:50%;background:#06477d;color:#fff;font-size:24px;box-shadow:0 12px 24px #06477d47;z-index:30}.modal-backdrop{position:fixed;inset:0;background:#0f233752;display:grid;place-items:center;z-index:9999}.modal-card{width:min(620px,92vw);background:#fff;border-radius:16px;box-shadow:0 24px 70px #00000038;overflow:hidden}.modal-card header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #e3edf7}.modal-card header button{border:0;border-radius:8px;background:#eef5fb;padding:8px 10px}.modal-body{padding:18px;display:flex;flex-direction:column;gap:10px}.modal-body button,.modal-body input{border:1px solid #dbe7f3;background:#fff;border-radius:8px;padding:10px}.record-live{background:#eaf7ef;color:#087d3b;border-radius:10px;padding:12px;font-weight:900}.modal-body pre{white-space:pre-wrap;background:#f6f9fd;border-radius:10px;padding:12px;color:#26384d}@media(max-width:1200px){.scribe-grid,.three-col{grid-template-columns:1fr}.scribe-side{width:250px}}:root[data-theme=dark] .adgscribe-shell{background:#0f1a2c;color:#e9f2ff}:root[data-theme=dark] .scribe-side{background:#111f35;border-right-color:#2d466b}:root[data-theme=dark] .collapse-btn{background:#1f3453;color:#cfe1ff}:root[data-theme=dark] .scribe-logo{color:#bcd6ff}:root[data-theme=dark] .side-link{color:#c4d7f5}:root[data-theme=dark] .side-link .side-icon{color:#9eb9df}:root[data-theme=dark] .side-link.active,:root[data-theme=dark] .side-link:hover{background:#253c60;color:#f1f7ff}:root[data-theme=dark] .scribe-toolbar,:root[data-theme=dark] .scribe-search,:root[data-theme=dark] .card,:root[data-theme=dark] .panel,:root[data-theme=dark] .section-page,:root[data-theme=dark] .record-panel,:root[data-theme=dark] .modal-card{background:linear-gradient(180deg,#162740,#121f34);border-color:#314b72;color:#e9f1ff}:root[data-theme=dark] .tool-btn,:root[data-theme=dark] .icon-btn,:root[data-theme=dark] .dash-btn,:root[data-theme=dark] .list-row button,:root[data-theme=dark] .modal-body button,:root[data-theme=dark] .modal-body input{background:#1a2b47;border-color:#39567f;color:#dce9ff}:root[data-theme=dark] .card small,:root[data-theme=dark] .muted,:root[data-theme=dark] .scribe-search{color:#b9cceb}:root[data-theme=dark] .quick-icons button{background:#2a4367;color:#d8e8ff}:root[data-theme=dark] .list-row{border-bottom-color:#2a3f61}:root[data-theme=dark] .modal-card header{border-bottom-color:#2f486d}:root[data-theme=dark] .modal-card header button{background:#233a5c;color:#dce9ff}:root[data-theme=dark] .modal-body pre{background:#1a2d4a;color:#d7e7ff}
