:root{--color-eucalypt: #2d4a41;--color-eucalypt-deep: #21362f;--color-bone: #f5efe5;--color-bone-2: #efe7d9;--color-paper: #ffffff;--color-ink: #252320;--color-muted: #7c8a82;--color-sage: #aec4b6;--color-community-sage: color-mix(in srgb, var(--color-sage) 88%, var(--color-bone));--color-honey: #d2a857;--color-honey-tint: #f3e4c4;--color-berry: #7c3b50;--color-brand: var(--color-eucalypt);--color-surface: var(--color-bone);--color-surface-raised: var(--color-bone-2);--color-content-bg: var(--color-paper);--color-text: var(--color-ink);--color-text-muted: var(--color-muted);--color-speaker-clinician: var(--color-eucalypt);--color-speaker-patient: var(--color-berry);--color-flag: var(--color-honey);--color-flag-bg: var(--color-honey-tint);--color-ok: var(--color-sage);--font-display: "Quicksand", -apple-system, system-ui, sans-serif;--font-ui: "Quicksand", -apple-system, system-ui, sans-serif;--font-body: "IBM Plex Sans", -apple-system, system-ui, sans-serif;--font-title: "Young Serif", Georgia, "Times New Roman", serif;--font-title-size: 30px;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 21px;--radius-pill: 999px;--paper-2: color-mix(in srgb, var(--color-paper) 88%, var(--color-bone));--rule: color-mix(in srgb, var(--color-ink) 14%, transparent);--rule-soft: color-mix(in srgb, var(--color-ink) 8%, transparent);--honey-deep: color-mix(in srgb, var(--color-honey) 65%, var(--color-ink))}@font-face{font-family:Quicksand;src:url(../../../fonts/Quicksand.ttf) format("truetype");font-weight:300 700;font-display:swap}@font-face{font-family:"Young Serif";src:url(../../../fonts/YoungSerif.ttf) format("truetype");font-weight:400 700;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(../../../fonts/IBMPlexSans.ttf) format("truetype");font-weight:100 700;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(../../../fonts/IBMPlexSans-Italic.ttf) format("truetype");font-style:italic;font-weight:100 700;font-display:swap}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-ui);color:var(--color-ink);background:var(--color-bone);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--color-eucalypt)}button{font-family:var(--font-ui)}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;flex:none;width:20px;height:20px;margin:0;border:1.5px solid color-mix(in srgb,var(--color-eucalypt) 38%,var(--rule));border-radius:6px;background:var(--color-paper);display:inline-grid;place-content:center;vertical-align:-4px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}input[type=checkbox]:before{content:"";width:12px;height:12px;transform:scale(0);transform-origin:center;transition:transform .16s cubic-bezier(.2,1,.4,1);background-color:var(--color-eucalypt);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}input[type=checkbox]:checked{border-color:var(--color-eucalypt);background:color-mix(in srgb,var(--color-eucalypt) 12%,var(--color-paper))}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:hover:not(:disabled){border-color:var(--color-eucalypt)}input[type=checkbox]:disabled{opacity:.5;cursor:default}@media(prefers-reduced-motion:reduce){input[type=checkbox],input[type=checkbox]:before{transition:none}}select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237c8a82' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;padding-right:34px!important;cursor:pointer}select:disabled{opacity:.5;cursor:default}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid color-mix(in srgb,var(--color-eucalypt) 60%,transparent);outline-offset:2px;border-radius:4px}.btn{font-family:var(--font-ui);font-weight:600;font-size:13.5px;line-height:1.2;padding:11px 18px;border-radius:12px;border:1px solid var(--rule);background:var(--color-paper);color:var(--color-eucalypt);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;white-space:nowrap}.btn:hover{background:var(--color-bone)}.btn.primary{background:var(--color-eucalypt);color:var(--color-bone);border-color:var(--color-eucalypt);box-shadow:0 12px 24px -14px color-mix(in srgb,var(--color-eucalypt) 70%,transparent)}.btn.primary:hover{background:var(--color-eucalypt-deep)}.btn.sm.primary{box-shadow:none}.btn.danger{background:var(--color-berry);color:var(--color-bone);border-color:var(--color-berry)}.btn.danger:hover{background:color-mix(in srgb,var(--color-berry) 88%,var(--color-ink))}.btn.ghost{background:transparent;border-color:transparent;color:var(--color-muted)}.btn.ghost:hover{background:var(--color-bone);color:var(--color-eucalypt)}.btn.sm{padding:5px 11px;font-size:12.5px;border-radius:8px}.btn:disabled{opacity:.5;cursor:default}body.akoua-shell{background:transparent;overflow:hidden}body.akoua-shell.akoua-shell-macos{background:var(--color-bone)}.frame.svelte-1pceokf{position:relative;height:100vh;box-sizing:border-box;padding:10px;display:flex;flex-direction:column}.frame.compact.svelte-1pceokf{height:auto}.frame.macos.svelte-1pceokf{padding:0!important}.card.svelte-1pceokf{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;background:var(--color-bone);border:1px solid var(--rule-soft);border-radius:var(--radius-sm);box-shadow:none;overflow:hidden}.card.compact.svelte-1pceokf{flex:0 0 auto;border-radius:var(--radius-md)}.card.macos.svelte-1pceokf,.card.compact.macos.svelte-1pceokf{border:0;border-radius:0}.tbar.svelte-1pceokf{flex:0 0 auto;display:flex;align-items:center;gap:8px;height:36px;padding:0 6px 0 12px;border-bottom:1px solid var(--rule-soft);background:color-mix(in srgb,var(--color-bone-2) 55%,transparent);user-select:none;-webkit-user-select:none}.tbar.macos.svelte-1pceokf{height:36px;padding-left:12px;background:color-mix(in srgb,var(--color-bone-2) 82%,var(--color-bone))}.tbar.macos.svelte-1pceokf .brand:where(.svelte-1pceokf){display:none}.tbar.macos.svelte-1pceokf .winbtn:where(.svelte-1pceokf){display:none}.tbar.svelte-1pceokf>.brand:where(.svelte-1pceokf),.tbar.svelte-1pceokf>.record-state:where(.svelte-1pceokf),.tbar.svelte-1pceokf>.elapsed:where(.svelte-1pceokf),.tbar.svelte-1pceokf>.patient:where(.svelte-1pceokf),.tbar.svelte-1pceokf>.spacer:where(.svelte-1pceokf){pointer-events:none}.record-state.svelte-1pceokf{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 7px;border:1px solid color-mix(in srgb,var(--color-eucalypt) 28%,var(--rule-soft));border-radius:var(--radius-pill);background:color-mix(in srgb,var(--color-eucalypt) 9%,var(--color-bone));font-family:var(--font-ui);font-size:11px;font-weight:700;letter-spacing:.02em;color:var(--color-eucalypt)}.record-state.lost.svelte-1pceokf{background:color-mix(in srgb,var(--color-berry) 9%,var(--color-bone));border-color:color-mix(in srgb,var(--color-berry) 32%,var(--rule-soft));color:var(--color-berry)}.record-state.reconnecting.svelte-1pceokf{background:color-mix(in srgb,var(--color-honey) 16%,var(--color-bone));border-color:color-mix(in srgb,var(--color-honey) 40%,var(--rule-soft));color:var(--honey-deep)}.dot.svelte-1pceokf{flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:color-mix(in srgb,var(--color-muted) 55%,transparent);transition:background .2s ease}.dot.live.svelte-1pceokf{background:var(--color-eucalypt);animation:svelte-1pceokf-shell-breathe 2.4s ease-in-out infinite}.dot.reconnecting.svelte-1pceokf{background:var(--color-eucalypt)}.dot.lost.svelte-1pceokf{background:var(--color-berry);animation:svelte-1pceokf-shell-pulse 1s infinite}@keyframes svelte-1pceokf-shell-breathe{0%{box-shadow:0 0 color-mix(in srgb,var(--color-eucalypt) 40%,transparent)}70%{box-shadow:0 0 0 6px color-mix(in srgb,var(--color-eucalypt) 0%,transparent)}to{box-shadow:0 0 color-mix(in srgb,var(--color-eucalypt) 0%,transparent)}}@keyframes svelte-1pceokf-shell-pulse{0%,to{opacity:1}50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.dot.live.svelte-1pceokf,.dot.lost.svelte-1pceokf{animation:none}}.brand.svelte-1pceokf{flex:0 0 auto;font-family:var(--font-ui);font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--color-eucalypt)}.elapsed.svelte-1pceokf{flex:0 0 auto;font-family:var(--font-ui);font-size:11.5px;font-variant-numeric:tabular-nums;color:var(--color-text-muted);transition:color .3s ease}.elapsed.long.svelte-1pceokf{color:var(--honey-deep);pointer-events:auto}.patient.svelte-1pceokf{flex:0 1 auto;min-width:0;font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.patient.unlinked.svelte-1pceokf{font-weight:400;font-style:italic;color:color-mix(in srgb,var(--color-text-muted) 70%,transparent)}.pfoot.svelte-1pceokf{flex:0 0 auto;box-sizing:border-box;height:28px;display:flex;align-items:center;padding:1px 14px 3px;border-top:1px solid var(--rule-soft, rgba(0, 0, 0, .08));background:color-mix(in srgb,var(--color-bone-2) 38%,var(--color-bone));font-size:11.5px;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pfoot.unlinked.svelte-1pceokf{font-style:italic;opacity:.75}.spacer.svelte-1pceokf{flex:1 1 0}.sizes.svelte-1pceokf{flex:0 0 auto;display:inline-flex;gap:2px;margin-right:2px}.szbtn.svelte-1pceokf,.winbtn.svelte-1pceokf{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:6px;background:none;color:var(--color-text-muted);cursor:pointer;transition:background .12s ease,color .12s ease}.szbtn.svelte-1pceokf svg:where(.svelte-1pceokf),.winbtn.svelte-1pceokf svg:where(.svelte-1pceokf){width:14px;height:14px}.szbtn.svelte-1pceokf:hover,.winbtn.svelte-1pceokf:hover{background:color-mix(in srgb,var(--color-eucalypt) 10%,transparent);color:var(--color-eucalypt-deep)}.szbtn.active.svelte-1pceokf{background:color-mix(in srgb,var(--color-eucalypt) 12%,transparent);color:var(--color-eucalypt)}.winbtn.close.svelte-1pceokf:hover{background:color-mix(in srgb,var(--color-berry) 12%,transparent);color:var(--color-berry)}.body.svelte-1pceokf{flex:1 1 auto;min-height:0;overflow:auto}.body.compact.svelte-1pceokf{flex:0 0 auto;overflow:hidden}.resize-grip.svelte-1pceokf{position:absolute;right:0;bottom:0;z-index:30;width:20px;height:20px;padding:0;border:0;background:transparent;color:var(--color-text-muted);cursor:nwse-resize;touch-action:none}.resize-grip.svelte-1pceokf svg:where(.svelte-1pceokf){position:absolute;right:0;bottom:0;width:16px;height:16px;stroke-width:1.25;pointer-events:none}.resize-grip.svelte-1pceokf:hover{color:var(--color-eucalypt)}.vg-overlay.svelte-upt4m2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--color-surface, #fff)}.vg-card.svelte-upt4m2{max-width:26rem;text-align:center;color:var(--color-text, #1a1a1a);font-family:var(--font-body, system-ui, sans-serif)}.vg-card.svelte-upt4m2 h1:where(.svelte-upt4m2){font-family:var(--font-title, var(--font-display, serif));margin:0 0 .75rem}.vg-card.svelte-upt4m2 p:where(.svelte-upt4m2){color:var(--color-text-muted, #555);margin:0 0 1.5rem;line-height:1.5}.vg-reload.svelte-upt4m2{padding:.6rem 1.4rem;border:0;border-radius:var(--radius-md, 8px);background:var(--color-brand, #2f6f4f);color:var(--color-paper, #fff);font:inherit;font-weight:600;cursor:pointer}.vg-reload.svelte-upt4m2:hover{filter:brightness(1.05)}
