@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:light;--bg: #f6f4ef;--bg-2: #e9e5db;--panel: #ffffff;--ink: #171717;--muted: #5a5a5a;--brand: #124734;--brand-2: #2f6b4f;--accent: #f3c66a;--danger: #b12a2a;--shadow: 0 20px 50px rgba(18, 24, 18, .14);--radius: 20px}*{box-sizing:border-box}body{margin:0;font-family:IBM Plex Sans,system-ui,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,#fff6e9 0%,var(--bg) 40%,var(--bg-2) 100%);min-height:100vh}h1,h2,h3{font-family:Fraunces,serif;margin:0 0 .4rem}p{margin:.2rem 0}button,input,select{font-family:inherit}.subtle{color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;color:var(--brand);font-weight:700}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#0f2f24;color:#e9f2ec;padding:2rem 1.6rem;display:flex;flex-direction:column;gap:2rem}.brand{display:flex;gap:.8rem;align-items:center}.brand-mark{width:44px;height:44px;border-radius:12px;background:linear-gradient(140deg,#2b7a5d,#84b68e);display:grid;place-items:center;font-weight:700;color:#0f2f24}.brand-title{font-weight:700;font-size:1rem}.brand-sub{font-size:.8rem;color:#b6c8be}.menu{display:grid;gap:.6rem}.menu-item{border:1px solid transparent;background:transparent;color:inherit;text-align:left;padding:.8rem 1rem;border-radius:14px;cursor:pointer;font-weight:600}.menu-item:hover{background:#ffffff14}.menu-item.active{background:#ffffff1f;border-color:#fff3}.sidebar-footer{margin-top:auto;display:grid;gap:1rem}.profile-mini{display:flex;gap:.8rem;align-items:center}.avatar{width:44px;height:44px;border-radius:50%;background:#ffffff2e;display:grid;place-items:center;font-weight:700}.profile-name{font-weight:600}.profile-email{font-size:.8rem;color:#b6c8be}.content{padding:2.5rem 3rem 3rem}.topbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.topbar-actions{display:flex;gap:1rem}.page{display:grid;gap:1.5rem}.controls{display:flex;align-items:center;gap:1rem;background:var(--panel);padding:1.2rem 1.5rem;border-radius:16px;box-shadow:var(--shadow)}.control-block{display:grid;gap:.4rem}.list-card{background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.table{display:grid;gap:.2rem}.table-row{display:grid;grid-template-columns:2fr 1fr 1.2fr .8fr .8fr 1fr;padding:.8rem .6rem;align-items:center;border-radius:12px}.summary-btn{font-size:.8rem;padding:.4rem .8rem;opacity:.5;cursor:not-allowed;pointer-events:none;display:block}.summary-btn-wrapper{display:inline-block;cursor:not-allowed;width:fit-content}.table-head{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:600}.table-link{border:none;background:#f8f6f0;cursor:pointer;text-align:left}.table-link:hover{background:#f1eee6}.row-title{font-weight:600}.row-sub{font-size:.85rem;color:var(--muted)}.list-footer{margin-top:1rem;display:flex;justify-content:flex-end}.detail-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.detail-card{background:var(--panel);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);display:grid;gap:.8rem}.detail-row{display:flex;justify-content:space-between;gap:1rem;font-size:.95rem}.audio-player{width:100%}.transcript-card{display:flex;flex-direction:column;min-height:400px}.transcript-text{background:#f6f1e7;padding:.75rem .9rem;border-radius:12px;line-height:1.45;font-family:inherit;font-size:.95rem;flex-grow:1;overflow:auto;margin-bottom:1rem}.transcript-actions{display:flex;justify-content:center;align-items:center;padding-top:.5rem}.transcript-line{margin:0 0 .75rem}.transcript-line:last-child{margin-bottom:0}.transcript-segments{display:flex;flex-direction:column;gap:.8rem}.transcript-segment{padding:.8rem;border-radius:12px;max-width:85%}.transcript-segment.speaker-doctor{background-color:#12473414;border-bottom-left-radius:4px;align-self:flex-start}.transcript-segment.speaker-patient{background-color:#fff;border-bottom-right-radius:4px;align-self:flex-end;box-shadow:0 2px 5px #0000000d}.transcript-segment.speaker-unknown{background-color:transparent;align-self:stretch;max-width:100%;padding:0}.speaker-label{font-weight:700;font-size:.85rem;display:block;margin-bottom:.2rem;opacity:.8}.speaker-text{display:block}.audio-actions{display:flex;align-items:center;gap:.8rem;margin-top:.6rem}.summary-grid{display:grid;gap:.8rem}.summary-section{background:#fff7e6;border-radius:12px;padding:.8rem 1rem}.summary-label{font-weight:600;margin-bottom:.3rem}.summary-list{margin:0;padding-left:1.2rem}.status-pill{display:inline-block;padding:.3rem .7rem;border-radius:999px;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.status-recording,.status-uploaded,.status-processing{background:#1247341f;color:#124734}.status-completed{background:#f3c66a4d;color:#8a5a00}.status-failed{background:#b12a2a26;color:var(--danger)}.primary{background:var(--brand);color:#fff;border:none;padding:.7rem 1.4rem;border-radius:999px;font-weight:600;cursor:pointer;box-shadow:0 12px 26px #12473440}.ghost{background:transparent;border:1px solid rgba(23,23,23,.2);padding:.6rem 1.2rem;border-radius:999px;cursor:pointer;color:inherit}.sidebar .ghost{border-color:#fff3}.sidebar .ghost:hover{background:#ffffff14}.loading{color:var(--brand-2);font-weight:600}.error{color:var(--danger);font-weight:600}.empty{background:var(--panel);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow)}.login{min-height:100vh;display:grid;place-items:center;padding:2rem}.login-card{width:min(480px,100%);background:var(--panel);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow)}.login-header{margin-bottom:2rem}.login-form{display:grid;gap:1rem}label{display:grid;gap:.5rem;font-weight:600}input,select{padding:.7rem 1rem;border-radius:12px;border:1px solid rgba(23,23,23,.2);background:#fff}.login-footer{margin-top:1.2rem}@media (max-width: 980px){.app-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;justify-content:space-between}.menu{grid-auto-flow:column;grid-auto-columns:max-content}.sidebar-footer{display:none}.content{padding:1.5rem}}@media (max-width: 720px){.controls{flex-direction:column;align-items:flex-start}.table-row{grid-template-columns:1.5fr 1fr 1fr;gap:.4rem}.table-row div:nth-child(4),.table-row div:nth-child(5){display:none}}
