@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #0A5F4C;--primary-dark: #064438;--primary-light: #0D7A62;--primary-bg: rgba(10, 95, 76, .08);--primary-border: rgba(10, 95, 76, .25);--accent: #FFB648;--accent-light: #FFC56E;--accent-dark: #E5A03F;--bg0: #f8fafb;--bg1: #f0f5f4;--card: rgba(255, 255, 255, .92);--cardSolid: #ffffff;--border: rgba(15, 23, 42, .08);--border-strong: rgba(15, 23, 42, .12);--text: #1a1a1a;--text-secondary: #333333;--muted: #555555;--brand: #0A5F4C;--brand2: #FFB648;--success: #0A5F4C;--warning: #FFB648;--danger: #ef4444;--info: #3b82f6;--shadow: 0 4px 24px rgba(10, 95, 76, .08), 0 8px 32px rgba(15, 23, 42, .06);--shadowSm: 0 2px 8px rgba(15, 23, 42, .06);--shadowLg: 0 12px 48px rgba(10, 95, 76, .12), 0 16px 64px rgba(15, 23, 42, .08);--radius: 16px;--radiusSm: 10px;--radiusXs: 6px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;color:var(--text);background:radial-gradient(ellipse 1200px 800px at 10% 0%,rgba(10,95,76,.1),transparent 60%),radial-gradient(ellipse 800px 600px at 90% 10%,rgba(255,182,72,.08),transparent 50%),radial-gradient(ellipse 600px 400px at 50% 100%,rgba(10,95,76,.05),transparent 40%),linear-gradient(180deg,var(--bg0) 0%,var(--bg1) 100%);background-attachment:fixed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-dark)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0a5f4c33;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0a5f4c59}@keyframes slideInRight{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #0a5f4c66}50%{box-shadow:0 0 0 8px #0a5f4c00}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes dotPulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes expandIn{0%{opacity:0;max-height:0;transform:scaleY(.8)}to{opacity:1;max-height:500px;transform:scaleY(1)}}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::selection{background:#0a5f4c33;color:var(--text)}*{box-sizing:border-box}button,input,textarea{font:inherit}input,textarea{width:100%;border-radius:12px;border:1px solid var(--border);background:#fffffff2;padding:10px 14px;outline:none;box-shadow:0 1px 3px #0f172a0f;transition:border-color .2s ease,box-shadow .2s ease}textarea{resize:vertical}input:focus,textarea:focus{border-color:#1f6feb80;box-shadow:0 0 0 4px #1f6feb24}::selection{background:#1f6feb33}#root{min-height:100vh}.Shell{max-width:1400px;margin:0 auto;padding:20px 24px 40px}.TopBar{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffd9;border-bottom:1px solid var(--border);box-shadow:0 1px 3px #0000000a}.TopBarInner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1400px;margin:0 auto;padding:12px 24px}.Brand{display:flex;align-items:center;gap:12px}.BrandLogo{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#ffb648,#f0a830);display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-weight:700;font-size:14px;box-shadow:0 2px 8px #ffb64859}.BrandText{display:flex;flex-direction:column;gap:1px}.BrandTitle{font-size:18px;font-weight:700;letter-spacing:-.3px;color:#1a1a1a}.BrandSub{font-size:11px;color:var(--muted);font-weight:500;letter-spacing:.2px}.TopBarRight{display:flex;align-items:center;gap:12px}.UserPill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid var(--border);background:#fff;border-radius:999px;box-shadow:var(--shadowSm);transition:all .2s ease;font-size:13px;font-weight:500;color:var(--text-secondary)}.UserPill:hover{border-color:var(--primary-border);box-shadow:0 4px 12px #0a5f4c1f}.UserDot{width:8px;height:8px;border-radius:999px;background:var(--primary);box-shadow:0 0 0 3px #10b98126}.PageHeader{margin-bottom:20px;animation:fadeInUp .4s ease}.PageTitle{font-size:22px;font-weight:700;margin:0 0 4px;letter-spacing:-.3px;color:var(--text)}.PageSubtitle{font-size:14px;color:var(--muted);margin:0}.PageGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.CardHeaderIcon{width:40px;height:40px;border-radius:var(--radiusSm);background:var(--primary-bg);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.CardHeaderContent{flex:1;min-width:0}.CardTitle{margin:0;font-size:15px;font-weight:600;letter-spacing:-.2px;color:var(--text);display:flex;align-items:center;gap:8px}.ButtonIcon{padding:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.BadgeSuccess{background:#0a5f4c1a;border-color:#0a5f4c40;color:var(--primary-dark)}.BadgeWarning{background:#f59e0b1a;border-color:#f59e0b40;color:#b45309}.BadgeDanger{background:#ef44441a;border-color:#ef444440;color:#dc2626}.ListItemTitle{font-weight:600;font-size:14px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LiveIndicator{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#ef44441a;border-radius:999px;border:1px solid rgba(239,68,68,.2)}.LiveDot{width:10px;height:10px;border-radius:50%;background:#ef4444;animation:pulse 1.5s ease-in-out infinite}.LiveText{font-size:12px;font-weight:600;color:#dc2626;text-transform:uppercase;letter-spacing:.5px}@media(max-width:1100px){.PageGrid{grid-template-columns:1fr}}.Card{border-radius:var(--radius);background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;animation:fadeInUp .5s ease;overflow:hidden}.Card:hover{box-shadow:var(--shadowLg);border-color:var(--primary-border)}.CardBody{padding:20px}.CardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(10,95,76,.03) 0%,transparent 100%)}.CardTitle{margin:0;font-size:15px;font-weight:600;letter-spacing:-.2px;color:var(--text)}.CardHint{margin-top:4px;font-size:12px;color:var(--muted);line-height:1.4}.Row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.Spacer{flex:1}.Button{border-radius:var(--radiusSm);border:1px solid var(--border);padding:10px 16px;background:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000a;font-weight:500;font-size:13px;color:var(--text-secondary);display:inline-flex;align-items:center;gap:6px}.Button:hover{border-color:var(--primary-border);background:var(--primary-bg);color:var(--primary-dark);box-shadow:0 4px 12px #0a5f4c1a}.Button:active{transform:translateY(1px)}.ButtonPrimary{border:1px solid var(--primary);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;font-weight:600;box-shadow:0 2px 8px #0a5f4c4d}.ButtonPrimary:hover{background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 100%);border-color:var(--primary-light);color:#fff;box-shadow:0 4px 16px #0a5f4c66}.ButtonDanger{border:1px solid var(--danger);background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-weight:600;box-shadow:0 2px 8px #ef444440}.ButtonDanger:hover{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 4px 16px #ef444459;color:#fff}.ButtonGhost{background:transparent;border-color:transparent;box-shadow:none}.ButtonGhost:hover{background:var(--primary-bg);border-color:transparent}.Button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.Badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:12px;font-weight:500;color:var(--text-secondary)}.StatusDot{width:8px;height:8px;border-radius:999px;background:var(--muted);transition:all .3s ease}.StatusDotActive{background:var(--primary);animation:pulseGlow 2s ease-in-out infinite}.StatusDotBusy{background:var(--warning);animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:1;box-shadow:0 0 #0a5f4c66}50%{opacity:.8;box-shadow:0 0 0 6px #0a5f4c00}}.Alert{border-radius:var(--radiusSm);padding:12px 16px;border:1px solid rgba(239,68,68,.2);background:#ef44440f;color:#dc2626;font-size:13px;font-weight:500;display:flex;align-items:center;gap:10px}.ModalOverlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:24px;z-index:100;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.Modal{width:min(800px,100%);max-height:min(80vh,700px);overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:var(--shadowLg);animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ModalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,var(--primary-bg) 0%,transparent 100%)}.ModalBody{padding:20px 24px;overflow:auto;max-height:calc(80vh - 120px)}.List{display:grid;gap:8px}.ListItem{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:var(--radiusSm);border:1px solid var(--border);background:#fff;transition:all .2s ease}.ListItem:hover{border-color:var(--primary-border);background:var(--primary-bg)}.ListItemMeta{display:grid;gap:2px;min-width:0}.ListItemTitle{font-weight:600;font-size:14px;color:var(--text)}.ListItemSub{font-size:12px;color:var(--muted)}input,textarea{border-radius:var(--radiusSm);border:1px solid var(--border);padding:10px 14px;font-size:14px;width:100%;background:#fff;color:var(--text);font-family:inherit;transition:all .2s ease}input:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0a5f4c1a}input::placeholder,textarea::placeholder{color:var(--muted)}textarea{resize:vertical;min-height:120px}._container_bt0gh_21{--pr-primary: #10b981;--pr-primary-dark: #059669;--pr-text-dark: #1e293b;--pr-text-muted: #64748b;--pr-text-light: #94a3b8;--pr-warning: #f59e0b;--pr-warning-dark: #b45309;--pr-danger: #dc2626;display:flex;flex-direction:column;animation:_fadeInUp_bt0gh_1 .4s ease}._sectionHeader_bt0gh_59{display:flex;align-items:center;gap:10px;padding:10px 14px;background:linear-gradient(135deg,#10b9810f,#0d948808);border-bottom:1px solid rgba(16,185,129,.1);margin-top:0;border-radius:10px 10px 0 0}._sectionIcon_bt0gh_81{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--pr-primary) 0%,var(--pr-primary-dark) 100%);display:flex;align-items:center;justify-content:center;font-size:14px}._sectionTitle_bt0gh_103{font-weight:600;font-size:13px;color:var(--pr-text-dark);letter-spacing:-.2px;flex:1}._sectionCount_bt0gh_119{font-size:11px;font-weight:500;padding:2px 8px;border-radius:999px}._sectionCountFilled_bt0gh_133{color:var(--pr-primary-dark);background:#10b9811a}._sectionCountEmpty_bt0gh_143{color:var(--pr-text-light);background:#94a3b81a}._sectionCountMissed_bt0gh_153{color:var(--pr-warning-dark);background:#f59e0b1f}._collapsibleSection_bt0gh_171{margin-bottom:12px}._sectionHeaderClickable_bt0gh_179{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease,box-shadow .15s ease}._sectionHeaderClickable_bt0gh_179:hover{background:linear-gradient(135deg,#10b9811a,#0d94880f)}._sectionHeaderClickable_bt0gh_179:focus-visible{outline:2px solid var(--pr-primary);outline-offset:-2px}._sectionHeaderClickable_bt0gh_179:active{background:linear-gradient(135deg,#10b98124,#0d948814)}._chevronIcon_bt0gh_217{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--pr-text-muted);flex-shrink:0;margin-left:4px}._sectionBody_bt0gh_247{padding:8px 12px;background:#fff;border-radius:0 0 10px 10px;border:1px solid rgba(16,185,129,.08);border-top:none}._subfieldGroup_bt0gh_271{margin-left:16px;padding-left:10px;border-left:2px solid rgba(16,185,129,.25);margin-bottom:4px}._field_bt0gh_293{display:flex;align-items:flex-start;gap:12px;padding:6px 12px;background:transparent;border-radius:8px;margin-bottom:3px;border:1px solid transparent;transition:all .2s ease}._fieldFilled_bt0gh_317{background:#10b98108}._fieldMissed_bt0gh_325{background:#f59e0b0f;border-color:#f59e0b33}._fieldEditable_bt0gh_335{cursor:pointer}._fieldEditable_bt0gh_335:hover{background:#10b9810f;border-color:#10b98126}._fieldLabel_bt0gh_353{font-weight:500;font-size:12px;color:var(--pr-text-muted);min-width:130px;flex-shrink:0;display:flex;align-items:center;gap:6px;padding-top:1px}._fieldLabelMissed_bt0gh_377{color:var(--pr-warning-dark)}._fieldLabelIcon_bt0gh_385{font-size:12px}._missedDot_bt0gh_393{font-size:10px;color:var(--pr-warning)}._fieldValue_bt0gh_403{font-size:13px;color:var(--pr-text-dark);font-weight:500;flex:1}._fieldValueEmpty_bt0gh_417{color:var(--pr-text-light);font-style:italic;font-weight:400}._fieldValueMissed_bt0gh_429{color:var(--pr-warning-dark);font-style:italic}._fieldValueEditable_bt0gh_439{display:flex;align-items:center;gap:6px;cursor:pointer;padding:2px 6px;margin:-2px -6px;border-radius:4px;transition:background .15s ease}._fieldValueEditable_bt0gh_439:hover{background:#10b98114}._fieldValueEditable_bt0gh_439:hover ._editIcon_bt0gh_469{opacity:1}._editIcon_bt0gh_469{opacity:0;color:var(--pr-text-muted);transition:opacity .15s ease;flex-shrink:0}._fieldInput_bt0gh_491{flex:1;font-size:13px;font-weight:500;color:var(--pr-text-dark);padding:4px 8px;border:1px solid var(--pr-primary);border-radius:4px;background:#fff;outline:none;box-shadow:0 0 0 3px #10b9811a}._fieldInput_bt0gh_491:focus{border-color:var(--pr-primary-dark)}._fieldCheck_bt0gh_525{width:18px;height:18px;border-radius:50%;background:#10b98126;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:8px}._nccnBox_bt0gh_557{padding:12px 14px;border-radius:8px;margin-bottom:10px}._nccnBoxYes_bt0gh_569{background:#10b98114;border:1px solid rgba(16,185,129,.2)}._nccnBoxNo_bt0gh_579{background:#ef44440f;border:1px solid rgba(239,68,68,.15)}._nccnBoxPending_bt0gh_589{background:#f59e0b0f;border:1px solid rgba(245,158,11,.2)}._nccnLabel_bt0gh_599{font-size:11px;color:var(--pr-text-muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}._nccnValue_bt0gh_617{font-size:16px;font-weight:600}._nccnValueYes_bt0gh_627{color:var(--pr-primary-dark)}._nccnValueNo_bt0gh_635{color:var(--pr-danger)}._nccnValuePending_bt0gh_643{color:var(--pr-warning-dark)}._questionsToggle_bt0gh_659{display:flex;align-items:center;gap:8px;width:100%;padding:8px 14px;margin-bottom:12px;border:1px solid rgba(245,158,11,.2);border-radius:10px;background:#f59e0b0a;cursor:pointer;transition:all .2s ease;font-family:inherit}._questionsToggle_bt0gh_659:hover{background:#f59e0b14;border-color:#f59e0b4d}._questionsToggleActive_bt0gh_699{background:#f59e0b1a;border-color:#f59e0b59}._questionsToggleIcon_bt0gh_709{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#f59e0b;color:#fff;font-size:12px;font-weight:700;flex-shrink:0}._questionsToggleLabel_bt0gh_737{font-size:12px;font-weight:600;color:#92400e;flex:1;text-align:left}._questionsToggleBadge_bt0gh_753{font-size:11px;font-weight:600;padding:1px 7px;border-radius:999px;background:#f59e0b26;color:#b45309}._questionsToggleSwitch_bt0gh_771{width:32px;height:18px;border-radius:999px;background:#94a3b840;position:relative;flex-shrink:0;transition:background .2s ease}._questionsToggleActive_bt0gh_699 ._questionsToggleSwitch_bt0gh_771{background:#f59e0b66}._questionsToggleKnob_bt0gh_799{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000026;transition:transform .2s ease}._questionsToggleKnobOn_bt0gh_823{transform:translate(14px)}._inlineQuestion_bt0gh_839{display:flex;flex-direction:column;gap:4px;margin-top:6px;margin-left:16px;padding:10px 12px;background:linear-gradient(135deg,#fbbf2414,#f59e0b0d);border-left:3px solid #f59e0b;border-radius:0 8px 8px 0;animation:_slideIn_bt0gh_1 .3s ease}._inlineQuestionIcon_bt0gh_865{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#f59e0b;color:#fff;font-size:11px;font-weight:700;flex-shrink:0;position:absolute;left:-9px;top:50%;transform:translateY(-50%);display:none}._inlineQuestionText_bt0gh_903{font-size:12px;font-weight:500;color:#92400e;line-height:1.4}._inlineQuestionContext_bt0gh_917{font-size:11px;color:#b45309;font-style:italic;opacity:.8}._cancerInstance_bt0gh_939{margin:8px 0;padding:12px;background:#10b98108;border:1px solid rgba(16,185,129,.12);border-radius:10px}._cancerInstanceHeader_bt0gh_955{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px dashed rgba(16,185,129,.15)}._cancerInstanceName_bt0gh_973{font-weight:600;font-size:13px;color:var(--pr-text-dark);text-transform:capitalize}._cancerInstanceAge_bt0gh_987{font-size:11px;color:var(--pr-text-muted);background:#10b9811a;padding:2px 8px;border-radius:10px;font-weight:500}._cancerInstanceRecurrenceBadge_bt0gh_1005{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#92400e;background:#fbbf242e;border:1px solid rgba(251,191,36,.35);padding:2px 7px;border-radius:10px}._cancerInstanceDetails_bt0gh_1029{display:flex;flex-direction:column;gap:4px}._cancerDetailField_bt0gh_1041{display:flex;flex-direction:column}._cancerDetailRow_bt0gh_1051{display:flex;align-items:center;padding:6px 10px;background:#fff;border-radius:6px;gap:8px}._cancerDetailLabel_bt0gh_1069{font-size:11px;color:var(--pr-text-muted);font-weight:500;min-width:120px;text-transform:capitalize}._cancerDetailValue_bt0gh_1085{font-size:12px;font-weight:500;color:var(--pr-text-dark);flex:1}._cancerDetailValueEmpty_bt0gh_1099{font-size:12px;font-weight:400;font-style:italic;color:var(--pr-text-light);flex:1}._familySection_bt0gh_1123{margin-bottom:12px;padding:10px 12px;background:#94a3b80a;border-radius:8px}._familySectionLabel_bt0gh_1137{font-size:12px;font-weight:600;color:var(--pr-text-muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px}._familyMember_bt0gh_1155{margin-bottom:10px;padding:10px;background:#fff;border:1px solid rgba(148,163,184,.15);border-radius:8px}._familyMember_bt0gh_1155:last-child{margin-bottom:0}._familyMemberHeader_bt0gh_1179{display:flex;align-items:center;gap:8px;margin-bottom:6px}._familyMemberRelationship_bt0gh_1193{font-weight:600;font-size:12px;color:var(--pr-text-dark);text-transform:capitalize}._familyMemberDeceased_bt0gh_1207{font-size:12px;color:var(--pr-text-muted)}._noCancer_bt0gh_1217{font-size:11px;font-style:italic;color:var(--pr-text-light);padding:4px 8px}._toggleSelect_bt0gh_1247{display:inline-flex;align-items:center;gap:2px;border:1px solid rgba(100,116,139,.2);border-radius:7px;padding:2px;background:#f8fafce6;flex-shrink:0}._toggleBtn_bt0gh_1269{height:22px;padding:0 9px;border:none;border-radius:5px;background:transparent;color:var(--pr-text-muted);font-size:11px;font-weight:500;cursor:pointer;transition:background .12s ease,color .12s ease;font-family:inherit;white-space:nowrap}._toggleBtn_bt0gh_1269:hover{background:#0000000d;color:var(--pr-text-dark)}._toggleBtnYes_bt0gh_1309{background:#10b98126;color:var(--pr-primary-dark);font-weight:600}._toggleBtnYes_bt0gh_1309:hover{background:#10b98138}._toggleBtnNo_bt0gh_1329{background:#dc26261a;color:#b91c1c;font-weight:600}._toggleBtnNo_bt0gh_1329:hover{background:#dc262629}._toggleBtnUnsure_bt0gh_1349{background:#64748b24;color:var(--pr-text-dark);font-weight:600}._toggleBtnUnsure_bt0gh_1349:hover{background:#64748b38}._toggleClear_bt0gh_1369{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:1px;border:none;border-radius:50%;background:transparent;color:var(--pr-text-muted);font-size:14px;line-height:1;cursor:pointer;transition:background .12s ease,color .12s ease;font-family:inherit;flex-shrink:0}._toggleClear_bt0gh_1369:hover{background:#dc26261a;color:#b91c1c}._nativeSelect_bt0gh_1429{appearance:none;-webkit-appearance:none;background-color:var(--pr-surface, #f8fffe);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2310b981' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;background-size:9px 6px;border:1px solid rgba(16,185,129,.35);border-radius:7px;padding:5px 28px 5px 10px;font-size:12px;font-family:inherit;color:var(--pr-text, #1a2e2b);cursor:pointer;outline:none;max-width:220px;transition:border-color .15s ease,box-shadow .15s ease;flex-shrink:0}._nativeSelect_bt0gh_1429:focus{border-color:#10b981b3;box-shadow:0 0 0 2px #10b98126}._nativeSelect_bt0gh_1429:hover{border-color:#10b9818c}._nativeSelectSm_bt0gh_1489{font-size:11px;padding:3px 24px 3px 8px;border-radius:5px}._nativeSelectFluid_bt0gh_1501{width:100%;max-width:260px}._floatSelectWrap_bt0gh_1515{position:relative;display:inline-flex;flex-shrink:0}._floatSelectTrigger_bt0gh_1527{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 8px 0 10px;border:1px solid rgba(16,185,129,.4);border-radius:6px;background:#fff;color:var(--pr-text-dark);font-size:12px;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;white-space:nowrap;max-width:200px}._floatSelectTrigger_bt0gh_1527:hover{background:#10b9810d;border-color:var(--pr-primary);box-shadow:0 0 0 3px #10b9811a}._floatSelectTrigger_bt0gh_1527:focus-visible{outline:none;border-color:var(--pr-primary);box-shadow:0 0 0 3px #10b98126}._floatSelectSm_bt0gh_1589 ._floatSelectTrigger_bt0gh_1527{height:24px;font-size:11px;padding:0 6px 0 8px}._floatSelectFluid_bt0gh_1603{flex:1;display:flex}._floatSelectFluid_bt0gh_1603 ._floatSelectTrigger_bt0gh_1527{flex:1;max-width:none;justify-content:space-between}._floatSelectValue_bt0gh_1625{font-weight:500;overflow:hidden;text-overflow:ellipsis;color:var(--pr-text-dark)}._floatSelectPlaceholder_bt0gh_1639{color:var(--pr-text-muted);font-style:italic}._floatSelectChevron_bt0gh_1649{color:var(--pr-text-muted);transition:transform .15s ease;flex-shrink:0}._floatSelectChevronOpen_bt0gh_1661{transform:rotate(180deg)}._floatSelectMenu_bt0gh_1669{position:absolute;top:calc(100% + 4px);left:0;min-width:160px;max-width:240px;max-height:280px;overflow-y:auto;margin:0;padding:4px;list-style:none;background:#fff;border:1px solid rgba(16,185,129,.25);border-radius:8px;box-shadow:0 8px 24px #0000001a,0 2px 6px #0000000f;z-index:9999}._floatSelectOption_bt0gh_1705{display:flex;align-items:center;width:100%;height:30px;padding:0 10px;border:none;background:transparent;color:var(--pr-text-dark);font-size:12px;font-family:inherit;text-align:left;border-radius:5px;cursor:pointer;transition:background .1s ease;white-space:nowrap}._floatSelectOption_bt0gh_1705:hover{background:#10b98114;color:var(--pr-primary-dark)}._floatSelectOption_bt0gh_1705:focus-visible{outline:none;background:#10b98114;box-shadow:inset 0 0 0 2px var(--pr-primary)}._floatSelectOptionSelected_bt0gh_1763{background:#10b9811a;color:var(--pr-primary-dark);font-weight:600}._floatSelectOptionClear_bt0gh_1775{color:var(--pr-text-muted);font-style:italic;font-weight:400}._floatSelectDivider_bt0gh_1787{height:1px;background:#10b98126;margin:4px 6px}._cancerTypeEditor_bt0gh_1807{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}._cancerTypeSelect_bt0gh_1821{flex-shrink:0}._cancerTypeOtherInput_bt0gh_1829{font-size:12px;font-weight:500;color:var(--pr-text-dark);padding:2px 8px;border:1px solid var(--pr-primary);border-radius:6px;background:#fff;outline:none;font-family:inherit;width:140px;box-shadow:0 0 0 3px #10b9811a}._cancerTypeOtherInput_bt0gh_1829::placeholder{color:var(--pr-text-light)}._fieldSelect_bt0gh_1873{flex:1;font-size:13px;font-weight:500;color:var(--pr-text-dark);padding:4px 8px;border:1px solid var(--pr-primary);border-radius:4px;background:#fff;outline:none;box-shadow:0 0 0 3px #10b9811a;cursor:pointer;font-family:inherit}._fieldSelect_bt0gh_1873:focus{border-color:var(--pr-primary-dark)}._editBlockButton_bt0gh_1919{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid rgba(16,185,129,.25);border-radius:5px;background:transparent;color:var(--pr-text-muted);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;flex-shrink:0;opacity:0;padding:0;font-family:inherit}._cancerInstance_bt0gh_939:hover ._editBlockButton_bt0gh_1919,._familyMember_bt0gh_1155:hover ._editBlockButton_bt0gh_1919{opacity:1}._editBlockButton_bt0gh_1919:hover{background:#10b98114;border-color:#10b98166;color:var(--pr-primary-dark)}._doneBlockButton_bt0gh_1979{font-size:11px;font-weight:600;padding:2px 8px;border:1px solid rgba(16,185,129,.4);border-radius:5px;background:#10b98114;color:var(--pr-primary-dark);cursor:pointer;transition:background .15s ease;flex-shrink:0;font-family:inherit}._doneBlockButton_bt0gh_1979:hover{background:#10b98126}._cancerEditBar_bt0gh_2017,._memberEditBar_bt0gh_2019{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:6px 10px;border-radius:7px;background:#10b98112;border:1px solid rgba(16,185,129,.2)}._memberDoneButton_bt0gh_2041{font-size:12px;font-weight:700;padding:5px 14px;border:1.5px solid rgba(16,185,129,.7);border-radius:6px;background:#10b98126;color:var(--pr-primary-dark);cursor:pointer;letter-spacing:.01em;transition:background .15s ease,border-color .15s ease}._memberDoneButton_bt0gh_2041:hover{background:#10b98147;border-color:#10b981}._cancerInstanceEditing_bt0gh_2079{border-color:#10b9814d!important;background:#10b9810a!important}._familyMemberEditing_bt0gh_2089{border-color:#10b9814d!important}._cancerHeaderActions_bt0gh_2099,._memberHeaderActions_bt0gh_2101{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}._cancerAgeEdit_bt0gh_2125{display:inline-flex;align-items:center;gap:4px;background:#10b98114;border-radius:10px;padding:2px 6px}._cancerAgeEditLabel_bt0gh_2143{font-size:10px;font-weight:600;color:var(--pr-text-muted);text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}._cancerAgeInput_bt0gh_2161{width:52px;font-size:12px;font-weight:500;color:var(--pr-text-dark);padding:1px 4px;border:1px solid var(--pr-primary);border-radius:4px;background:#fff;outline:none;box-shadow:0 0 0 2px #10b9811a;font-family:inherit}._cancerAgeInput_bt0gh_2161::-webkit-outer-spin-button,._cancerAgeInput_bt0gh_2161::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._cancerRecurrenceEdit_bt0gh_2211{display:inline-flex;align-items:center;gap:4px}._cancerRecurrenceSelect_bt0gh_2223{font-size:11px!important;padding:1px 4px!important;height:22px}._memberDeceasedEdit_bt0gh_2243{display:inline-flex;align-items:center;gap:4px}._memberDeceasedSelect_bt0gh_2255{font-size:11px!important;padding:1px 4px!important;height:22px}._memberAgeAtDeath_bt0gh_2267{display:inline-flex;align-items:center;gap:4px}._memberAgeInput_bt0gh_2279{width:52px;font-size:12px;font-weight:500;color:var(--pr-text-dark);padding:2px 4px;border:1px solid var(--pr-primary);border-radius:4px;background:#fff;outline:none;font-family:inherit}._memberAgeInput_bt0gh_2279::-webkit-outer-spin-button,._memberAgeInput_bt0gh_2279::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._removeButton_bt0gh_2325{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid rgba(220,38,38,.2);border-radius:6px;background:#dc26260a;color:var(--pr-danger);cursor:pointer;transition:background .15s ease,border-color .15s ease;flex-shrink:0;margin-left:auto;font-family:inherit;padding:0}._removeButton_bt0gh_2325:hover{background:#dc26261a;border-color:#dc262666}._cancerDetailFieldEditable_bt0gh_2379 ._cancerDetailRow_bt0gh_1051{cursor:pointer;border-radius:6px;transition:background .15s ease}._cancerDetailFieldEditable_bt0gh_2379 ._cancerDetailRow_bt0gh_1051:hover{background:#10b9810f}._cancerDetailValueEditable_bt0gh_2399{display:flex;align-items:center;gap:4px;cursor:pointer;padding:2px 4px;margin:-2px -4px;border-radius:4px;transition:background .15s ease}._cancerDetailValueEditable_bt0gh_2399:hover{background:#10b98114}._cancerDetailValueEditable_bt0gh_2399:hover ._editIcon_bt0gh_469{opacity:1}._cancerDetailInput_bt0gh_2437{flex:1;font-size:12px;font-weight:500;color:var(--pr-text-dark);padding:3px 6px;border:1px solid var(--pr-primary);border-radius:4px;background:#fff;outline:none;box-shadow:0 0 0 3px #10b9811a;font-family:inherit}._cancerDetailSelect_bt0gh_2465{flex:1;font-size:12px}._cancerHeaderFieldValue_bt0gh_2483{display:inline-flex;align-items:center;gap:4px;font-size:12px}._cancerHeaderFieldLabel_bt0gh_2497{font-size:10px;font-weight:600;color:var(--pr-text-muted);text-transform:uppercase;letter-spacing:.3px}._cancerHeaderFieldEditable_bt0gh_2513{cursor:pointer;padding:2px 6px;border-radius:4px;transition:background .15s ease}._cancerHeaderFieldEditable_bt0gh_2513:hover{background:#10b98114}._cancerHeaderFieldEditable_bt0gh_2513:hover ._editIcon_bt0gh_469{opacity:1}._cancerHeaderInput_bt0gh_2543{font-size:12px;font-weight:500;color:var(--pr-text-dark);padding:2px 6px;border:1px solid var(--pr-primary);border-radius:4px;background:#fff;outline:none;box-shadow:0 0 0 3px #10b9811a;font-family:inherit;width:80px}._memberField_bt0gh_2579{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--pr-text-dark)}._memberFieldLabel_bt0gh_2595{font-size:10px;font-weight:600;color:var(--pr-text-muted);text-transform:uppercase;letter-spacing:.3px}._memberFieldEditable_bt0gh_2611{cursor:pointer;padding:2px 6px;border-radius:4px;transition:background .15s ease}._memberFieldEditable_bt0gh_2611:hover{background:#10b98114}._memberFieldEditable_bt0gh_2611:hover ._editIcon_bt0gh_469{opacity:1}._memberFieldInput_bt0gh_2641{font-size:12px;font-weight:500;color:var(--pr-text-dark);padding:2px 6px;border:1px solid var(--pr-primary);border-radius:4px;background:#fff;outline:none;box-shadow:0 0 0 3px #10b9811a;font-family:inherit;width:140px}@keyframes _fadeInUp_bt0gh_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideIn_bt0gh_1{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}._container_1ccig_17{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px}._toast_1ccig_45{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border-radius:10px;box-shadow:0 8px 24px #0000001f;min-width:260px;max-width:360px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._toast_1ccig_45:hover{transform:translate(-4px);box-shadow:0 12px 32px #00000026}._toastEntering_1ccig_83{animation:_slideIn_1ccig_1 .3s ease}._toastExiting_1ccig_91{animation:_slideOut_1ccig_1 .3s ease forwards}._toastInfo_1ccig_101{border-left:4px solid #2563eb}._toastSuccess_1ccig_109{border-left:4px solid #059669}._toastWarning_1ccig_117{border-left:4px solid #b45309}._toastError_1ccig_125{border-left:4px solid #dc2626}._icon_1ccig_141{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}._iconInfo_1ccig_163{background:#3b82f614}._iconSuccess_1ccig_171{background:#10b98114}._iconWarning_1ccig_179{background:#f59e0b14}._iconError_1ccig_187{background:#ef444414}._message_1ccig_203{flex:1;font-size:12px;color:#1e293b;line-height:1.4;font-weight:500}._dismiss_1ccig_219{color:#94a3b8;font-size:18px;line-height:1;padding:4px}@keyframes _slideIn_1ccig_1{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes _slideOut_1ccig_1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}._container_5rv1v_13{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end}._backdrop_5rv1v_29{position:absolute;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._drawer_5rv1v_43{position:relative;width:min(480px,100%);height:100%;background:#fff;border-left:1px solid var(--border);box-shadow:-8px 0 32px #0000001f;display:flex;flex-direction:column;overflow:hidden}._header_5rv1v_67{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,var(--primary-bg) 0%,transparent 100%);flex-shrink:0}._headerContent_5rv1v_89{display:flex;align-items:center;gap:12px}._headerIcon_5rv1v_101{width:40px;height:40px;border-radius:var(--radiusSm);background:var(--primary-bg);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}._headerTitle_5rv1v_125{margin:0;font-size:18px;font-weight:600;letter-spacing:-.3px;color:var(--text)}._closeButton_5rv1v_141{width:36px;height:36px;border-radius:var(--radiusSm);border:1px solid var(--border);background:#fff;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}._closeButton_5rv1v_141:hover{border-color:var(--danger);background:#ef44440f;color:var(--danger)}._closeButton_5rv1v_141:focus{outline:none;box-shadow:0 0 0 3px #0a5f4c1a}._body_5rv1v_193{flex:1;overflow-y:auto;padding:20px 24px}@media(max-width:560px){._drawer_5rv1v_43{width:100%}}._headerTitle_9wsuf_17{font-weight:700;font-size:16px;color:#1e293b}._headerSubtitle_9wsuf_29{font-size:12px;color:#64748b;margin-top:4px}._bodyGrid_9wsuf_49{display:grid;gap:16px}._searchInput_9wsuf_59{padding:12px 16px;border-radius:10px;font-size:14px;border:1px solid rgba(148,163,184,.3);transition:border-color .2s ease,box-shadow .2s ease}._searchInput_9wsuf_59:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}._listContainer_9wsuf_87{max-height:50vh;overflow-y:auto}._loadingState_9wsuf_105{color:#64748b;text-align:center;padding:40px;display:flex;flex-direction:column;align-items:center;gap:12px}._loadingIcon_9wsuf_125{font-size:24px;animation:_pulse_9wsuf_1 1.5s ease-in-out infinite}._emptyState_9wsuf_143{color:#94a3b8;text-align:center;padding:40px;display:flex;flex-direction:column;align-items:center;gap:12px}._emptyIcon_9wsuf_163{font-size:32px;opacity:.4}._actionButtons_9wsuf_181{display:flex;gap:8px;flex-wrap:wrap}._actionButtons_9wsuf_181 ._Button_9wsuf_193{font-size:12px;padding:6px 12px}@keyframes _pulse_9wsuf_1{0%,to{opacity:1}50%{opacity:.5}}._pausedRow_9wsuf_221{display:flex;align-items:center;gap:10px;padding-left:6px}._pausedDot_9wsuf_235{width:10px;height:10px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px #10b9812e;animation:_pulseDot_9wsuf_1 1.6s ease-in-out infinite;flex-shrink:0;margin-left:2px}@keyframes _pulseDot_9wsuf_1{0%,to{box-shadow:0 0 0 4px #10b9812e}50%{box-shadow:0 0 0 7px #10b98114}}._container_jm098_13{position:relative;display:flex;gap:0}._card_jm098_25{flex:1;min-width:0}._cardBody_jm098_35{max-height:70vh;overflow-y:auto}._headerRow_jm098_47{display:flex;align-items:center;gap:12px}._titleRow_jm098_59{display:flex;align-items:center;gap:8px}._liveDot_jm098_71{width:10px;height:10px;border-radius:50%;background:#ef4444;animation:_pulse_jm098_1 1.5s ease-in-out infinite;box-shadow:0 0 0 3px #ef444433}@keyframes _pulse_jm098_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}._sessionFooter_jm098_113{display:flex;align-items:center;gap:8px;padding:12px 20px;border-top:1px solid var(--border);background:#0a5f4c05;font-size:12px;color:var(--muted)}._sessionDot_jm098_135{width:6px;height:6px;border-radius:50%;background:var(--primary);animation:_pulseGlow_jm098_1 2s ease-in-out infinite}@keyframes _pulseGlow_jm098_1{0%,to{opacity:1;box-shadow:0 0 #0a5f4c66}50%{opacity:.8;box-shadow:0 0 0 4px #0a5f4c00}}._sessionCode_jm098_173{font-family:SF Mono,Monaco,Consolas,monospace;font-size:11px;padding:2px 6px;background:var(--primary-bg);border-radius:4px;color:var(--primary-dark)}._tabButtons_jm098_193{display:flex;flex-direction:column;gap:8px;padding:12px 0;margin-left:-1px}._tabButton_jm098_193{position:relative;width:44px;height:44px;border-radius:0 var(--radiusSm) var(--radiusSm) 0;border:1px solid var(--border);border-left:none;background:#fff;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:2px 2px 8px #0000000f}._tabButton_jm098_193:hover{background:var(--primary-bg);color:var(--primary);border-color:var(--primary-border);box-shadow:4px 4px 12px #0a5f4c1f}._tabButton_jm098_193:focus{outline:none;box-shadow:0 0 0 3px #0a5f4c26,2px 2px 8px #0000000f}._tabButtonActive_jm098_267{background:var(--primary);color:#fff;border-color:var(--primary)}._langWrap_jm098_287{position:relative;display:inline-flex}._langTrigger_jm098_297{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 10px;border-radius:var(--radiusSm);border:1px solid var(--border);background:#fff;color:var(--text);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}._langTrigger_jm098_297:hover:not(:disabled){background:var(--primary-bg);border-color:var(--primary-border)}._langTrigger_jm098_297:focus{outline:none}._langTrigger_jm098_297:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0a5f4c26}._langTrigger_jm098_297:disabled{opacity:.55;cursor:not-allowed}._langGlobe_jm098_373{color:var(--muted);flex-shrink:0}._langLabel_jm098_383{line-height:1}._langChevron_jm098_391{color:var(--muted);transition:transform .15s ease;flex-shrink:0}._langChevronOpen_jm098_403{transform:rotate(180deg)}._langMenu_jm098_411{position:absolute;top:calc(100% + 4px);right:0;min-width:140px;margin:0;padding:4px;list-style:none;background:#fff;border:1px solid var(--border);border-radius:var(--radiusSm);box-shadow:0 6px 20px #00000014,0 2px 6px #0000000f;z-index:50}._langOption_jm098_441{display:flex;align-items:center;width:100%;height:32px;padding:0 10px;border:none;background:transparent;color:var(--text);font-size:13px;text-align:left;border-radius:4px;cursor:pointer;transition:background .1s ease,color .1s ease}._langOption_jm098_441:hover{background:var(--primary-bg);color:var(--primary-dark)}._langOption_jm098_441:focus{outline:none}._langOption_jm098_441:focus-visible{outline:none;background:var(--primary-bg);box-shadow:inset 0 0 0 2px var(--primary)}._langOptionSelected_jm098_503{background:var(--primary-bg);color:var(--primary-dark);font-weight:600}._tabButtonActive_jm098_267:hover{background:var(--primary-dark);color:#fff}._liveIndicator_jm098_527{position:absolute;top:6px;right:6px;width:8px;height:8px;border-radius:50%;background:#ef4444;animation:_pulse_jm098_1 1.5s ease-in-out infinite;box-shadow:0 0 0 2px #fff}._uploadingIndicator_jm098_553{position:absolute;top:5px;right:5px;width:10px;height:10px;border-radius:50%;background:#f59e0b;animation:_pulse_jm098_1 1s ease-in-out infinite;box-shadow:0 0 0 2px #fff}._spinnerIcon_jm098_579{width:20px;height:20px;border:2.5px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:_spin_jm098_579 .8s linear infinite}@keyframes _spin_jm098_579{to{transform:rotate(360deg)}}._btnSpinner_jm098_611{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:_spin_jm098_579 .8s linear infinite;margin-right:6px;vertical-align:middle}._drawerActions_jm098_637{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:16px;border-bottom:1px solid var(--border);margin-bottom:16px}._transcriptContainer_jm098_655{min-height:200px}._approximateLabelsNote_jm098_663{margin-top:10px;font-size:12px;color:var(--muted, #64748b);font-style:italic;line-height:1.5;padding:0 4px}._transcriptDisplay_jm098_681{white-space:pre-wrap;font-family:inherit;font-size:14px;line-height:1.7;color:var(--text);padding:16px;background:#0a5f4c05;border-radius:var(--radiusSm);border:1px solid var(--border);min-height:200px;max-height:60vh;overflow-y:auto}._transcriptPlaceholder_jm098_711{color:var(--muted);font-style:italic}._transcriptEditor_jm098_721{width:100%;min-height:300px;padding:16px;font-family:inherit;font-size:14px;line-height:1.7;resize:vertical;border-radius:var(--radiusSm);border:1px solid var(--border)}._transcriptEditor_jm098_721:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0a5f4c1a}._summaryContent_jm098_759{padding:20px;background:linear-gradient(135deg,#ffb6480a,#ffb64805);border-radius:var(--radiusSm);border:1px solid var(--border);border-left:4px solid #ffb648;min-width:0;overflow:hidden}._narrativeContainer_jm098_779{font-family:Georgia,Times New Roman,serif}._narrativeParagraph_jm098_787{margin:0 0 16px;font-size:15px;line-height:1.8;color:var(--text);text-align:justify}._narrativeParagraph_jm098_787:last-child{margin-bottom:0}._criteriaSection_jm098_813{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,182,72,.3)}._criteriaHeader_jm098_825{margin:0 0 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:700;color:#b45309;text-transform:uppercase;letter-spacing:.5px}._criteriaItem_jm098_845{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;padding-left:4px}._criteriaBullet_jm098_861{color:#ffb648;font-size:16px;line-height:1.5;flex-shrink:0}._criteriaText_jm098_875{font-size:14px;line-height:1.5;color:var(--text)}._criteriaItem_jm098_845:last-child{margin-bottom:0}._summarySection_jm098_897{margin-bottom:20px;overflow-x:auto}._summarySectionTitle_jm098_907{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:700;color:#2d2d2d;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px;padding-bottom:6px;border-bottom:2px solid #e8b84b}._summaryTable_jm098_933{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:8px}._summaryTable_jm098_933 th,._summaryTable_jm098_933 td{border:1px solid #ddd;padding:6px 10px;text-align:left}._tableHeader_jm098_961{background:#f5f5f5;font-weight:600;font-size:12px;color:#2d2d2d;text-transform:uppercase;letter-spacing:.3px}._tableHeaderCenter_jm098_979{text-align:center}._tableRow_jm098_989:hover{background:#e8b84b0d}._tableCell_jm098_997{font-size:13px;color:var(--text)}._tableCellCenter_jm098_1007{text-align:center}._checkboxItem_jm098_1019{display:inline-flex;align-items:center;gap:3px;font-size:13px}._checkboxChecked_jm098_1033,._checkboxUnchecked_jm098_1035{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1.5px solid #999;border-radius:2px;font-size:11px;font-weight:700;line-height:1}._checkboxChecked_jm098_1033{background:#2d2d2d;color:#fff;border-color:#2d2d2d}._checkboxUnchecked_jm098_1035{background:#fff;color:transparent}._checkboxLabel_jm098_1083{font-size:12px;color:var(--text)}._unknownText_jm098_1093{font-size:12px;color:var(--muted);font-style:italic}._flagsRow_jm098_1107{display:flex;flex-wrap:wrap;gap:16px;margin-top:10px;padding:8px 0}._emptyState_jm098_1125{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center;color:var(--muted);font-size:14px;background:#0a5f4c05;border-radius:var(--radiusSm);border:1px dashed var(--border)}._emptyIcon_jm098_1155{font-size:32px;opacity:.6}._saveChangesBar_jm098_1167{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;background:linear-gradient(135deg,#f59e0b14,#fbbf240d);border-top:1px solid rgba(245,158,11,.2)}._unsavedIndicator_jm098_1187{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#b45309}@media(max-width:768px){._container_jm098_13{flex-direction:column}._tabButtons_jm098_193{flex-direction:row;justify-content:flex-end;margin-left:0;margin-top:-1px;padding:0 12px}._tabButton_jm098_193{border-radius:0 0 var(--radiusSm) var(--radiusSm);border:1px solid var(--border);border-top:none}._cardBody_jm098_35{max-height:none}}
