body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--ink-900:#1f2332;--ink-800:#2d334a;--ink-700:#3e4665;--ink-600:#4a5585;--ink-500:#5b6591;--ink-400:#5d6897;--slate-700:#344054;--slate-500:#667085;--slate-400:#98a2b3;--sky-500:#5ab4e7;--sky-400:#7cc5ec;--sky-300:#9ed4ef;--sky-50:#eaf6fd;--bg-app:#fbf7f2;--bg-muted:#f9fafb;--bg-soft:#f2f3fa;--surface:#fff;--border-soft:#dee2f1;--border:#e5e7eb;--border-strong:#d0d5dd;--success:#22c55e;--success-700:#15803d;--danger:#f5222d;--warning:#f6c90e;--radius-sm:6px;--radius:10px;--radius-lg:14px;--shadow-xs:0 1px 2px #1f23320a;--shadow-sm:0 1px 3px #1f23320f,0 1px 2px #1f23320a;--shadow-md:0 4px 12px #1f23320f;--primary:var(--ink-700);--primary-dark:var(--ink-800);--secondary:var(--sky-300);--light:var(--bg-muted);--dark:var(--ink-900);--gray:var(--slate-500);--light-gray:var(--border)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11","ss01";background-color:#fbf7f2;background-color:var(--bg-app);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55;padding:0}body,h1,h2,h3,h4,h5{color:#1f2332;color:var(--ink-900);margin:0}h1,h2,h3,h4,h5{font-family:Inter,sans-serif;letter-spacing:-.01em}.header{background:#fff;background:var(--surface);border-bottom:1px solid #dee2f1;border-bottom:1px solid var(--border-soft);box-shadow:0 1px 2px #1f23320a;box-shadow:var(--shadow-xs);color:#1f2332;color:var(--ink-900);justify-content:space-between;padding:14px 32px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.header-brand{align-items:center;display:flex}.header-brand{gap:14px}.header-logo{align-items:center;border-radius:8px;display:inline-flex;flex-shrink:0;height:40px;justify-content:center;overflow:hidden;width:40px}.header-logo img{height:100%!important;object-fit:contain;width:100%!important}.header-title{display:flex;flex-direction:column}.header-title h1{color:#1f2332;color:var(--ink-900);font-size:15px;font-weight:700;letter-spacing:-.005em;line-height:1.2;margin:0}.header-subtitle{font-weight:500;margin-top:2px}.header-meta,.header-subtitle{color:#667085;color:var(--slate-500);font-size:12px}.header-meta{align-items:center;display:flex;gap:12px}.header-pill{align-items:center;background:#f2f3fa;background:var(--bg-soft);border:1px solid #dee2f1;border:1px solid var(--border-soft);border-radius:999px;color:#5b6591;color:var(--ink-500);display:inline-flex;font-size:11px;font-weight:600;gap:6px;padding:5px 10px}.header-pill .dot{background:#22c55e;background:var(--success);border-radius:50%;box-shadow:0 0 0 3px #22c55e2e;height:6px;width:6px}.app-shell{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:100%;padding:28px 32px 64px}.section-eyebrow{align-items:center;color:#667085;color:var(--slate-500);display:flex;font-size:11px;font-weight:700;gap:10px;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.section-title{color:#1f2332;color:var(--ink-900);font-size:20px;font-weight:700;letter-spacing:-.015em}.section-helper{color:#667085;color:var(--slate-500);font-size:13px;margin-top:4px}.surface-card{border:1px solid #dee2f1;border:1px solid var(--border-soft);border-radius:14px;border-radius:var(--radius-lg);padding:24px}.prompt-subblock,.surface-card{background:#fff;background:var(--surface);box-shadow:0 1px 2px #1f23320a;box-shadow:var(--shadow-xs)}.prompt-subblock{border:1px solid #dee2f1;border:1px solid var(--border-soft);border-radius:10px;border-radius:var(--radius);margin-bottom:14px;padding:16px 18px;transition:border-color .2s ease,box-shadow .2s ease}.prompt-subblock:hover{border-color:#9ed4ef;border-color:var(--sky-300);box-shadow:0 1px 3px #1f23320f,0 1px 2px #1f23320a;box-shadow:var(--shadow-sm)}.prompt-subblock-title{background:#f2f3fa;background:var(--bg-soft);border-radius:6px;color:#3e4665;color:var(--ink-700);display:inline-block;font-size:12px;font-weight:600;letter-spacing:.06em;margin-bottom:8px;padding:6px 10px;text-transform:uppercase}.audio-controls{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin:1.5rem 0}button{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:8px;letter-spacing:0;padding:10px 16px;transition:transform .12s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease,opacity .15s ease}.record-btn{background:linear-gradient(135deg,#3e4665,#2d334a);background:linear-gradient(135deg,var(--ink-700) 0,var(--ink-800) 100%);box-shadow:0 1px 2px #1f23322e;color:#fff}.record-btn:hover{filter:brightness(1.05)}.submit-btn{background:linear-gradient(135deg,#5ab4e7,#4a5585);background:linear-gradient(135deg,var(--sky-500) 0,var(--ink-600) 100%);box-shadow:0 1px 2px #4a558533;color:#fff}.submit-btn:hover{filter:brightness(1.05)}.submit-btn:disabled,.submitted-btn{background:#9ed4ef;background:var(--sky-300);box-shadow:none;color:#fff;cursor:not-allowed;filter:none}.submitted-btn{background:#15803d;background:var(--success-700);cursor:not-allowed}.transcript-container,.transcript-section{background:#fff;background:var(--surface);border:1px solid #dee2f1;border:1px solid var(--border-soft);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 1px 2px #1f23320a;box-shadow:var(--shadow-xs);margin-top:1.25rem;padding:20px 22px}.dialogue-view,.raw-transcript,.transcript-content{background:#f9fafb;background:var(--bg-muted);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);color:#344054;color:var(--slate-700);font-family:Inter,sans-serif;font-size:13.5px;line-height:1.7;margin-top:.75rem;padding:16px 18px;white-space:pre-wrap}.dialogue-view pre{color:#1f2332;color:var(--ink-900);font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;line-height:1.7;margin:0;white-space:pre-wrap}.format-btn,.toggle-format-btn{background:#fff;background:var(--surface);border:1px solid #dee2f1;border:1px solid var(--border-soft);border-radius:7px;color:#3e4665;color:var(--ink-700);cursor:pointer;font-size:13px;font-weight:600;margin-top:12px;padding:8px 14px}.format-btn:hover,.toggle-format-btn:hover{background:#f2f3fa;background:var(--bg-soft);border-color:#5d6897;border-color:var(--ink-400)}.format-btn:disabled{background:#f9fafb;background:var(--bg-muted);color:#98a2b3;color:var(--slate-400);cursor:not-allowed}.doctor-line{color:#3e4665;color:var(--ink-700);font-weight:600}.patient-line{color:#667085;color:var(--slate-500);font-weight:500}.split-screen-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr;margin-top:0;width:100%}.workspace-split{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);width:100%}.workspace-output{min-width:0}.workspace-recorder{position:-webkit-sticky;position:sticky;right:0;top:25px}.workspace-output-placeholder{background:#fff;background:var(--surface);border:1px dashed #e5e7eb;border:1px dashed var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 1px 2px #1f23320a;box-shadow:var(--shadow-xs);padding:32px 28px}@media (max-width:960px){.workspace-split{grid-template-columns:1fr}.workspace-recorder{position:static}}.pipeline-card{background:#fff;background:var(--surface);border:1px solid #dee2f1;border:1px solid var(--border-soft);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 1px 3px #1f23320f,0 1px 2px #1f23320a;box-shadow:var(--shadow-sm);overflow:hidden;padding:0}.pipeline-card.eka-card{border-top:none}.pipeline-header{align-items:center;background:#f9fafb;background:var(--bg-muted);border-bottom:1px solid #dee2f1;border-bottom:1px solid var(--border-soft);color:#1f2332;color:var(--ink-900);display:flex;font-size:14px;font-weight:700;justify-content:space-between;padding:16px 22px}.pipeline-body{padding:22px}.pipeline-status{align-items:center;background:#f2f3fa;background:var(--bg-soft);border:1px solid #dee2f1;border:1px solid var(--border-soft);border-radius:999px;color:#5b6591;color:var(--ink-500);display:inline-flex;font-size:11px;font-weight:600;gap:6px;letter-spacing:.06em;padding:4px 10px;text-transform:uppercase}.pipeline-status.is-loading{background:#eaf6fd;background:var(--sky-50);border-color:#9ed4ef;border-color:var(--sky-300);color:#5ab4e7;color:var(--sky-500)}.pipeline-status.is-success{background:#22c55e14;border-color:#22c55e4d;color:#15803d;color:var(--success-700)}.pipeline-status .dot{background:currentColor;border-radius:50%;height:6px;width:6px}.pulse{animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 #f5222d8c}70%{box-shadow:0 0 0 12px #f5222d00}to{box-shadow:0 0 0 0 #f5222d00}}.recording-time{font-feature-settings:"tnum";color:#1f2332;color:var(--ink-900);font-size:.95em;font-variant-numeric:tabular-nums;margin-left:10px}.footer{background:#0000;border-top:1px solid #dee2f1;border-top:1px solid var(--border-soft);color:#667085;color:var(--slate-500);font-size:12px;margin-top:40px;padding:24px;text-align:center}@media (max-width:768px){.app-shell{padding:20px 16px 48px}.header{flex-wrap:wrap;gap:10px;padding:12px 16px}.header-meta{display:none}.audio-controls{align-items:stretch;flex-direction:column}.audio-controls>button{justify-content:center;width:100%}.pipeline-header{padding:14px 16px}.pipeline-body{padding:16px}}
/*# sourceMappingURL=main.c306b7be.css.map*/