:root{--brand: #0051ff;--brand-hover: #0047e0;--brand-soft: #e6eeff;--ink: #0a0a0a;--text: #1a1a1a;--muted: #6b7280;--muted-2: #9ca3af;--border: #e5e7eb;--light: #f8fafc;--white: #ffffff;--green: #10b981;--green-deep: #047857;--amber: #f59e0b;--amber-deep: #b45309;--red: #ef4444;--red-deep: #b91c1c;--avatar-bg: #eef2f7;--conf-high-bg: rgba(16, 185, 129, .12);--conf-mid-bg: rgba(245, 158, 11, .14);--conf-low-bg: rgba(239, 68, 68, .12);--warn-surface: rgba(245, 158, 11, .05);--warn-border: var(--amber);--green-surface: rgba(16, 185, 129, .07);--green-border: rgba(16, 185, 129, .2);--selection-bg: var(--brand-soft);--skeleton-sheen: #eef1f6;--on-ink: #ffffff;--on-ink-88: rgba(255, 255, 255, .88);--on-ink-70: rgba(255, 255, 255, .7);--on-ink-60: rgba(255, 255, 255, .6);--on-ink-55: rgba(255, 255, 255, .55);--on-ink-50: rgba(255, 255, 255, .5);--on-ink-22: rgba(255, 255, 255, .22);--on-ink-12: rgba(255, 255, 255, .12);--on-ink-10: rgba(255, 255, 255, .1);--on-ink-08: rgba(255, 255, 255, .08);--on-ink-05: rgba(255, 255, 255, .05);--font-body: "Inter", system-ui, sans-serif;--font-display: "Manrope", "Inter", sans-serif;--font-mono: "Geist Mono", "JetBrains Mono", ui-monospace, monospace;--radius-xs: 5px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 11px;--radius-xl: 14px;--radius-2xl: 18px;--radius-pill: 999px;--shadow-raise: 0 1px 2px rgba(0, 0, 0, .06);--shadow-fab: 0 8px 24px rgba(0, 81, 255, .34);--ring-focus: 0 0 0 3px var(--brand-soft);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 18px;--space-6: 20px;--space-7: 24px;--space-8: 28px;--sidebar-w: 256px;--rail-w: 76px;--topbar-h: 68px;--content-max: 1320px;--bp-tablet: 1180px;--bp-mobile: 900px;--bp-phone: 420px}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}html,body{margin:0;padding:0}body{background:var(--light);color:var(--text);font-family:var(--font-body);font-feature-settings:"cv11","ss01"}#root{min-height:100vh}.display{font-family:var(--font-display);letter-spacing:-.02em}.mono{font-family:var(--font-mono)}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}::selection{background:var(--selection-bg)}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.app{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:var(--white);border-right:1px solid var(--border);position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:22px 14px 16px;z-index:30}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:4px 10px 22px;height:36px}.sidebar-logo img{height:26px;width:auto}.sidebar-section-label{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);padding:16px 12px 8px}.nav-item{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:var(--radius-md);color:var(--muted);font-size:14.5px;font-weight:500;border:0;background:transparent;width:100%;text-align:left;transition:background .12s,color .12s;position:relative}.nav-item:hover{background:var(--light);color:var(--ink)}.nav-item.active{background:var(--brand);color:var(--white);font-weight:600}.nav-item.active svg{color:var(--white)}.nav-item svg{width:21px;height:21px;flex-shrink:0;color:var(--muted-2)}.nav-item.active:hover{background:var(--brand);color:var(--white)}.nav-badge{margin-left:auto;font-size:11px;font-weight:700;padding:2px 7px;border-radius:var(--radius-pill);background:var(--brand-soft);color:var(--brand)}.nav-item.active .nav-badge{background:var(--on-ink-22);color:var(--white)}.nav-label{white-space:nowrap;overflow:hidden}.nav-badge-dot{display:none}.sidebar-spacer{flex:1}.role-switch{display:flex;background:var(--light);border:1px solid var(--border);border-radius:var(--radius-md);padding:3px;gap:2px;margin:0 4px 12px}.role-switch button{flex:1;border:0;background:transparent;height:34px;border-radius:var(--radius-sm);font-size:12.5px;font-weight:600;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:6px}.role-switch button.on{background:var(--white);color:var(--ink);box-shadow:var(--shadow-raise)}.role-switch button svg{width:15px;height:15px}.sidebar-user{display:flex;align-items:center;gap:10px;padding:8px;border-radius:var(--radius-md);width:100%;border:0;background:transparent;text-align:left}.sidebar-user:hover{background:var(--light)}.sidebar-user .who{min-width:0;flex:1}.sidebar-user .who .n{font-size:13.5px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user .who .s{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:var(--topbar-h);border-bottom:1px solid var(--border);background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:16px;padding:0 28px}.topbar h1{font-family:var(--font-display);font-weight:700;font-size:22px;letter-spacing:-.02em;margin:0;color:var(--ink)}.topbar .sub{font-size:13px;color:var(--muted);margin-top:1px}.topbar-search{margin-left:auto;display:flex;align-items:center;gap:8px;background:var(--light);border:1px solid var(--border);border-radius:var(--radius-md);height:40px;padding:0 12px;width:280px;color:var(--muted-2)}.topbar-search input{border:0;background:transparent;outline:none;font-size:14px;width:100%;color:var(--ink)}.icon-btn{width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--white);display:flex;align-items:center;justify-content:center;color:var(--ink);flex-shrink:0;position:relative}.icon-btn:hover{background:var(--light)}.icon-btn svg{width:20px;height:20px}.icon-btn .dot{position:absolute;top:8px;right:9px;width:7px;height:7px;border-radius:var(--radius-pill);background:var(--red);border:1.5px solid var(--white)}.content{padding:28px;max-width:var(--content-max);width:100%;margin:0 auto}.content.wide{max-width:none}.mobile-header,.bottom-tabs,.mobile-fab{display:none}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);padding:20px}.card-soft{background:var(--light);border:1px solid var(--border);border-radius:var(--radius-xl);padding:18px}.divider{height:1px;background:var(--border)}.grid-auto{display:grid;gap:18px}.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.dash-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px;align-items:start}.detail-grid{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}.detail-grid.cols-sidebar{grid-template-columns:minmax(280px,360px) 1fr}.detail-grid.cols-split{grid-template-columns:1fr 300px}.detail-grid.cols-split-wide{grid-template-columns:1fr 320px}.detail-grid.cols-even{grid-template-columns:1fr 1fr}.dash-grid>*,.detail-grid>*{min-width:0}.stat-card{padding:18px}.stat-value-row{display:flex;align-items:baseline;gap:6px;margin-top:8px}.stat-value{font-family:var(--font-display);font-weight:800;font-size:clamp(22px,6vw,30px);letter-spacing:-.03em;color:var(--ink);line-height:1.05}.stat-unit{font-size:14px;color:var(--muted-2)}.stat-trend{font-size:12.5px;font-weight:600;margin-top:4px}.avatar{border-radius:50%;background:var(--avatar-bg);color:var(--ink);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;flex-shrink:0}.pill{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:600}.pill-conf-high{background:var(--conf-high-bg);color:var(--green-deep)}.pill-conf-mid{background:var(--conf-mid-bg);color:var(--amber-deep)}.pill-conf-low{background:var(--conf-low-bg);color:var(--red-deep)}.pill-muted{background:var(--light);color:var(--muted);border:1px solid var(--border)}.pill-brand{background:var(--brand-soft);color:var(--brand)}.btn-primary{height:48px;padding:0 22px;background:var(--brand);color:var(--white);border:0;border-radius:var(--radius-lg);font-weight:600;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary:hover{background:var(--brand-hover)}.btn-primary.block{width:100%}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-outline{height:48px;padding:0 20px;background:var(--white);color:var(--ink);border:1px solid var(--border);border-radius:var(--radius-lg);font-weight:600;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-outline:hover{background:var(--light)}.section-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.progress-track{height:7px;background:var(--light);border:1px solid var(--border);border-radius:var(--radius-pill);overflow:hidden}.progress-fill{height:100%;background:var(--brand);border-radius:var(--radius-pill)}.input{width:100%;height:48px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:0 14px;font-size:15px;color:var(--ink);outline:none}.input:focus{border-color:var(--brand);box-shadow:var(--ring-focus)}.seg{display:inline-flex;background:var(--light);border:1px solid var(--border);border-radius:var(--radius-md);padding:3px;gap:2px}.seg button{border:0;background:transparent;height:34px;padding:0 16px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:600;color:var(--muted)}.seg button.on{background:var(--white);color:var(--ink);box-shadow:var(--shadow-raise)}.row-hover{cursor:pointer;transition:background .1s}.row-hover:hover{background:var(--light)}.row-button{width:100%;border:0;background:transparent;text-align:left;font:inherit;color:inherit}.patients-head,.patient-row{display:grid;grid-template-columns:2fr 1fr 1.4fr 1.4fr 90px;gap:12px;align-items:center}.patients-head{padding:12px 20px;border-bottom:1px solid var(--border)}.patient-row{padding:14px 20px;border-bottom:1px solid var(--border);cursor:pointer}.patient-row .meta-mobile{display:none}@media(max-width:900px){.patients-head{display:none}.patient-row{grid-template-columns:1fr 30px}.patient-row .cell-hide{display:none}.patient-row .meta-mobile{display:block}}.scroll::-webkit-scrollbar{width:8px;height:8px}.scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-pill)}.waveform{display:flex;align-items:center;justify-content:center;gap:4px;overflow:hidden}.waveform .bar{flex:1 1 0;min-width:0;max-width:5px;border-radius:3px;background:var(--brand);animation:wave 1.1s ease-in-out infinite}@keyframes wave{0%,to{height:12%;opacity:.5}50%{height:100%;opacity:1}}.chat-screen{height:calc(100vh - var(--topbar-h))}@media(max-width:900px){.chat-screen{height:calc(100vh - 136px);height:calc(100dvh - 136px)}}.record-controls{display:flex;gap:12px;align-items:center;justify-content:center}@media(max-width:480px){.record-controls{flex-wrap:wrap}.record-stop{order:-1;flex-basis:100%}}.pulse-dot{width:9px;height:9px;border-radius:50%;background:var(--red);animation:pulse 1.4s ease-out infinite}@keyframes pulse{0%{box-shadow:0 0 #ef44448c}to{box-shadow:0 0 0 11px #ef444400}}.uz{border-bottom:1.5px solid var(--brand);padding-bottom:1px}.fade-in{animation:fadeIn .28s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.state-block{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:56px 20px;color:var(--muted)}.state-block .state-icon{width:48px;height:48px;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;background:var(--light);border:1px solid var(--border);color:var(--muted-2)}.state-block .state-title{font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--ink)}.state-block .state-body{font-size:13.5px;max-width:320px;line-height:1.5}.skeleton{background:linear-gradient(90deg,var(--light) 25%,var(--skeleton-sheen) 37%,var(--light) 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.toaster{position:fixed;bottom:24px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;align-items:center;z-index:1000;pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:center;gap:10px;background:var(--ink);color:var(--on-ink);padding:11px 14px;border-radius:var(--radius-lg);box-shadow:0 8px 24px #0003;font-size:14px;font-weight:500;max-width:92vw;animation:toastIn .2s ease}.toast-success{background:var(--green)}.toast-error{background:var(--red)}.toast-close{background:transparent;border:0;color:inherit;opacity:.7;font-size:12px;line-height:1;padding:2px 4px}.toast-close:hover{opacity:1}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:900px){.toaster{bottom:92px}}.dropzone{border:2px dashed var(--border);border-radius:var(--radius-xl);padding:32px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;background:var(--white);transition:border-color .15s,background .15s}.dropzone:hover,.dropzone.drag{border-color:var(--brand);background:var(--brand-soft)}.dropzone .dz-icon{width:52px;height:52px;border-radius:var(--radius-xl);background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center}.dropzone.drag .dz-icon{background:var(--white)}.notif-wrap{position:relative}.notif-menu{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-width:86vw;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:0 12px 32px #0000001f;z-index:60;overflow:hidden;animation:fadeIn .16s ease}.notif-menu-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border)}.notif-menu-head h2{font-family:var(--font-display);font-size:15px;font-weight:700;margin:0}.notif-item{display:flex;gap:12px;align-items:flex-start;padding:12px 16px;border-bottom:1px solid var(--border);text-align:left}.notif-item:last-child{border-bottom:0}.notif-dot{width:8px;height:8px;border-radius:var(--radius-pill);background:var(--brand);margin-top:6px;flex-shrink:0}.notif-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media(max-width:1180px){.dash-grid,.detail-grid,.detail-grid.cols-sidebar,.detail-grid.cols-split,.detail-grid.cols-split-wide,.detail-grid.cols-even{grid-template-columns:1fr}.cols-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:901px)and (max-width:1180px){.sidebar{width:var(--rail-w);padding:22px 10px 16px;align-items:stretch}.sidebar-logo{justify-content:center;padding:4px 0 22px}.sidebar-logo .logo-word,.nav-label,.nav-badge,.sidebar-section-label{display:none}.nav-item{justify-content:center;padding:12px 0}.nav-item .nav-badge-dot{display:block;position:absolute;top:7px;right:14px;width:7px;height:7px;border-radius:var(--radius-pill);background:var(--brand)}.role-switch{flex-direction:column;padding:4px}.role-switch button span,.sidebar-user .who{display:none}.sidebar-user{justify-content:center}.topbar-search{width:200px}}@media(max-width:900px){.sidebar,.topbar{display:none}.cols-3,.cols-4{grid-template-columns:repeat(2,1fr)}.content{padding:16px 16px 96px}.main{padding-bottom:0}.stat-card{padding:14px}.stat-value-row{margin-top:6px}.stat-trend{font-size:12px}.mobile-header{display:flex;align-items:center;gap:12px;height:60px;padding:0 16px;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.mobile-header .mh-logo img{height:22px}.mobile-header h1{font-family:var(--font-display);font-weight:700;font-size:19px;margin:0;letter-spacing:-.02em}.mobile-header .spacer{flex:1}.bottom-tabs{display:flex;position:fixed;bottom:0;left:0;right:0;height:76px;background:#fffffff0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid var(--border);padding:8px 0 calc(8px + env(safe-area-inset-bottom));z-index:40}.bottom-tabs .tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;border:0;background:transparent;color:var(--muted-2);font-size:10.5px;font-weight:600}.bottom-tabs .tab svg{width:25px;height:25px}.bottom-tabs .tab.active{color:var(--brand)}.mobile-fab{position:fixed;right:18px;bottom:92px;width:56px;height:56px;border-radius:var(--radius-pill);background:var(--brand);color:var(--white);border:0;box-shadow:var(--shadow-fab);display:flex;align-items:center;justify-content:center;z-index:41}.dash-grid,.detail-grid,.grid-auto{gap:14px}}@media(min-width:901px){.desktop-hide{display:none!important}}@media(max-width:900px){.mobile-hide{display:none!important}}@media(max-width:420px){.cols-2,.cols-3{grid-template-columns:1fr}}
