:root{--bg: #f6f8fc;--panel: #ffffff;--panel-soft: #fbfcff;--ink: #172033;--muted: #667085;--line: #e6eaf2;--accent: #1a73e8;--accent-strong: #1557b0;--accent-soft: #edf4ff;--success-soft: #ecfdf5;--shadow: 0 16px 40px rgba(31, 42, 68, .07);--shadow-soft: 0 4px 18px rgba(31, 42, 68, .05);--text: var(--ink);--text-muted: var(--muted);--border: var(--line);--surface: var(--panel);--bg-alt: #f8fafc;--bg-card: #ffffff;--blue: var(--accent)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-size:13px;line-height:1.5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif}button,input,select,textarea{font:inherit}button{min-height:34px;border:0;border-radius:10px;background:var(--accent);color:#fff;padding:0 14px;font-weight:600;font-size:13px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow-soft)}button.secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}button.danger{background:#fff4f2;border:1px solid #ffc9c2;color:#b42318}button.link-button{min-height:0;height:auto;background:transparent;color:var(--accent);border:0;padding:0;justify-content:flex-start;font-weight:700;text-align:left}button:disabled{opacity:.6;cursor:wait}.app-shell{width:100%;min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0}.topnav{position:sticky;top:0;z-index:100;height:48px;display:flex;align-items:center;gap:0;padding:0 24px;border-bottom:1px solid var(--line);background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);flex-shrink:0}.topnav-brand{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-right:20px;background:none;border:none;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer;border-radius:6px;transition:opacity .15s}.topnav-brand:hover{opacity:.7}.topnav-brand:focus-visible{outline:2px solid var(--accent, #2563eb);outline-offset:2px}.topnav-brand-logo{height:36px;width:auto;display:block;object-fit:contain;flex-shrink:0}.topnav-brand-text{display:flex;align-items:baseline;gap:8px}.topnav-brand strong{font-size:13px;font-weight:700;color:var(--ink);white-space:nowrap}.topnav-brand span{font-size:12px;color:var(--muted);white-space:nowrap}.topnav-nav{display:flex;align-items:center;gap:2px;flex:1;overflow-x:auto;scrollbar-width:none}.topnav-nav::-webkit-scrollbar{display:none}.topnav-nav button{min-height:32px;padding:0 12px;background:transparent;color:var(--muted);font-size:13px;font-weight:600;border-radius:8px;white-space:nowrap;flex-shrink:0}.topnav-nav button:hover:not(:disabled){background:var(--accent-soft);color:var(--accent);transform:none;box-shadow:none}.topnav-nav button.active{background:var(--accent-soft);color:var(--accent)}.topnav-actions{display:flex;align-items:center;gap:10px;margin-left:12px;flex-shrink:0}.scan-btn{min-height:30px;padding:0 12px;font-size:12px;border-radius:8px;white-space:nowrap}.content-shell{width:100%;max-width:1600px;margin:0 auto;padding:20px 24px 36px}.global-toolbar{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;margin:0}.global-toolbar label,.range-row label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:600;white-space:nowrap}.global-toolbar label select{min-height:28px;width:auto;padding:3px 8px;font-size:12px;border-radius:8px}.global-toolbar>span{color:var(--muted);font-size:12px;white-space:nowrap}.custom-range{display:flex;align-items:center;gap:6px}.custom-range input{width:130px;min-height:28px;font-size:12px}.hero{min-height:220px;border-radius:8px;background:linear-gradient(100deg,#0f766ef0,#16201de0),radial-gradient(circle at 90% 10%,#f4c95d,transparent 30%);color:#fff;display:flex;align-items:end;justify-content:space-between;gap:24px;padding:34px;box-shadow:var(--shadow)}.hero p{margin:0 0 10px;font-weight:800}h1,h2{margin:0;letter-spacing:0}h1{font-size:1.5rem;line-height:1.1}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.page-header h1{font-size:1.4rem;line-height:1.15}.page-header p{color:var(--muted);margin:4px 0 0;font-size:13px}.stat-strip{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.stat-strip-item{min-width:104px;border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:9px 12px;box-shadow:var(--shadow-soft)}.stat-strip-item span{display:block;color:var(--muted);font-size:.78rem;font-weight:700}.stat-strip-item strong{display:block;margin-top:3px;font-size:1.05rem}.overview-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:start}.overview-main,.overview-side{display:grid;gap:12px}.overview-card{padding:14px 16px;background:linear-gradient(180deg,#fff,#fbfdff)}.overview-list{display:grid}.overview-row{display:grid;grid-template-columns:minmax(110px,.9fr) minmax(120px,1fr) minmax(100px,.7fr);gap:8px;align-items:center;min-height:38px;border-top:1px solid var(--line)}.overview-row:first-child{border-top:0}.overview-row span,.overview-row time{color:var(--muted)}.overview-row strong{font-size:.95rem;color:var(--ink)}.compact-timeline{max-height:360px}.compact-timeline li{grid-template-columns:100px minmax(0,1fr) 130px;align-items:center;border-left:0;border-top:1px solid var(--line);padding:10px 0}.compact-timeline li:first-child{border-top:0}.empty-row{color:var(--muted);display:block}.overview-alerts{display:grid;gap:8px}.alert-row{display:grid;grid-template-columns:12px minmax(0,1fr) auto;gap:10px;align-items:flex-start;border-top:1px solid var(--line);padding:11px 0}.alert-row:first-child{border-top:0}.alert-row div{display:grid;gap:3px}.alert-dismiss-btn{min-height:28px;padding:4px 9px;border:1px solid rgba(148,163,184,.26);border-radius:999px;background:#94a3b814;color:var(--text-muted);font-size:12px;white-space:nowrap}.dot{width:9px;height:9px;border-radius:999px;margin-top:6px}.dot.red{background:#d93025}.dot.orange{background:#f29900}.dot.yellow{background:#fbbc04}.quick-links{display:grid;gap:8px}.quick-links button{text-align:left}.subtle-warning{margin:0 0 16px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:12px;padding:11px 14px;line-height:1.55;font-weight:700}.hero span{display:block;margin-top:14px;color:#ffffffdb;line-height:1.6}.stats,.charts,.grid{display:grid;gap:12px;margin-top:12px}.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.stats div,.panel{background:var(--panel);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.stats div{padding:18px}.stats span,.panel-title span,small{color:var(--muted)}.stats strong{display:block;margin-top:8px;font-size:2rem}.charts{grid-template-columns:repeat(3,minmax(0,1fr))}.grid{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);align-items:start}.panel{padding:16px}.panel-title{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px}.panel-title-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.filter-toggle{font-size:.75rem;padding:4px 10px;min-height:32px;white-space:nowrap;border-radius:999px;border-color:#d1d5db;color:#6b7280;align-self:center;flex-shrink:0;width:fit-content}.panel-subtitle-light{font-size:.75rem;color:#9ca3af;font-weight:400}.report-count-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 12px;padding:10px 12px;border:1px solid rgba(37,99,235,.16);border-radius:12px;background:#2563eb0f;color:var(--text)}.report-count-summary strong{font-size:16px}.report-count-summary span{color:var(--text-muted);font-size:13px}.care-section{margin:14px 0;padding:12px;border:1px solid rgba(37,99,235,.12);border-radius:14px;background:#2563eb0a}.medication-plan-editor,.vital-module{scroll-margin-top:96px}.medication-plan-editor.is-editing{border-color:#2563eb47;box-shadow:0 0 0 3px #2563eb0f}.care-editing-banner{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px;padding:9px 10px;border:1px solid rgba(37,99,235,.22);border-radius:12px;background:#2563eb14;color:var(--text);font-size:13px}.care-editing-banner strong{color:var(--accent)}.care-editing-banner button{flex:0 0 auto;min-height:30px;padding:4px 9px}.care-module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}.care-module-card{display:grid;gap:5px;align-content:start;min-height:86px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}button.care-module-card{width:100%;color:var(--text);text-align:left;cursor:pointer}button.care-module-card:hover{border-color:#2563eb57;box-shadow:0 6px 18px #0f172a0f}.care-module-card.active{border-color:#2563eb38;background:#2563eb0f}.care-module-card.muted{background:#94a3b814}.care-module-card strong{font-size:14px}.care-module-card span{color:var(--text-muted);font-size:12px;line-height:1.45}.care-module-card button{justify-self:start;min-height:30px;margin-top:4px;padding:4px 10px}.care-section-title-with-action{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.care-section-title-with-action button{flex:0 0 auto;min-height:32px;padding:5px 12px}.care-section-collapsed-note{margin:6px 0 0;color:var(--text-muted);font-size:13px;line-height:1.45}.care-details-section{padding:0}.care-details-section>summary{display:flex;justify-content:space-between;gap:10px;padding:12px;cursor:pointer;list-style:none}.care-details-section>summary::-webkit-details-marker{display:none}.care-details-section>summary:after{content:"展开";flex:0 0 auto;align-self:center;color:var(--text-muted);font-size:12px}.care-details-section[open]>summary:after{content:"收起"}.care-details-section>.quick-recent-list,.care-details-section>.empty-state{margin:0 12px 12px}.care-section-title h3{margin:0;font-size:15px}.care-section-title p{margin:3px 0 10px;color:var(--text-muted);font-size:12px}.care-plan-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:10px}.care-template-panel{display:grid;gap:9px;margin:0 0 12px;padding:10px;border:1px solid rgba(37,99,235,.12);border-radius:12px;background:#ffffff94}.care-template-head{display:grid;gap:3px}.care-template-head span,.custom-template-list>span{color:var(--text-muted);font-size:12px}.custom-template-list{display:grid;gap:7px}.custom-template-item{display:flex;gap:6px;flex-wrap:wrap}.template-chip-with-action{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;min-width:0}.template-chip-with-action>button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.template-hide-btn{min-width:32px;padding:0 8px;border:1px solid var(--line);border-left:0;border-radius:0 999px 999px 0;background:#94a3b814;color:var(--text-muted)}.restore-template-btn{justify-self:start;min-height:30px;padding:4px 10px}.custom-template-editor{border-top:1px solid rgba(148,163,184,.18);padding-top:8px}.custom-template-editor>summary{cursor:pointer;color:var(--accent);font-size:13px;font-weight:700}.care-template-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px}.care-template-form button{align-self:end}.care-plan-form input,.care-plan-form select{min-width:0}.care-plan-form button{align-self:end}.care-field{display:grid;gap:4px;color:var(--text-muted);font-size:12px}.care-field input,.care-field select{width:100%;color:var(--text)}.care-field-hint{color:var(--text-muted);font-size:11px;line-height:1.35}.care-times-field{grid-column:span 2}.care-time-row{display:grid;grid-template-columns:1fr auto;gap:6px}.care-weekday-field{grid-column:span 2}.care-weekday-list{display:flex;flex-wrap:wrap;gap:6px}.care-weekday-list button{min-height:30px;padding:4px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text-muted)}.care-weekday-list button.active{border-color:#2563eb66;background:#2563eb1a;color:var(--accent);font-weight:700}.care-plan-submit-row{display:grid;grid-template-columns:1fr;gap:6px;align-self:end}.care-plan-list,.care-today-list,.quick-recent-list{display:grid;gap:8px;margin-top:10px}.care-plan-group{border:1px solid rgba(148,163,184,.2);border-radius:12px;background:#ffffff94;overflow:hidden}.care-plan-group>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;cursor:pointer;font-weight:800;list-style:none}.care-plan-group>summary::-webkit-details-marker{display:none}.care-plan-group>summary span{min-width:28px;padding:2px 8px;border-radius:999px;background:#2563eb17;color:var(--accent);text-align:center}.care-plan-group-list{display:grid;gap:8px;padding:0 10px 10px}.care-plan-card,.care-today-list article,.quick-recent-list article{display:grid;gap:8px;padding:10px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.care-plan-card>div:first-child,.care-today-list article>div:first-child{display:grid;gap:2px}.care-plan-card span,.care-today-list span,.quick-recent-list span,.quick-recent-list small{color:var(--text-muted);font-size:12px}.care-plan-actions,.care-today-list article>div:last-child{display:flex;gap:6px;flex-wrap:wrap}.care-plan-actions button,.care-today-list button{min-height:32px;padding:5px 10px}.care-batch-message{margin:0 0 8px;color:#047857;font-size:13px}.care-section-inline-actions{display:flex;gap:8px;flex-wrap:wrap;margin:0 12px 10px}.care-section-inline-actions button{min-height:36px;padding:6px 12px}.vital-records-list strong{line-height:1.45;overflow-wrap:anywhere}.vital-summary-card{display:grid;gap:8px}.vital-summary-card p{margin:0;color:var(--text);font-size:13px;line-height:1.5;overflow-wrap:anywhere}.vital-alert-note{padding:8px 10px;border-radius:10px;background:#2563eb12;color:var(--text);font-size:12px;line-height:1.45}.vital-summary-card button{justify-self:start;min-height:32px;padding:5px 12px}.overview-reminder-card{gap:8px;overflow:hidden}.overview-reminder-card.is-swipeable{cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none;overscroll-behavior-x:contain}.overview-reminder-card.is-swipeable:active{cursor:grabbing}.overview-reminder-body{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.overview-reminder-switcher{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:6px;border-top:1px solid rgba(148,163,184,.16)}.overview-reminder-switcher button{min-height:28px;padding:4px 9px;font-size:12px}.overview-reminder-dots{display:flex;justify-content:center;gap:6px;flex:1}.overview-reminder-dots button{width:22px;min-height:8px;padding:0;border:0;border-radius:999px;background:#94a3b859}.overview-reminder-dots button.active{background:var(--accent)}.vital-latest-card small{color:var(--accent);line-height:1.4}.vital-light-board{display:grid;gap:8px;padding:10px;border:1px solid rgba(37,99,235,.12);border-radius:12px;background:#2563eb0a}.vital-light-board>div{display:grid;gap:3px}.vital-light-board span{color:var(--text-muted);font-size:12px}.vital-light-board strong{color:var(--text);line-height:1.35}.vital-light-board small{color:var(--text-muted);line-height:1.4}.vital-light-board .vital-threshold-link{justify-self:start;min-height:30px;margin-top:2px;padding:4px 10px}.vital-light-board.compact{padding:0;border:0;background:transparent}.vital-chip-row{display:flex;gap:6px;flex-wrap:wrap}.vital-chip-row em{padding:3px 8px;border-radius:999px;background:#94a3b81f;color:var(--text-muted);font-size:12px;font-style:normal}.vital-chip-row em.ok{background:#2563eb1a;color:var(--accent)}.vital-week-summary,.vital-trend-list{display:grid;gap:7px;padding:10px;border:1px solid rgba(37,99,235,.12);border-radius:12px;background:#2563eb0a}.vital-module-body,.vital-subpanel{display:grid;gap:10px}.vital-subpanel{padding:10px;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:#ffffff94}.vital-subpanel>summary{cursor:pointer;font-weight:800;list-style:none}.vital-subpanel>summary::-webkit-details-marker{display:none}.vital-today-item{display:grid;gap:6px;padding:8px 0;border-top:1px solid rgba(148,163,184,.14)}.vital-today-item:first-child{border-top:0}.vital-week-summary span,.vital-trend-row small{color:var(--text-muted);font-size:12px;line-height:1.4}.vital-trend-row{display:grid;grid-template-columns:54px minmax(0,1fr);gap:4px 8px;align-items:baseline}.vital-trend-row span{color:var(--text-muted);font-size:12px}.vital-trend-row strong{overflow-wrap:anywhere}.vital-trend-row small{grid-column:2}.vital-editing-banner{margin:0}.vital-record-actions{align-items:center}.delete-confirm-label{color:var(--text-muted);font-size:12px;line-height:1.3}.vital-show-more{justify-self:start;min-height:34px;padding:5px 12px}.care-today-group{gap:10px}.care-today-group-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.care-today-group-head>div:first-child,.care-today-medication-row>div:first-child{display:grid;gap:2px;min-width:0}.care-today-group-head>div:last-child,.care-today-medication-row>div:last-child{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.care-today-group-detail{display:grid;gap:8px;padding-top:8px;border-top:1px dashed var(--line)}.care-today-medication-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.care-today-compact{display:grid;gap:10px}.care-today-summary{display:grid;gap:4px;padding:10px 12px;border:1px solid rgba(37,99,235,.14);border-radius:12px;background:#2563eb0d}.care-today-summary strong{font-size:14px}.care-today-summary span,.care-today-summary small{color:var(--text-muted);font-size:12px;line-height:1.45}.care-today-compact-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.med-confirm-view{display:grid;gap:10px;padding:8px 14px 4px}.med-confirm-date-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.med-confirm-date-strip button{display:grid;justify-items:center;gap:3px;min-height:62px;padding:8px 6px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--text)}.med-confirm-date-strip button.active{border-color:#2563eb6b;background:#2563eb17}.med-confirm-date-strip small{color:var(--text-muted);font-size:11px}.date-status-bar{position:relative;width:min(64px,82%);height:6px;margin-top:3px;overflow:hidden;border-radius:999px;background:#94a3b833;box-shadow:inset 0 0 0 1px #94a3b829}.date-status-bar:before{content:"";position:absolute;inset:0 auto 0 0;width:var(--progress, 0%);border-radius:inherit;background:#2563ebc7;transition:width .18s ease}.date-status-bar.pending:before,.date-status-bar.no-plan:before,.date-status-bar.unknown:before{width:0%}.date-status-bar.no-plan,.date-status-bar.unknown{background:#94a3b81f;box-shadow:inset 0 0 0 1px #94a3b81f}.med-confirm-summary{display:grid;gap:3px;padding:10px 12px;border-radius:12px;background:#0f172a0a}.med-confirm-summary span{color:var(--text-muted);font-size:12px;line-height:1.45}.med-confirm-summary small{color:var(--text-muted);font-size:12px;line-height:1.35}.med-confirm-show-all{width:100%}.med-confirm-done,.manual-medication-details{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.med-confirm-done>summary,.manual-medication-details>summary{padding:11px 12px;cursor:pointer;font-weight:700;list-style:none}.med-confirm-done>summary::-webkit-details-marker,.manual-medication-details>summary::-webkit-details-marker{display:none}.manual-medication-details .quick-entry-form{padding:0 12px 12px}.quick-recent-list>strong{font-size:13px}.quick-recent-list p{margin:0;color:var(--text-muted);font-size:12px}.legacy-event-section{margin-top:16px;border:1px solid var(--line);border-radius:14px;background:var(--surface);overflow:hidden;max-width:100%;box-sizing:border-box}.legacy-event-section>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;cursor:pointer;list-style:none}.legacy-event-section>summary::-webkit-details-marker{display:none}.legacy-event-section>summary:after{content:"▾";color:var(--text-muted);transition:transform .18s ease}.legacy-event-section[open]>summary:after{transform:rotate(180deg)}.legacy-event-section>summary span{font-weight:700}.legacy-event-section>summary small{color:var(--text-muted);font-size:12px}.legacy-event-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:0 14px 12px;border-bottom:1px solid var(--line)}.legacy-event-toolbar button,.legacy-event-toolbar select{max-width:100%}.legacy-event-toolbar label{display:flex;align-items:center;gap:4px;color:var(--text-muted);font-size:12px}.legacy-event-toolbar label input[type=checkbox]{width:auto;min-height:0;flex:0 0 auto}.legacy-manual-event-form{margin:12px 14px;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:#f8fafcc7;overflow:hidden}.legacy-manual-event-form>summary{display:grid;gap:3px;padding:11px 12px;cursor:pointer;list-style:none}.legacy-manual-event-form>summary::-webkit-details-marker{display:none}.legacy-manual-event-form>summary span{font-weight:700}.legacy-manual-event-form>summary small{color:var(--text-muted);font-size:12px;line-height:1.4}.legacy-manual-event-form .event-form{margin:0;padding:0 12px 12px}.legacy-advanced-toggle{align-self:flex-start;font-size:11px;padding:4px 8px;margin-bottom:6px}.legacy-event-section .discharge-ocr-panel,.legacy-event-section .event-timeline{margin:12px 14px}.legacy-event-section .event-item,.legacy-event-section .duplicate-warning,.legacy-event-section .event-row,.legacy-event-section .event-meta,.legacy-event-section .event-desc,.legacy-event-section .event-drugs,.legacy-event-section .discarded-label,.legacy-event-section .discharge-preview,.legacy-event-section .discharge-treatment-row{max-width:100%;box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word}.filters{display:grid;grid-template-columns:1fr 180px;gap:10px;margin-bottom:14px}input,select,textarea{width:100%;min-height:34px;border:1px solid var(--line);border-radius:10px;padding:5px 10px;background:#fff;font-size:13px}.table-wrap{overflow:auto;max-height:680px}table{width:100%;min-width:760px;border-collapse:collapse}th,td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:13px}th{color:var(--muted);font-size:.84rem}small{display:block;margin-top:4px;max-width:540px;word-break:break-all}.chart-panel svg{width:100%;height:190px;border:1px solid var(--line);border-radius:18px;background:#fff}.blood-trend{margin-top:0}.marker-tabs-row{display:flex;align-items:center;gap:6px;margin-bottom:2px}.marker-tabs{flex:1;min-width:0;display:flex;flex-wrap:nowrap;gap:2px;padding:3px;border-radius:10px;background:#eff2f5;border:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.marker-tabs::-webkit-scrollbar{display:none}.panel-tab-tools{display:flex;align-items:center;gap:4px;flex-shrink:0}.panel-marker-ref{margin:4px 0 0;font-size:.72rem;color:var(--text-muted, #6b7280);line-height:1.4}.marker-tabs button{min-height:26px;padding:0 9px;border-radius:8px;background:transparent;color:#6b7280;box-shadow:none;border:none;font-size:12px;font-weight:500;white-space:nowrap;flex-shrink:0;transition:background .15s,color .15s}.marker-tabs button.active{background:#fff;color:#2563eb;border:none;box-shadow:0 1px 4px #0000001a}.trend-layout{display:grid;grid-template-columns:1fr;gap:20px;align-items:start}.chart-shell{position:relative}.large-chart{width:100%;height:auto;aspect-ratio:286 / 100;display:block;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#f8fbfff5,#fffffffa);box-shadow:inset 0 1px #fffc}.large-chart circle{stroke-width:.8;cursor:pointer}.large-chart circle.key-point{stroke-width:.8}.event-marker{cursor:pointer}.event-flag-line{stroke:#8b5cf6;stroke-width:.6;stroke-dasharray:1.5 1;opacity:.3}.event-flag-dot{fill:#8b5cf6;stroke:#fff;stroke-width:.4;opacity:.6}.event-flag-shape{fill:#8b5cf6;stroke:#fff;stroke-width:.35}.trend-meta{display:flex;justify-content:space-between;gap:12px;margin-top:12px;color:var(--muted);align-items:center;flex-wrap:wrap}.chart-tooltip{position:absolute;z-index:2;min-width:150px;transform:translate(-50%,calc(-100% - 12px));border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow);padding:10px 12px;pointer-events:none;display:grid;gap:4px}.chart-tooltip span{color:var(--muted);font-weight:700}.axis-line{stroke:#b8c2d6;stroke-width:1}.grid-line{stroke:#e7edf7;stroke-width:.5;opacity:.4}.x-tick line{stroke:#b8c2d6;stroke-width:.7}.x-tick-label,.y-axis-label{font-size:3.5px}@media(max-width:480px){.large-chart{min-height:230px}.x-tick-label,.y-axis-label{font-size:5.6px}.large-chart circle{stroke-width:1.2;r:1.6}}.med-plan-export-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000012;padding:12px;margin:0 0 12px}.med-plan-export-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;flex-wrap:wrap;gap:8px}.med-plan-export-title{font-size:.78rem;color:#6b7280;font-weight:500}.med-plan-export-preview{font-size:.72rem;line-height:1.6;color:#374151;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;white-space:pre-wrap;word-break:break-word;max-height:300px;overflow-y:auto;margin:0}.event-filter-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:10px 12px 12px;margin:0 0 14px}.event-filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.event-filter-title{font-size:.78rem;color:#6b7280;font-weight:500}.event-filter-actions{display:flex;gap:8px}.event-filter-clear,.event-filter-done{font-size:.75rem;padding:3px 10px;border-radius:999px;border:1px solid #d1d5db;background:transparent;color:#6b7280;min-height:28px;cursor:pointer}.event-filter-done{border-color:#2563eb;color:#2563eb;font-weight:500}.event-filter-chips{display:flex;flex-wrap:wrap;gap:6px}.event-filter-chip{font-size:.75rem;padding:4px 10px;border-radius:999px;border:1px solid #d1d5db;background:#f8fafc;color:#6b7280;min-height:28px;cursor:pointer;white-space:nowrap}.event-filter-chip.active{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8;font-weight:500}.range-row{display:flex;justify-content:flex-end;margin:-4px 0 16px}.event-callout{display:grid;gap:8px;margin-top:10px;border:1px solid var(--line);border-left:4px solid #8b5cf6;border-radius:18px;padding:12px;background:#fff}.event-callout p{margin:0;line-height:1.5}.event-associations{display:grid;gap:8px;margin-top:16px}.event-associations article{border:1px solid var(--line);border-radius:16px;padding:10px;display:grid;gap:4px;background:var(--panel-soft)}.analysis-panel{margin-top:0}.analysis-tabs{margin-bottom:0}.analysis-tab-desc{font-size:.78rem;color:#6b7280;margin:0 0 10px;line-height:1.5}.quality-panel{margin-top:0}.reparse-result{padding:.4rem .75rem;background:var(--surface2, #f0fdf4);border:1px solid var(--ok, #16a34a);border-radius:6px;font-size:.82rem;color:var(--ok, #15803d);margin-bottom:.75rem}.quality-overview{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.quality-overview div{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}.quality-overview span{color:var(--muted);display:block;font-weight:800;margin-bottom:6px}.quality-overview strong{font-size:1.3rem}.quality-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.quality-list{display:grid;gap:10px}.quality-list.tall{max-height:420px;overflow:auto}.quality-list article{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;display:grid;gap:5px}.suspicious-list article{border-color:#ffc9c2;border-left:4px solid #b42318;background:#fffaf9}.duplicate-list{grid-template-columns:repeat(2,minmax(0,1fr))}.disclaimer{margin:0 0 14px;border:1px solid #ffc9c2;background:#fff4f2;color:#8f1d14;border-radius:12px;padding:12px;line-height:1.55;font-weight:700}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.metric-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.metric-box{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;display:grid;gap:6px}.metric-box span{color:var(--muted);font-weight:700}.metric-box strong{font-size:1.05rem}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-top:8px}.mini-list{max-height:340px}.alert-list{display:grid;gap:10px;max-height:340px;overflow:auto}.alert-list article{border:1px solid #ffc9c2;border-left:4px solid #b42318;background:#fffaf9;border-radius:12px;padding:12px;display:grid;gap:4px}.compare-panel{display:grid;gap:12px}.compare-controls{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:end}.compare-controls label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.compare-controls select{min-width:0;min-height:38px;border:1px solid var(--line);border-radius:10px;padding:0 10px;background:#fff;color:var(--ink);font-weight:800}.compare-controls .inline-check{display:flex;align-items:center;gap:8px;min-height:38px;width:fit-content;white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:0 12px;background:#fff;color:var(--ink)}.compare-controls .inline-check input{width:16px;height:16px;flex:0 0 auto}.compare-legend{display:flex;flex-wrap:wrap;gap:10px 16px;color:var(--muted);font-size:13px;font-weight:800}.compare-legend span{display:inline-flex;align-items:center;gap:6px}.compare-legend i{width:10px;height:10px;border-radius:999px;display:inline-block}.compare-chart-shell{border:1px solid var(--line);border-radius:16px;background:#fff;padding:10px}.compare-chart{width:100%;min-height:320px;display:block}.compare-secondary-line{stroke-dasharray:3,2}.compare-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.compare-summary-grid>div{border:1px solid var(--line);border-radius:14px;background:#fff;padding:12px;display:grid;gap:4px}.compare-summary-grid span,.compare-summary-grid small{color:var(--muted);font-size:12px;font-weight:700}.compare-summary-grid strong{color:var(--ink);font-size:18px}.lag-table-wrap{overflow-x:auto}.data-table.compact{width:100%;border-collapse:collapse;font-size:13px}.data-table.compact th,.data-table.compact td{border-bottom:1px solid var(--line);padding:8px 10px;text-align:left;white-space:nowrap}.data-table.compact tr.low-confidence-row{color:var(--muted);background:#f8fafc}.compare-ai-box{display:grid;gap:10px}.ai-primary-button{justify-self:start;min-height:44px;border:0!important;border-radius:12px;padding:0 18px;background:linear-gradient(135deg,#1a73e8,#3b82f6)!important;color:#fff!important;font-weight:900;box-shadow:0 10px 20px #1a73e82e}.ai-primary-button:hover:not(:disabled){filter:brightness(.98)}.ai-primary-button:disabled{background:#cbd5e1!important;color:#fff!important;box-shadow:none;cursor:not-allowed}.event-window-panel{display:grid;gap:14px}.event-window-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.event-window-controls label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.event-window-controls select{min-height:38px;border:1px solid var(--line);border-radius:10px;padding:0 10px;background:#fff;color:var(--ink);font-weight:800}.event-window-recommendation{margin:0;border:1px solid #dbeafe;border-radius:12px;background:#eff6ff;color:#1d4ed8;padding:9px 11px;font-size:13px;font-weight:800}.event-window-layout{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:14px;align-items:start}.event-picker-list{display:grid;gap:8px;max-height:620px;overflow:auto;padding-right:4px}.event-picker-list h4{margin:0}.event-picker-list button{display:grid;gap:4px;text-align:left;border:1px solid var(--line);border-radius:14px;background:#fff;padding:10px 11px;color:var(--ink)}.event-picker-list button.active{border-color:var(--blue);background:#eff6ff;box-shadow:0 0 0 2px #1a73e81a}.event-picker-list time,.event-picker-list span,.event-picker-list small{color:var(--muted);font-size:12px}.event-picker-list button small{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.event-picker-list em{justify-self:start;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:11px;font-style:normal;font-weight:800;padding:3px 8px}.event-window-main{display:grid;gap:12px;min-width:0}.event-summary-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px;display:grid;gap:5px}.event-summary-card h4,.event-summary-card p{margin:0}.event-summary-card time,.event-summary-card span{color:var(--muted);font-size:13px;font-weight:800}.event-window-guidance{border:1px solid #bfdbfe;border-radius:14px;background:#eff6ff;padding:12px;display:grid;gap:5px}.event-window-guidance strong{color:var(--ink)}.event-window-guidance span,.event-window-guidance small{color:var(--muted)}.event-window-table td:first-child{min-width:150px}.event-window-table td{vertical-align:top}.event-window-table td small{display:block;color:var(--muted);font-size:12px;margin-top:3px;white-space:normal}.metric-cards-mobile{display:none}.metric-table-desktop{display:block}.compare-cards-mobile{display:none}.compare-table-desktop{display:table}@media(max-width:820px){.metric-cards-mobile{display:flex;flex-direction:column;gap:10px}.metric-table-desktop{display:none}.compare-cards-mobile{display:flex;flex-direction:column;gap:8px}.compare-table-desktop{display:none}}.metric-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;background:#fff;display:flex;flex-direction:column;gap:8px}.metric-card-header{display:flex;flex-direction:column;gap:2px}.metric-card-header strong{font-size:14px;font-weight:700;color:#111827}.metric-card-header small{font-size:11px;color:#9ca3af}.metric-card-no-baseline{font-size:12px;color:#b45309;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:6px 10px;margin:0;line-height:1.5}.metric-card-windows{display:grid;grid-template-columns:1fr 1fr;gap:6px}.metric-card-window{display:flex;flex-direction:column;gap:2px;background:#f9fafb;border-radius:8px;padding:7px 10px}.metric-card-window-label{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.metric-card-window-value{font-size:13px;font-weight:600;color:#111827;display:flex;flex-wrap:wrap;align-items:baseline;gap:4px}.metric-card-change{font-style:normal;font-size:12px;font-weight:500;color:#4f46e5}.metric-card-window-date{font-size:11px;color:#9ca3af}.metric-card-window-empty{font-size:12px;color:#d1d5db;font-style:italic}.metric-card-hint{font-size:12px;color:#374151;background:#f3f4f6;border-radius:8px;padding:6px 10px;margin:0;line-height:1.5}.compare-pair-card{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;background:#fff}.compare-pair-card.excluded{opacity:.6}.compare-pair-card-head{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#6b7280;margin-bottom:8px}.compare-pair-excluded-badge{font-size:11px;font-weight:500;background:#f3f4f6;color:#9ca3af;border-radius:999px;padding:1px 8px}.compare-pair-card-body{display:flex;flex-direction:column;gap:4px}.compare-pair-card-body>div{display:flex;gap:6px;align-items:baseline;font-size:13px}.compare-pair-card-body>div>span{font-size:11px;color:#9ca3af;width:44px;flex-shrink:0}.compare-pair-card-body>div>strong{color:#374151;font-weight:600}.compare-pair-card-body>div>em{font-style:normal;color:#111827;font-weight:500}.compare-lag-card{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;background:#fff}.compare-lag-card.low-n{border-color:#fcd34d;background:#fffbeb}.compare-lag-card-head{font-size:13px;font-weight:700;color:#111827;margin-bottom:8px;display:flex;align-items:center;gap:8px}.compare-lag-n-hint{font-size:11px;font-weight:500;color:#92400e;background:#fef3c7;border-radius:999px;padding:1px 8px}.compare-lag-card-body{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px}.compare-lag-card-body>div{display:flex;flex-direction:column;gap:2px}.compare-lag-card-body>div>span{font-size:10px;color:#9ca3af;text-transform:uppercase;letter-spacing:.03em}.compare-lag-card-body>div>strong{font-size:13px;font-weight:600;color:#111827}.compare-lag-note{grid-column:1 / -1;font-size:12px;color:#374151;background:#f3f4f6;border-radius:6px;padding:4px 8px}.compare-section-note{font-size:12px;color:#6b7280;margin:0 0 8px;line-height:1.6}.compare-lag-global-warn{font-size:12px;font-weight:600;color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:8px 12px;margin-bottom:8px;line-height:1.5}.low-n-value strong{opacity:.4}.event-suspension-badge{display:inline-block;margin-top:4px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:11px;font-weight:800;padding:3px 9px}.event-baseline-warning{border:1px solid #fcd34d;border-radius:12px;background:#fffbeb;color:#78350f;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.5}.event-confounder-warning{border:1px solid #f87171;border-radius:12px;background:#fff1f2;color:#7f1d1d;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.5;margin-top:6px}.confounder-box{border:1px solid var(--line);border-radius:14px;background:#f8fafc;padding:12px;display:grid;gap:6px}.confounder-box h4,.confounder-box p{margin:0}.confounder-box small{color:var(--muted)}.trend-meta strong{color:var(--ink)}.source-section{display:grid;gap:12px;border-top:1px solid var(--line);padding-top:18px}.source-section-head{display:flex;justify-content:space-between;gap:14px;align-items:center}.source-section-head h3{margin:0 0 3px}.source-section-head span,.pagination-controls span{color:var(--muted);font-size:.9rem;font-weight:700}.pagination-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pagination-controls button{min-height:34px;padding:0 12px}.source-list{display:grid;gap:10px;max-height:none;overflow:visible}.source-list article{border:1px solid var(--line);border-radius:16px;padding:14px;background:var(--panel-soft);display:grid;gap:5px;box-shadow:0 1px #1f2a4408}.source-list article>span{color:var(--ink);font-weight:700}.source-list article.corrected{border-color:#f0b429;background:#fffaf0}.source-list article.discarded-card,.quality-list article.discarded-card{border-color:#fca5a5;background:#fff5f5;opacity:.75}.source-head,.event-row,.inline-actions,.value-pair{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.source-head{justify-content:space-between}.tag{width:fit-content;border-radius:999px;background:var(--accent-soft);color:var(--accent);padding:4px 9px;font-size:.78rem;font-weight:700}.muted-tag{background:#f3f4f6;color:var(--muted)}.danger-tag{background:#fff4f2;color:#b42318}.value-pair{color:var(--muted);font-size:.9rem}.ocr-tag{background:#fff7ed;color:#c2410c}tr.row-needs-ocr td{background:#fff9f5}.mrd-manual-form{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:16px}.mrd-manual-form h3{margin:0 0 4px;font-size:1rem}.form-hint{color:var(--muted);font-size:.85rem;margin:0 0 12px}.form-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.form-row label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;font-weight:600;color:var(--muted);flex:1;min-width:120px}.form-row label input,.form-row label select{font-size:.92rem;padding:6px 8px;border:1px solid var(--border);border-radius:6px;background:#fff;font-weight:400;color:var(--text)}.scan-result-banner{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:12px;font-size:.88rem}.scan-result-banner.error-banner{background:#fff5f5;border-color:#fca5a5}.scan-result-banner .ok-badge{color:#166534;font-weight:600}.scan-result-banner .ocr-badge{color:#c2410c;font-weight:600}.scan-result-banner .skip-badge{color:var(--muted)}.scan-result-banner .ocr-detail{font-size:.82rem;width:100%}.scan-result-banner .ocr-detail ul{margin:4px 0 0 16px;padding:0}.scan-result-banner .ocr-detail li{margin:2px 0}.mrd-upload-panel{display:flex;flex-direction:column;gap:12px}.upload-top{display:flex;flex-direction:column;gap:10px}.upload-notice{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;font-size:.88rem}.upload-notice strong{font-size:.9rem}.ocr-notice{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.warn-notice{background:#fefce8;border:1px solid #fde68a;color:#854d0e}.ok-notice{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.upload-preview-form{display:flex;flex-direction:column;gap:10px}.upload-rows{display:flex;flex-direction:column;gap:8px}.upload-row{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-end;padding:10px;background:#f8fafc;border:1px solid var(--border);border-radius:6px}.upload-row label{display:flex;flex-direction:column;gap:3px;font-size:.82rem;font-weight:600;color:var(--muted);flex:1;min-width:90px}.upload-row label input,.upload-row label select{padding:5px 7px;border:1px solid var(--border);border-radius:5px;font-size:.88rem;background:#fff}.file-label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;font-weight:600;color:var(--muted)}.ocr-btn{font-size:.78rem!important;padding:3px 8px!important;margin-left:6px}.status-cell{display:flex;flex-wrap:wrap;align-items:center;gap:6px;white-space:normal;vertical-align:middle}.report-inline-confirm{min-height:30px;padding:5px 10px;font-size:.82rem}.report-status-help{margin:-4px 0 14px;color:var(--muted);font-size:.84rem;line-height:1.55}.ocr-file-row{display:flex;align-items:center;gap:8px;margin:3px 0}.note{margin:0;color:#8a5a00;line-height:1.5}.correction-form{display:grid;grid-template-columns:120px 120px minmax(180px,1fr);gap:8px}.correction-form .inline-actions{grid-column:1 / -1}.inline-actions button{min-height:34px;padding:0 11px;font-size:.9rem}.treatment-panel{margin-top:0}.treatment-panel>.panel-title select{width:min(220px,100%)}.event-form{display:grid;grid-template-columns:150px 180px minmax(220px,1fr);gap:10px;margin-bottom:16px}.immune-form{grid-template-columns:145px 130px 110px 100px minmax(150px,1fr);margin-top:16px}.manual-form{display:grid;grid-template-columns:150px 120px 120px minmax(180px,1fr);gap:10px;margin:12px 0 22px}.event-timeline{max-height:560px}.event-timeline li{background:#fff;border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:12px;padding:12px}.loading-state{margin:0;color:#9ca3af;font-size:.85rem;padding:18px 22px;text-align:center}.empty-state{margin:0;color:var(--muted);border:1px dashed var(--line);border-radius:18px;padding:22px;background:var(--panel-soft);text-align:center}.modal-backdrop{position:fixed;inset:0;z-index:20;background:#17211f80;display:grid;place-items:center;padding:22px}.modal{width:min(1180px,100%);max-height:calc(100vh - 44px);overflow:auto}.detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.detail-grid div{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}.detail-grid span{display:block;color:var(--muted);margin-bottom:6px}.path-text{color:var(--muted);word-break:break-all;line-height:1.5}.compact-table{max-height:280px;margin:10px 0}.backup-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:18px}.command-box{border:1px solid var(--line);border-radius:12px;background:#f8fafc;padding:14px;color:var(--ink);font-weight:800;overflow:auto}.download-list{display:grid;gap:10px}.download-button{min-height:44px;display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;padding:0 14px;background:#fff;color:var(--accent);font-weight:800;text-decoration:none}h3{margin:18px 0 8px}svg path{fill:none;stroke:#ccd7d2;stroke-width:1.2}svg .trend{stroke-width:1;stroke-linecap:round;stroke-linejoin:round}svg circle{outline:none}.chart-controls{display:flex;align-items:center;justify-content:flex-end;min-height:24px;margin-bottom:6px}.chart-reset-btn{font-size:12px;min-height:26px;padding:0 10px;border-radius:8px}.chart-zoom-btn{font-size:14px;min-height:26px;padding:0 8px;border-radius:8px;margin-left:4px;line-height:1}.trend-zoom-overlay{position:fixed;inset:0;z-index:900;background:var(--card-bg, #fff);display:flex;flex-direction:column;overflow:hidden}.trend-zoom-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border, #e2e8f0);flex-shrink:0}.trend-zoom-title{font-size:1rem;font-weight:600;color:var(--text, #1e293b)}.trend-zoom-close{font-size:18px;background:none;border:none;cursor:pointer;color:var(--muted, #64748b);padding:4px 8px;border-radius:6px;line-height:1}.trend-zoom-close:hover{background:var(--hover-bg, #f1f5f9)}.trend-zoom-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column}.trend-zoom-body .chart-shell{flex:1}.trend-zoom-body .large-chart{min-height:260px}@media(orientation:landscape)and (max-height:600px){.trend-zoom-body{padding:8px}.trend-zoom-body .large-chart{min-height:180px}}.chart-hint{font-size:11px;color:var(--muted);opacity:.7}.chime-view-toggle{display:flex;gap:2px;margin-left:8px}.chime-view-toggle button{font-size:11px;min-height:22px;padding:0 8px;border-radius:6px}.chime-view-toggle button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.immune-info-card{margin-top:10px;border:1px solid var(--line);border-radius:10px;background:var(--panel-soft);overflow:hidden}.immune-info-toggle{display:flex;align-items:center;gap:10px;width:100%;padding:9px 14px;background:none;border:none;cursor:pointer;font-size:13px;color:var(--ink);text-align:left}.immune-info-toggle:hover{background:var(--accent-soft)}.immune-info-name{font-weight:600;color:var(--ink)}.immune-info-ref{font-size:12px;color:var(--muted);margin-left:4px}.immune-info-chevron{margin-left:auto;font-size:11px;color:var(--muted)}.immune-info-body{padding:0 14px 12px;display:flex;flex-direction:column;gap:5px;border-top:1px solid var(--line)}.immune-info-current{display:flex;align-items:center;gap:10px;padding:7px 10px;margin-top:6px;background:var(--success-soft);border-radius:7px;font-size:13px;flex-wrap:wrap}.immune-info-current.out-of-range{background:#fff7ed}.immune-info-current strong{color:var(--ink)}.immune-info-norm{font-size:12px;color:var(--muted)}.immune-info-warn{font-size:12px;color:#c2410c;font-weight:600}.immune-info-meaning{margin:4px 0 0;font-size:12.5px;color:var(--ink);line-height:1.5}.immune-info-clinical{margin:2px 0 0;font-size:12px;color:var(--muted);line-height:1.5}.immune-info-calc{font-size:11px;color:var(--muted)}.immune-info-source-tag{display:inline-block;font-size:10px;font-weight:500;color:var(--muted);background:var(--bg-alt, #f3f4f6);border-radius:4px;padding:0 5px;margin-left:6px;vertical-align:middle;line-height:1.7}.immune-info-source-derived{color:var(--accent, #7c3aed);background:#7c3aed12}.immune-info-cbc-ref{font-size:11px;color:var(--muted);margin-left:8px;opacity:.8}.abs-legend{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);margin:4px 0 0}.abs-legend-solid{display:inline-block;width:8px;height:8px;border-radius:50%}.abs-legend-hollow{display:inline-block;width:8px;height:8px;border-radius:50%;border:1.5px dashed;background:#fff;margin-left:8px}.abs-legend-diamond{display:inline-block;width:8px;height:8px;background:#fff;border:1.5px solid #7c3aed;transform:rotate(45deg);margin-left:8px;flex-shrink:0}.abs-legend-cbc{display:inline-block;width:8px;height:8px;border-radius:50%;border:1.5px solid #0ea5e9;background:#fff;margin-left:8px;flex-shrink:0}.abs-legend-toggle{margin-left:auto;font-size:10px;padding:1px 7px;border-radius:10px;border:1px solid var(--border, #d1d5db);background:var(--bg-alt, #f9fafb);color:var(--muted);cursor:pointer;white-space:nowrap}.abs-legend-toggle:hover{background:var(--bg, #fff);border-color:#9ca3af;color:var(--text)}.immune-mismatch-warning{margin:6px 0 0;padding:7px 10px;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;font-size:12px;color:#92400e;line-height:1.5}svg text{fill:var(--muted)}svg .chart-subtitle{fill:#7c3aed}svg .review-pt-label{fill:#f97316}svg .event-flag-shape{fill:#8b5cf6;stroke:#fff;stroke-width:.35}svg .axis-line,svg .grid-line,svg .x-tick line{fill:none}.timeline{display:grid;gap:12px;margin:0;padding:0;list-style:none;max-height:800px;overflow:auto}.timeline li{border-left:3px solid var(--accent);padding-left:12px;display:grid;gap:4px}time{color:var(--muted);font-size:.86rem}.error{color:#b42318;background:#fff4f2;border:1px solid #ffc9c2;padding:12px;border-radius:12px}footer{color:var(--muted);font-size:12px;line-height:1.6;margin-top:24px;padding-top:12px;border-top:1px solid var(--line)}.event-form-v16{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.event-advanced{display:flex;flex-direction:column;gap:8px;padding:10px 12px;background:var(--panel-soft);border:1px solid var(--line);border-radius:8px}.event-item{background:#fff;border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:4px}.event-item.duplicate-candidate{border-left-color:#f97316;border-color:#fed7aa}.event-item.discarded-item{opacity:.5;border-left-color:#9ca3af}.duplicate-warning{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;padding:6px 10px;margin-bottom:4px}.event-drugs{font-size:12px;color:#374151}.event-desc,.event-meta{font-size:12px;color:var(--muted)}.event-side-effects{font-size:12px;color:#c2410c}.discarded-label{font-size:11px;color:#6b7280;font-style:italic}.tag-ocr{background:#ede9fe;color:#6d28d9;border-color:#ddd6fe}.tag-scan{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.tag-manual{background:#f3f4f6;color:#374151;border-color:#d1d5db}.tag-setting{background:#fef3c7;color:#92400e;border-color:#fde68a}.discharge-ocr-panel{margin-bottom:16px}.discharge-preview{padding:12px;background:var(--panel-soft);border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column;gap:8px}.discharge-preview h4{margin:0 0 4px;font-size:13px;font-weight:600}.discharge-treatment-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:5px 8px;background:#fff;border:1px solid var(--line);border-radius:6px;margin-bottom:4px;font-size:12px}@media(max-width:1100px){.topnav-nav{gap:0}.topnav-nav button{padding:0 8px;font-size:12px}.content-shell{padding:16px 16px 28px}.overview-layout{grid-template-columns:1fr}}@media(max-width:820px){.topnav{height:auto;flex-wrap:wrap;padding:8px 16px;gap:6px}.topnav-nav{order:3;width:100%;padding-bottom:4px}.topnav-actions{margin-left:auto}.page-header,.panel-title{align-items:stretch;flex-direction:column}.stats,.charts,.overview-row,.compact-timeline li,.trend-layout,.grid,.metric-grid,.metric-grid.five,.dashboard-grid,.compare-controls,.compare-summary-grid,.event-window-controls,.event-window-layout,.quality-overview,.quality-grid,.duplicate-list,.backup-grid,.event-form,.immune-form,.correction-form,.manual-form,.detail-grid{grid-template-columns:1fr}.compare-controls .inline-check{min-height:44px;width:100%;justify-content:center;padding:0 12px;grid-column:1}.compare-controls .inline-check input{margin:0}.ai-primary-button{width:100%;justify-self:stretch}.event-picker-list{max-height:360px}.event-window-main{scroll-margin-top:12px;padding-bottom:84px}.event-window-table{min-width:760px}.correction-form .inline-actions{grid-column:auto}.panel{padding:14px}.filters{grid-template-columns:1fr}}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8f0fe,#f8faff)}.login-card{background:#fff;border-radius:16px;box-shadow:0 4px 32px #1a73e81f;padding:2.5rem 2rem;width:min(380px,92vw);display:flex;flex-direction:column;gap:.5rem}.login-title{font-size:1.5rem;font-weight:700;color:var(--accent, #1a73e8);margin:0}.login-subtitle{color:var(--muted, #5f6368);margin:0 0 1rem;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:.75rem}.login-form label{font-size:.85rem;color:var(--muted, #5f6368);font-weight:500}.login-form input[type=password]{padding:.6rem .75rem;border:1px solid var(--line, #dadce0);border-radius:8px;font-size:1rem;outline:none;transition:border-color .15s}.login-form input[type=password]:focus{border-color:var(--accent, #1a73e8)}.login-error{color:#c62828;font-size:.82rem;margin:0}.login-btn{margin-top:.5rem;padding:.65rem;background:var(--accent, #1a73e8);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s}.login-btn:hover{opacity:.9}.login-btn:disabled{opacity:.6;cursor:not-allowed}.logout-btn{padding:.35rem .75rem;font-size:.8rem;border:1px solid var(--line, #dadce0);border-radius:6px;background:transparent;color:var(--muted, #5f6368);cursor:pointer;white-space:nowrap}.logout-btn:hover{background:var(--surface2, #f1f3f4);color:var(--text, #202124)}.role-badge{padding:.2rem .55rem;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}.family-badge{background:#fef3c7;color:#92400e}.doctor-badge{background:#dbeafe;color:#1e40af}.admin-badge{background:#f0fdf4;color:#166534}.user-display-name{font-size:.82rem;color:var(--muted, #5f6368);white-space:nowrap;max-width:7rem;overflow:hidden;text-overflow:ellipsis}.doctor-notes-panel{margin-top:1.25rem}.doctor-notes-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.75rem}.doctor-note-item{background:var(--surface2, #f8f9fa);border-radius:6px;padding:.65rem .85rem;position:relative}.doctor-note-meta{display:flex;gap:.5rem;align-items:center;margin-bottom:.3rem}.doctor-note-date{font-size:.75rem;color:var(--muted)}.doctor-note-author{font-size:.75rem;font-weight:600;color:var(--accent, #1a73e8)}.doctor-note-content{font-size:.9rem;white-space:pre-wrap;line-height:1.5}.doctor-note-item .small-btn{position:absolute;top:.5rem;right:.5rem;font-size:.7rem;padding:.15rem .4rem}.doctor-notes-form{display:flex;flex-direction:column;gap:.5rem}.doctor-notes-form textarea{resize:vertical}.watcher-meta{display:flex;flex-direction:column;gap:.4rem;padding:.75rem 0;border-bottom:1px solid var(--line, #e0e0e0);margin-bottom:.5rem}.watcher-stat{display:flex;align-items:center;gap:.4rem;font-size:.88rem}.watcher-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.watcher-dot.running{background:#22c55e;box-shadow:0 0 4px #22c55e}.watcher-dot.stopped{background:#9ca3af}.watcher-stats-row{display:flex;gap:1.2rem;font-size:.82rem;flex-wrap:wrap}.watcher-stats-row .error-text{color:var(--red, #b42318)}.warn-banner{background:#fef9c3;border:1px solid #fde047;border-radius:6px;padding:.5rem .75rem;font-size:.85rem;margin:.5rem 0}.watcher-events{display:flex;flex-direction:column;gap:2px;max-height:320px;overflow-y:auto;font-size:.8rem}.watcher-event{display:grid;grid-template-columns:1.4rem 4.5rem 1fr auto;gap:.4rem;align-items:baseline;padding:.18rem .4rem;border-radius:4px}.watcher-event--failed{background:#fef2f2}.watcher-event--inserted{background:#f0fdf4}.watcher-event--duplicate{background:#fffbeb}.watcher-event-icon{text-align:center;font-size:.85rem}.watcher-event-time{color:var(--muted);font-variant-numeric:tabular-nums}.watcher-event-file{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.watcher-event-detail{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:18rem}.liver-ref-bar{display:flex;align-items:center;gap:1rem;padding:.4rem .75rem;background:var(--surface);border-radius:6px;margin-bottom:.75rem;font-size:.82rem;flex-wrap:wrap}.liver-ref-marker{font-weight:700;min-width:8rem}.liver-tier{font-size:.78rem}.tier-normal{color:#16a34a}.tier-mild{color:#d97706}.tier-severe{color:#b42318}.liver-low-data-note{margin:0 0 12px;padding:10px 12px;border:1px solid #fde68a;border-radius:12px;background:#fffbeb;color:#92400e;font-size:14px;font-weight:700}.liver-summary-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 14px}.liver-summary-card>div{min-width:0;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 20px #0f172a0d}.liver-summary-card span,.liver-summary-card small{display:block;color:var(--muted);font-size:12px;line-height:1.45}.liver-summary-card strong{display:block;margin:4px 0;color:var(--ink);font-size:16px;line-height:1.35;word-break:break-word}@media(max-width:760px){.liver-summary-card{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.liver-summary-card{grid-template-columns:1fr}}.bottom-nav{display:none}.card-actions-detail{margin-top:6px}.card-actions-detail[open] .card-actions-toggle{color:var(--accent)}.card-actions-toggle{display:inline-block;cursor:pointer;font-size:13px;color:var(--muted);padding:2px 6px;border-radius:4px;-webkit-user-select:none;user-select:none;list-style:none}.card-actions-toggle::-webkit-details-marker{display:none}.card-actions-toggle:hover{color:var(--accent);background:var(--accent-soft)}.trend-hub-tabs{display:flex;align-items:center;gap:4px;padding:10px 0 0;margin-bottom:0;overflow-x:auto;scrollbar-width:none}.trend-hub-tabs::-webkit-scrollbar{display:none}.trend-hub-tabs button{min-height:34px;padding:0 16px;background:var(--surface);border:1px solid var(--line);color:var(--muted);font-size:13px;font-weight:600;border-radius:8px 8px 0 0;border-bottom:none;white-space:nowrap;flex-shrink:0;cursor:pointer}.trend-hub-tabs button:hover{background:var(--accent-soft);color:var(--accent)}.trend-hub-tabs button.active{background:var(--bg);color:var(--accent);border-color:var(--line);border-bottom:2px solid var(--bg);margin-bottom:-1px;position:relative;z-index:1}.entry-hub{max-width:560px;margin:0 auto}.entry-hub-actions{display:flex;flex-direction:column;gap:10px;margin-top:12px}.entry-hub-btn{display:grid;grid-template-columns:2.5rem 1fr;grid-template-rows:auto auto;align-items:center;gap:0 10px;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:10px;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s}.entry-hub-btn:hover{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.entry-hub-icon{grid-row:1 / 3;font-size:1.6rem;display:flex;align-items:center;justify-content:center}.entry-hub-label{font-size:14px;font-weight:700;color:var(--ink);line-height:1.3}.entry-hub-desc{font-size:12px;color:var(--muted);line-height:1.3}@media(max-width:767px){.topnav-nav{display:none}.topnav-hide-mobile{display:none!important}.topnav{padding:0 16px;height:44px}.topnav-brand-name{display:none}.content-shell{padding:12px 12px calc(112px + env(safe-area-inset-bottom))}.upload-review-modal{width:calc(100vw - 16px);max-height:calc(100dvh - 20px);padding:14px}.upload-review-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.upload-review-stats>div{padding:8px}.upload-review-actions{display:grid;grid-template-columns:1fr;bottom:-14px;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.upload-review-actions button,.consultation-pack-actions button,.list-toggle-btn{min-height:44px}.source-section-head{align-items:flex-start;flex-wrap:wrap}.source-section-head>div:first-child{min-width:0;flex:1 1 180px}.trend-event-list{padding-bottom:8px}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(60px + env(safe-area-inset-bottom));background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);z-index:200;align-items:flex-start;justify-content:space-around;padding:0 4px env(safe-area-inset-bottom)}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;height:100%;background:transparent;border:none;cursor:pointer;padding:6px 2px 2px;border-radius:0;color:var(--muted);transition:color .15s;min-width:0}.bottom-nav-item.active{color:var(--accent);background:transparent}.bottom-nav-item:hover{color:var(--accent)}.bottom-nav-icon{font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.bottom-nav-label{font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.bottom-nav-placeholder{pointer-events:none;opacity:0}.bottom-nav-fab{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--accent);color:#fff;font-size:24px;font-weight:300;border:none;cursor:pointer;box-shadow:0 4px 16px #6366f166;flex-shrink:0;margin-bottom:8px;transition:transform .15s,box-shadow .15s}.bottom-nav-fab:hover{transform:scale(1.08);box-shadow:0 6px 20px #6366f180}.bottom-nav-fab:active{transform:scale(.96)}.more-drawer-backdrop{position:fixed;inset:0;background:#00000059;z-index:300;animation:fade-in .2s ease}.more-drawer{position:fixed;bottom:0;left:0;right:0;background:var(--bg);border-radius:18px 18px 0 0;box-shadow:0 -4px 24px #00000026;z-index:310;padding:0 0 env(safe-area-inset-bottom);animation:slide-up .25s cubic-bezier(.32,.72,0,1);max-height:80vh;overflow-y:auto}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.more-drawer-handle{width:36px;height:4px;background:var(--line);border-radius:2px;margin:10px auto 0}.more-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px 8px;font-size:14px;font-weight:700;color:var(--ink)}.more-drawer-close{background:var(--surface);border:none;border-radius:50%;width:44px;height:44px;min-height:44px;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;color:var(--muted)}.more-drawer-time{padding:4px 16px 8px;border-bottom:1px solid var(--line)}.more-drawer-list{display:flex;flex-direction:column;padding:4px 0}.more-drawer-item{display:flex;align-items:center;gap:14px;padding:14px 20px;background:transparent;border:none;cursor:pointer;text-align:left;font-size:14px;color:var(--ink);border-bottom:1px solid var(--line);transition:background .1s}.more-drawer-item:last-child{border-bottom:none}.more-drawer-item:hover{background:var(--surface)}.more-drawer-icon{font-size:18px;width:24px;text-align:center;flex-shrink:0}.more-drawer-arrow{margin-left:auto;color:var(--muted);font-size:16px}.more-drawer-disclaimer{padding:8px 20px 12px;font-size:11px;color:var(--muted);text-align:center}.quick-entry-drawer{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.quick-entry-list{display:grid;gap:8px;padding:8px 14px 4px}.quick-entry-item{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--ink);text-align:left}.quick-entry-primary{border-color:#2563eb4d;background:#2563eb14}.quick-entry-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#ffffffbf;font-size:22px}.quick-entry-item strong{display:block;font-size:15px}.quick-entry-item small{display:block;margin-top:2px;line-height:1.35}.quick-entry-form{display:grid;gap:10px;padding:8px 16px 4px}.quick-entry-form label{display:grid;gap:5px;color:var(--text);font-size:13px;font-weight:600}.quick-entry-form input,.quick-entry-form select,.quick-entry-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font:inherit;padding:10px 11px}.quick-entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.vital-entry-form .quick-entry-grid{grid-template-columns:1fr}.vital-record-actions{display:grid;grid-template-columns:1fr 1fr}.vital-record-actions .delete-confirm-label{grid-column:1 / -1}.quick-template-section{display:grid;gap:7px}.quick-template-section>span{color:var(--text);font-size:13px;font-weight:700}.quick-template-help{color:var(--text-muted);font-size:12px;line-height:1.4}.quick-template-list{display:grid;grid-template-columns:1fr 1fr;gap:7px}.quick-template-list button{min-height:38px;padding:7px 9px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);font-size:12px;line-height:1.25}.quick-template-list button.active{border-color:#2563eb73;background:#2563eb1a;color:var(--accent);font-weight:700}.quick-entry-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:2px}.quick-entry-actions button{min-height:42px}.alert-row{grid-template-columns:12px minmax(0,1fr)}.alert-dismiss-btn{grid-column:2;justify-self:start}.quick-entry-note{margin:2px 0;padding:10px 12px;border:1px solid rgba(245,158,11,.28);border-radius:10px;background:#f59e0b14;color:#92400e;font-size:12px;line-height:1.45}.quick-entry-ok{margin:0;color:#047857;font-size:13px}.quick-entry-warn{margin:0;color:#92400e;font-size:13px;font-weight:500}.care-module-grid{grid-template-columns:1fr 1fr;gap:8px}.care-module-card{min-height:auto;padding:10px}.care-template-form{grid-template-columns:1fr}.care-details-section>summary{align-items:flex-start}.legacy-event-section>summary{align-items:flex-start;padding:12px}.legacy-event-section>summary small{display:block;margin-top:3px}.legacy-event-toolbar{display:grid;grid-template-columns:1fr;padding:0 12px 12px}.legacy-event-toolbar button,.legacy-event-toolbar select,.legacy-event-toolbar label{width:100%;box-sizing:border-box}.legacy-event-toolbar label{justify-content:flex-start;min-height:40px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.legacy-event-section .discharge-ocr-panel,.legacy-event-section .event-timeline,.legacy-manual-event-form{margin:10px 12px}.legacy-event-section .inline-actions{display:grid;grid-template-columns:1fr;gap:8px}.legacy-event-section .inline-actions button,.legacy-event-section .event-form button,.legacy-event-section .event-form input,.legacy-event-section .event-form select,.legacy-event-section .event-form textarea,.legacy-event-section .discharge-ocr-panel button,.legacy-event-section .discharge-ocr-panel input,.legacy-event-section .discharge-ocr-panel select{width:100%;max-width:100%;box-sizing:border-box}.legacy-event-section .form-row{display:grid;grid-template-columns:1fr;gap:8px}.legacy-event-section .form-row label{min-width:0;width:100%}.legacy-advanced-toggle{width:100%;min-height:38px;margin-bottom:8px}.legacy-event-section .event-row{display:flex;flex-wrap:wrap;gap:6px}.legacy-event-section .duplicate-warning{display:grid;grid-template-columns:1fr;align-items:stretch}.legacy-event-section .duplicate-warning button{width:100%}.care-plan-form{grid-template-columns:1fr}.medication-plan-editor,.vital-module{scroll-margin-top:88px}.care-editing-banner{display:grid;grid-template-columns:1fr}.care-editing-banner button{width:100%}.care-times-field,.care-weekday-field{grid-column:auto}.care-time-row{grid-template-columns:1fr 80px}.care-weekday-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.care-weekday-list button{padding:6px 4px}.care-plan-actions,.care-today-list article>div:last-child{display:grid;grid-template-columns:1fr 1fr}.overview-reminder-body{grid-template-columns:1fr}.overview-reminder-card .care-today-compact-actions{display:grid;grid-template-columns:1fr 1fr}.overview-reminder-switcher{display:grid;grid-template-columns:auto 1fr auto}.vital-subpanel{padding:9px}.vital-trend-row{grid-template-columns:1fr}.vital-trend-row small{grid-column:auto}.care-today-group-head,.care-today-medication-row{grid-template-columns:1fr}.care-today-group-head>div:last-child,.care-today-medication-row>div:last-child{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch}.care-today-group-detail{display:grid;grid-template-columns:1fr}.care-today-group-head>div:last-child button:first-child,.care-today-medication-row>div:last-child button:first-child{grid-column:1 / -1}.care-today-list button{min-height:40px}.care-today-compact-actions{grid-template-columns:1fr 1fr}.med-confirm-view{padding:8px 12px 4px}.med-confirm-date-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.manual-medication-details .quick-entry-actions{grid-template-columns:1fr 1fr}.trend-hub-tabs{padding:8px 0 0;gap:6px}.trend-hub-tabs button{padding:0 12px;font-size:12px;min-height:30px}.overview-layout{flex-direction:column}.overview-side{width:100%}}.desktop-more-wrap{position:relative}.desktop-more-backdrop{position:fixed;inset:0;z-index:99}.desktop-more-dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:100;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #0000002e;min-width:140px;padding:4px;display:flex;flex-direction:column;gap:2px}.desktop-more-dropdown button{width:100%;text-align:left;padding:8px 12px;border-radius:6px;font-size:14px;color:var(--text);background:none;border:none;cursor:pointer;white-space:nowrap}.desktop-more-dropdown button:hover{background:var(--bg-hover, rgba(255,255,255,.06))}.desktop-more-dropdown button.active{background:var(--accent-dim, rgba(99,102,241,.15));color:var(--accent);font-weight:600}.download-button-primary{background:var(--accent)!important;color:#fff!important;font-weight:600;margin-bottom:4px}.download-button-primary:hover{opacity:.88}.download-button-ai-prompt{background:#f0fdf4!important;border-color:#16a34a!important;color:#15803d!important;font-weight:600;margin-bottom:4px}.download-button-ai-prompt:hover:not(:disabled){background:#dcfce7!important}.download-button-ai-prompt:disabled{opacity:.65;cursor:default}.assistant-panel{max-width:780px}.ask-cr-page>.panel-title{margin-bottom:4px}.ai-answer-wrap{display:flex;flex-direction:column;gap:6px}.ai-copy-btn{align-self:flex-end;background:none;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;font-size:12px;padding:3px 10px;cursor:pointer}.ai-copy-btn:hover{background:#f3f4f6;color:#111827}.event-picker-hint{display:block;font-size:11px;font-weight:400;color:#9ca3af;margin-top:2px}.assistant-answer-body{word-break:break-word;overflow-wrap:anywhere;color:#111827;font-size:13px;line-height:1.7;padding:.75rem .9rem;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.assistant-answer-body p{margin:0 0 8px;white-space:pre-wrap}.assistant-answer-body p:last-child{margin-bottom:0}.assistant-answer-body strong{color:#111827;font-weight:600}.assistant-answer-body h3,.assistant-answer-body h4{font-size:13px;font-weight:700;color:#111827;margin:12px 0 4px}.assistant-answer-body ul,.assistant-answer-body ol{margin:4px 0 8px;padding-left:1.4rem}.assistant-answer-body li{margin-bottom:3px;line-height:1.6}.assistant-error{margin-bottom:12px}.assistant-summary-toggle{margin-top:12px;font-size:12px;color:#4b5563}.assistant-summary-toggle summary{cursor:pointer;padding:4px 0}.assistant-summary-pre{margin-top:8px;background:#f8fafc;border-radius:6px;padding:10px;font-size:11px;white-space:pre-wrap;color:#4b5563;line-height:1.5}.upload-panel{max-width:600px}.upload-notice{background:var(--bg-hover, rgba(255,255,255,.04));border:1px solid var(--border);border-radius:8px;padding:12px 16px;font-size:13px;color:var(--text-muted);margin-bottom:16px;line-height:1.7}.upload-constraints{display:flex;gap:16px;font-size:12px;color:var(--text-muted);margin-bottom:20px}.upload-dropzone{border:2px dashed var(--border);border-radius:10px;padding:36px 20px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;margin-bottom:16px}.upload-dropzone:hover,.upload-dropzone.drag-over{border-color:var(--accent);background:#6366f10d}.upload-dropzone.has-file{border-style:solid;border-color:var(--accent);background:#6366f10a}.upload-dropzone-hint{display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--text-muted)}.upload-sub{font-size:12px}.upload-file-name{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;color:var(--text);word-break:break-all}.upload-file-size{font-weight:400;color:var(--text-muted);font-size:12px}.upload-submit{width:100%;padding:11px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;margin-bottom:16px}.upload-submit:disabled{opacity:.45;cursor:default}.upload-result{border-radius:8px;padding:14px 16px;font-size:13px;line-height:1.6}.upload-result p{margin:4px 0 0}.upload-result-ok{background:#10b9811a;border:1px solid rgba(16,185,129,.35);color:var(--text)}.upload-result-err{background:#ef444414;border:1px solid rgba(239,68,68,.3);color:var(--text)}.batch-upload-list{display:grid;gap:8px;margin:0 0 14px}.batch-upload-item{border:1px solid var(--border);border-radius:9px;padding:10px 12px;background:var(--surface, #fff)}.batch-upload-item.status-failed{border-color:#ef444459}.batch-upload-file,.batch-upload-summary-row,.batch-upload-statuses,.batch-upload-summary>div{display:flex;align-items:center;gap:10px}.batch-upload-file,.batch-upload-summary-row{justify-content:space-between;min-width:0}.batch-upload-summary-row>div{display:grid;gap:2px;min-width:0}.batch-upload-file strong,.batch-upload-summary-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-upload-summary-state{flex:0 0 auto;white-space:nowrap;color:var(--text-muted);font-size:12px}.batch-upload-file-meta{margin-bottom:6px;color:var(--text-muted);font-size:12px}.batch-upload-file span,.batch-upload-statuses{color:var(--text-muted);font-size:12px}.batch-upload-statuses{margin-top:6px;flex-wrap:wrap}.batch-status-chip{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border:1px solid var(--border);border-radius:999px;background:#f8fafccc;color:var(--text-muted);font-size:12px;line-height:1.4;white-space:nowrap}.chip-upload-success,.chip-parse-complete,.chip-review-confirmed,.chip-quality-confirmed{background:#10b9811a;border-color:#10b98147;color:#047857}.chip-upload-failed,.chip-parse-failed{background:#ef444414;border-color:#ef444440;color:#b91c1c}.chip-parse-needs_review,.chip-review-pending,.chip-review-provisional,.chip-review-needs_review,.chip-quality-needs_review,.chip-quality-provisional{background:#f59e0b1a;border-color:#f59e0b47;color:#92400e}.batch-upload-error{margin:6px 0 0;color:var(--danger, #b91c1c);font-size:12px}.batch-upload-summary{margin:0 0 16px;padding:12px 14px;border:1px solid rgba(16,185,129,.35);border-radius:9px;background:#10b9811a}.batch-upload-summary>div{flex-wrap:wrap;margin-top:6px;color:var(--text-muted);font-size:12px}.batch-failure-list{display:grid;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(239,68,68,.18)}.batch-failure-list>strong{color:#b91c1c;font-size:13px}.batch-failure-list article{display:grid;gap:3px;padding:8px 10px;border:1px solid rgba(239,68,68,.25);border-radius:8px;background:#ef44440f}.batch-failure-list article>span{min-width:0;overflow:hidden;color:var(--text);font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.batch-failure-list small{color:#b91c1c;font-weight:600}.batch-failure-list p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.45;word-break:break-word}@media(max-width:640px){.upload-panel{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.batch-upload-item{padding:10px}.batch-upload-summary-row{align-items:flex-start;flex-direction:column;gap:4px}.batch-upload-summary-state{align-self:flex-start;padding:2px 8px;border:1px solid var(--border);border-radius:999px;background:#f8fafce6}.batch-upload-file,.batch-upload-statuses{align-items:flex-start;flex-direction:column}.batch-upload-statuses{gap:6px}.batch-status-chip{max-width:100%}.batch-upload-summary{margin-bottom:calc(24px + env(safe-area-inset-bottom))}}.overview-v2{display:flex;flex-direction:column;gap:1.25rem}.ov2-top{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:start}@media(max-width:640px){.ov2-top{grid-template-columns:1fr}}.ov2-alerts-card{flex:1}.ov2-quick-card{min-width:160px}.ov2-card-h{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem}.ov2-card-h span{font-weight:400;font-size:.78rem}.ov2-quick-links{display:flex;flex-direction:column;gap:.5rem}.ov2-quick-links button{background:var(--bg-alt);border:1px solid var(--border);border-radius:8px;padding:.45rem .75rem;font-size:.85rem;color:var(--text);cursor:pointer;text-align:left;transition:background .15s}.ov2-quick-links button:hover{background:var(--accent-subtle)}.ov2-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(max-width:768px){.ov2-metrics{grid-template-columns:1fr}}.ov2-metric-rows{display:flex;flex-direction:column;gap:.1rem}.ov2-events-list{list-style:none;margin:0;padding:0;font-size:.85rem;display:flex;flex-direction:column;gap:.35rem}.ov2-events-list li{display:flex;gap:.5rem}.ov2-events-list time{color:var(--text-muted);flex-shrink:0}.ov2-ai-error{margin:0;font-size:.85rem}.ask-cr-card{gap:.8rem}.ask-cr-page{max-width:900px;min-height:min(78vh,860px);display:flex;flex-direction:column;gap:.55rem}.ask-cr-chat-window{display:flex;flex-direction:column;gap:.75rem;min-height:280px;max-height:min(62vh,720px);overflow:auto;padding:.25rem}.ask-cr-empty-state{border-radius:16px;padding:1.1rem 1rem 1rem;background:var(--panel);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.55rem}.ask-cr-empty-logo{width:36px;height:36px;object-fit:contain;border-radius:10px;opacity:.85}.ask-cr-message{border-radius:16px;padding:.65rem .9rem;max-width:92%;color:#111827}.ask-cr-message.user{align-self:flex-end;background:#1a73e81f;color:#111827}.ask-cr-message.assistant{align-self:flex-start;background:transparent;padding-left:0}.ask-cr-message-meta{display:flex;flex-wrap:wrap;gap:.45rem;align-items:baseline;margin-bottom:.45rem;color:#4b5563;font-size:.78rem}.ask-cr-message-meta strong{color:#111827}.ask-cr-message-body{margin:0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font:inherit;line-height:1.7;color:#111827}.ask-cr-message-actions{margin-top:.65rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ask-cr-message-actions pre{max-height:240px;overflow:auto;white-space:pre-wrap;word-break:break-word}.ask-cr-loading{color:#4b5563;margin:.25rem 0}.ask-cr-attachments{display:flex;flex-wrap:wrap;gap:.45rem}.ask-cr-attachment-chip{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--line);border-radius:999px;background:#f1f5f9;color:#111827;padding:.35rem .55rem;font-size:.78rem;max-width:100%}.ask-cr-attachment-chip button{border:0;background:transparent;color:#4b5563;cursor:pointer;font-size:1rem;min-width:44px;min-height:44px;line-height:1;min-height:auto;padding:0}.ask-cr-composer{position:sticky;bottom:calc(74px + env(safe-area-inset-bottom));z-index:5;display:flex;flex-direction:column;gap:.35rem;border:1.5px solid #d1d5db;border-radius:18px;padding:.5rem;background:#fff;box-shadow:0 4px 20px #0f172a1a}.ask-cr-composer-row{display:flex;align-items:flex-end;gap:.45rem}.ask-cr-add-button{flex:0 0 36px;width:36px;height:36px;border-radius:999px;border:1.5px solid #6b7280;background:#fff;color:#374151;font-size:1.3rem;font-weight:400;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;min-height:auto;transition:border-color .15s,background .15s}.ask-cr-add-button:hover:not(:disabled){border-color:#374151;background:#f3f4f6;transform:none;box-shadow:none}.ask-cr-composer-input{flex:1 1 auto;min-width:0;max-height:160px;resize:none;border:0;background:transparent;color:#111827;font:inherit;font-size:14px;line-height:1.5;padding:.55rem .2rem}.ask-cr-composer-input::placeholder{color:#9ca3af}.ask-cr-composer-input:focus{outline:none}.ask-cr-send-button{flex:0 0 auto;height:36px;min-height:auto;border-radius:999px;border:0;padding:0 14px;background:var(--accent);color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,transform .15s}.ask-cr-send-button:disabled{background:#d1d5db;color:#9ca3af;cursor:default;transform:none;box-shadow:none}.ask-cr-send-button:hover:not(:disabled){background:var(--accent-strong);transform:none;box-shadow:none}.ask-cr-add-menu{display:grid;gap:.4rem;border-top:1px solid #e5e7eb;padding-top:.45rem;margin-top:.1rem}.ask-cr-add-menu button{text-align:left;border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:10px;padding:.6rem .75rem;cursor:pointer;font-size:13px;font-weight:500;min-height:auto;white-space:normal}.ask-cr-add-menu button:hover:not(:disabled){background:#f3f4f6;transform:none;box-shadow:none}.ask-cr-add-menu button.secondary{color:#dc2626;border-color:#fca5a5;background:#fff5f5}.ask-cr-quick-questions{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center}.ask-cr-chip,.ask-cr-quick-questions button{border:1px solid #d1d5db;background:#f8fafc;color:#374151;border-radius:999px;padding:.32rem .7rem;font-size:.78rem;font-weight:500;cursor:pointer;min-height:auto;line-height:1.4;white-space:normal;text-align:center;transition:border-color .15s,background .15s}.ask-cr-chip:hover:not(:disabled),.ask-cr-quick-questions button:hover:not(:disabled){border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong);transform:none;box-shadow:none}.ask-cr-entry{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ask-cr-context-box{border:1px solid var(--line);border-radius:12px;padding:.85rem;background:#f8fafc;display:flex;flex-direction:column;gap:.75rem;color:#111827}.ask-cr-context-header{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.ask-cr-context-header p,.ask-cr-context-hint,.ask-cr-privacy,.ask-cr-safety-note,.ask-cr-context-used{margin:.15rem 0 0;color:#4b5563;font-size:.8rem;line-height:1.5}.ask-cr-selected-summary{border-radius:999px;background:#1a73e81f;color:#1557b0;padding:.35rem .7rem;font-size:.82rem;font-weight:500;width:fit-content;max-width:100%}.ask-cr-context-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:.8rem}.ask-cr-context-group h4{margin:0 0 .45rem;font-size:.9rem;color:#111827}.ask-cr-report-search{width:100%;box-sizing:border-box;border:1.5px solid #d1d5db;border-radius:8px;padding:.45rem .7rem;font-size:.85rem;background:#fff;color:#111827;outline:none}.ask-cr-report-search:focus{border-color:var(--accent)}.ask-cr-chip-gemini{background:#0f9d581a;border-color:#0f9d584d;color:#065f46}.ask-cr-report-list{display:flex;flex-direction:column;gap:.4rem;max-height:260px;overflow:auto;padding-right:.15rem}.ask-cr-report-option{display:flex;gap:.55rem;align-items:flex-start;border:1px solid var(--line);border-radius:10px;padding:.55rem .65rem;background:#fff;cursor:pointer;width:100%;box-sizing:border-box;color:#111827}.ask-cr-report-option.selected{border-color:var(--accent);background:var(--accent-soft)}.ask-cr-report-option.disabled{opacity:.55;cursor:not-allowed}.ask-cr-report-option input{flex:0 0 22px;width:18px;margin:.2rem 0 0}.ask-cr-report-option-body,.ask-cr-disabled-source{display:flex;flex-direction:column;gap:.18rem;min-width:0;flex:1 1 auto}.ask-cr-report-title,.ask-cr-disabled-source strong{display:block;font-size:.84rem;font-weight:700;color:#111827;line-height:1.35;min-width:0;overflow-wrap:anywhere;word-break:break-word}.ask-cr-report-meta,.ask-cr-disabled-source small{display:block;font-size:.75rem;color:#4b5563;line-height:1.4;min-width:0;overflow-wrap:break-word}.ask-cr-disabled-source{border:1px dashed var(--line);border-radius:10px;padding:.55rem .65rem;background:#f1f5f9;margin-top:.45rem}.ask-cr-answer{gap:.75rem}.ask-cr-answer-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.ask-cr-answer-header strong{margin-right:auto;color:#111827}.ask-cr-answer-text{margin:0;border-radius:8px;background:#f8fafc;padding:.85rem;font:inherit;line-height:1.7;color:#111827;max-height:min(64vh,760px);overflow:auto;white-space:pre-wrap;word-break:break-word}@media(max-width:720px){.ask-cr-page{min-height:calc(100vh - 150px);padding-bottom:calc(96px + env(safe-area-inset-bottom))}.ask-cr-chat-window{max-height:none;min-height:240px;flex:1 1 auto}.ask-cr-message{max-width:100%}.ask-cr-composer{bottom:calc(82px + env(safe-area-inset-bottom))}.ask-cr-entry,.ask-cr-context-header{flex-direction:column;align-items:stretch}.ask-cr-context-grid{grid-template-columns:1fr}.ask-cr-selected-summary{width:auto}.ask-cr-empty-state{padding:.9rem .85rem .85rem}}.upload-notice-confirm{margin:.4rem 0 .6rem;font-size:.85rem;color:var(--text);background:#fbbf241f;border:1px solid rgba(251,191,36,.4);border-radius:6px;padding:.5rem .75rem}.upload-goto-reports{display:inline-block;margin-top:.25rem;background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.45rem 1rem;font-size:.88rem;cursor:pointer;font-weight:600}.upload-goto-reports:hover{opacity:.88}.entry-hub-btn-primary{border-color:var(--accent)!important;background:var(--accent-subtle, rgba(99,102,241,.08))!important}.entry-hub-btn-primary .entry-hub-icon{font-size:1.6rem}.report-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0;padding:.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.report-actions button{padding:.45rem 1rem;border-radius:8px;font-size:.88rem;cursor:pointer}.report-actions button.primary{background:var(--accent);color:#fff;border:none}.report-actions button.danger{background:#fff;color:#b42318;border:1px solid rgba(180,35,24,.4)}.report-actions button:disabled{opacity:.55;cursor:not-allowed}.review-hint{margin:.5rem 0;font-size:.85rem;color:var(--text);background:#fbbf241f;border:1px solid rgba(251,191,36,.4);border-radius:6px;padding:.5rem .75rem}.review-ok{margin:.5rem 0;font-size:.85rem;color:#15803d;font-weight:600}.tag-pending{background:#fbbf242e;color:#b45309}.tag-confirmed{background:#22c55e26;color:#15803d}.tag-provisional{background:#3b82f624;color:#1d4ed8}.tag-needs-review{background:#f9731626;color:#c2410c}.provisional-hint{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.review-status-badges{display:inline-flex;flex-wrap:wrap;align-items:center;gap:5px}.review-jump{border:none;cursor:pointer;font:inherit}.review-jump:hover{filter:brightness(.95)}.upload-review-backdrop{z-index:520}.upload-review-modal{width:min(760px,calc(100vw - 24px));max-height:min(88vh,820px);overflow-y:auto}.upload-review-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.upload-review-stats>div{border:1px solid var(--line);border-radius:12px;padding:10px;display:grid;gap:3px;background:#f8fafc}.upload-review-stats strong{font-size:20px}.upload-review-stats .attention{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.upload-review-stats .failed{border-color:#fecaca;background:#fef2f2;color:#b42318}.upload-review-items{display:grid;gap:8px;margin-top:12px}.upload-review-items article{border:1px solid var(--line);border-radius:12px;padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 10px}.upload-review-items article.needs-review{border-color:#fdba74;background:#fff7ed}.upload-review-items article>div{display:flex;align-items:baseline;gap:10px}.upload-review-items article small{grid-column:1 / -1;color:#c2410c}.provisional-risk-check{display:flex;align-items:flex-start;gap:9px;margin-top:14px;padding:11px;border:1px solid #bfdbfe;border-radius:12px;background:#eff6ff}.provisional-risk-check input{width:18px;min-height:18px;margin:2px 0 0;flex:0 0 auto}.upload-risk-note{color:var(--muted);font-size:12px}.upload-poll-timeout{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.upload-poll-timeout .review-hint{flex:1 1 280px;margin:0}.upload-review-actions{display:flex;flex-wrap:wrap;gap:8px;position:sticky;bottom:-16px;background:#fffffff5;border-top:1px solid var(--line);padding:12px 0 16px}.consultation-pack{padding:0;overflow:hidden}.consultation-pack>summary{cursor:pointer;list-style:none;min-height:52px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:800}.consultation-pack>summary::-webkit-details-marker{display:none}.consultation-pack-body{border-top:1px solid var(--line);padding:14px 16px}.consultation-pack-actions{display:flex;align-items:center;gap:10px;margin-bottom:10px}.consultation-pack-actions span{color:#15803d;font-weight:800}.consultation-privacy-hint{margin:0 0 12px;padding:9px 11px;border-radius:10px;background:#fff7ed;color:#9a3412;font-size:.82rem;line-height:1.55}.consultation-pack pre{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;line-height:1.7;color:var(--ink)}.consultation-summary-body{display:flex;flex-direction:column;gap:14px}.consultation-summary-section h4{margin:0 0 6px;font-size:.95rem}.consultation-summary-section p{margin:0 0 4px;line-height:1.65;color:var(--ink)}.consultation-course-hint{color:var(--muted)!important;font-size:.82rem!important}.consultation-summary-disclaimer{margin:4px 0 0!important;color:var(--muted);font-size:.82rem}.list-toggle-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:10px 14px;background:#f8fafc;border:1px solid var(--line);border-radius:10px;box-shadow:0 1px 2px #0f172a0f;color:var(--ink);font-size:14px;font-weight:700;flex-shrink:0;cursor:pointer;line-height:1.2}.list-toggle-btn:hover{border-color:var(--accent);background:var(--accent-soft)}.list-toggle-btn .toggle-arrow{font-size:.95rem;line-height:1}.section-collapse-button{margin-left:auto}.mobile-list-more{width:100%;margin-top:8px}.trend-event-list{border-top:1px solid var(--line);padding-top:12px;margin-top:4px}.trend-event-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.trend-event-list-head h3{margin:0;font-size:1rem}.trend-event-list-toggle{margin-left:auto}.overview-fold{padding:0;overflow:hidden}.overview-fold>summary,.overview-fold-empty>div{min-height:64px;padding:12px 16px;display:grid;grid-template-columns:minmax(150px,auto) minmax(0,1fr);align-items:center;gap:8px 16px}.overview-fold>summary{cursor:pointer;list-style:none;padding-right:48px;position:relative}.overview-fold>summary::-webkit-details-marker{display:none}.overview-fold>summary:after{content:"⌄";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:1.1rem;color:var(--muted)}.overview-fold[open]>summary:after{content:"⌃"}.overview-fold-title,.overview-fold-empty strong{font-weight:800;color:var(--ink)}.overview-fold-summary,.overview-fold-empty span{min-width:0;color:var(--muted);font-size:.85rem;line-height:1.45;text-align:right}.overview-fold-body{border-top:1px solid var(--line);padding:14px 16px 16px}.overview-v3{display:flex;flex-direction:column;gap:1rem;max-width:760px}.ov3-noalert{margin:0;padding:.35rem 0;font-size:.9rem;color:#15803d}.ov3-assistant{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.15rem;box-shadow:0 2px 10px #0f172a12;display:flex;flex-direction:column;gap:.6rem}.ov3-assistant .ov2-assistant-input{background:#fff;border:1px solid #cbd5e1}.ov3-assistant .ov2-assistant-input:focus{border-color:var(--accent)}.ov3-quick-links{flex-direction:row;flex-wrap:wrap}.ov3-quick-links button{flex:1 1 auto;min-width:120px;text-align:center}.ov3-keyvals{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .9rem;padding:.55rem .85rem;background:var(--bg-alt);border:1px solid var(--border);border-radius:10px;font-size:.85rem;cursor:pointer}.ov3-keyvals:hover{border-color:var(--accent)}.ov3-keyvals-label{color:var(--text-muted);font-size:.78rem}.ov3-keyval em{font-style:normal;color:var(--text-muted);margin-right:.15rem}.ov3-keyval{font-weight:600;white-space:nowrap}.ov3-keyvals-date{margin-left:auto;color:var(--text-muted);font-size:.78rem}@media(max-width:480px){.ov3-keyvals-date{margin-left:0;width:100%}.overview-fold>summary,.overview-fold-empty>div{min-height:72px;grid-template-columns:1fr;gap:4px;padding:12px 44px 12px 14px}.overview-fold-summary,.overview-fold-empty span{text-align:left}}.upload-notice-compact{list-style:none;margin:.6rem 0;padding:.6rem .8rem;background:var(--bg-alt, #f8fafc);border:1px solid var(--border, #e5e7eb);border-radius:8px;font-size:.8rem;line-height:1.5;color:var(--text-muted, #475569)}.upload-notice-compact li{margin:0;padding:0}.upload-notice-compact li+li{margin-top:.25rem}.upload-notice-compact strong{color:var(--text, #1e293b)}.upload-notice-redline{color:#b45309;font-weight:600}.records-panel{padding:0}.records-panel .panel-title{padding:1rem 1rem .65rem;margin:0}.records-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem;padding:0 1rem .75rem;background:var(--bg, #fff);border-bottom:1px solid var(--border, #e5e7eb)}.records-tab{padding:.5rem .25rem;font-size:.82rem;font-weight:500;color:var(--text-muted, #64748b);background:var(--bg-alt, #f1f5f9);border:1px solid var(--border, #e5e7eb);border-radius:8px;cursor:pointer;white-space:nowrap;text-align:center;transition:background .15s,color .15s,border-color .15s;min-width:0;overflow:hidden;text-overflow:ellipsis}.records-tab.active{background:var(--accent, #0ea5e9);color:#fff;border-color:var(--accent, #0ea5e9);font-weight:600}.records-tab-content{padding:.75rem 1rem 2rem;min-height:8rem}.records-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.records-card{padding:.65rem .85rem;background:var(--bg-alt, #f8fafc);border:1px solid var(--border, #e5e7eb);border-radius:10px;flex-wrap:wrap}.records-card-time{grid-column:1 / -1;font-size:.75rem;color:var(--text-muted, #94a3b8);line-height:1.3}.records-badge{grid-column:1;align-self:center;font-size:.7rem;padding:.1em .4em;border-radius:4px;font-weight:600;white-space:nowrap}.records-badge-event{background:#dbeafe;color:#1e40af}.records-badge-vital{background:#dcfce7;color:#166534}.records-badge-medication{background:#fef9c3;color:#854d0e}.records-card-title{grid-column:2;font-size:.9rem;color:var(--text, #1e293b);line-height:1.4}.records-card-detail{grid-column:1 / -1;font-size:.8rem;color:var(--text-muted, #64748b);line-height:1.3}.records-card-note{grid-column:1 / -1;font-size:.75rem;color:var(--text-muted, #94a3b8);line-height:1.3}.records-empty-actions{display:flex;justify-content:center;margin-top:.75rem}.records-empty-actions button{padding:.45rem 1rem;border:1px solid var(--accent, #0ea5e9);background:none;color:var(--accent, #0ea5e9);border-radius:8px;font-size:.85rem;cursor:pointer}.overview-recent-records{margin:.5rem 0;padding:.75rem 1rem}.overview-recent-records-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.overview-recent-records-header strong{font-size:.9rem;color:var(--text, #1e293b)}.overview-recent-records-nav{font-size:.8rem;color:var(--accent, #0ea5e9);background:none;border:none;padding:0;cursor:pointer;white-space:nowrap}.overview-recent-records-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.overview-recent-records-list li{display:flex;gap:.5rem;align-items:baseline;font-size:.82rem;line-height:1.4}.overview-recent-time{flex:0 0 auto;color:var(--text-muted, #94a3b8);font-size:.75rem;white-space:nowrap}.overview-recent-name{flex:1 1 auto;color:var(--text, #1e293b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-recent-status{flex:0 0 auto;font-size:.72rem;color:var(--text-muted, #64748b);white-space:nowrap}.records-card{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:.35rem}.records-card-main{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;column-gap:.5rem;row-gap:.1rem;flex:1 1 auto;min-width:0}.records-card-menu-btn{flex:0 0 auto;align-self:flex-start;margin-top:.1rem;padding:.25rem .45rem;font-size:1rem;line-height:1;background:none;border:none;border-radius:6px;color:var(--text-muted, #94a3b8);cursor:pointer;letter-spacing:.05em;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.records-card-menu-btn:hover,.records-card-menu-active .records-card-menu-btn{background:var(--bg-alt, #f1f5f9);color:var(--text, #1e293b)}.records-card-actions{display:flex;gap:.5rem;padding:.4rem 0 0;width:100%;flex-basis:100%}.records-card-actions button{flex:1;padding:.4rem .5rem;font-size:.8rem;border-radius:8px;border:1px solid var(--border, #e5e7eb);background:var(--bg, #fff);color:var(--text, #1e293b);cursor:pointer}.records-card-action-delete{color:#dc2626!important;border-color:#fca5a5!important}.records-card-action-delete:hover{background:#fef2f2!important}.records-edit-backdrop{position:fixed;inset:0;background:#00000059;z-index:600}.records-edit-drawer{position:fixed;bottom:0;left:0;right:0;max-height:85vh;background:var(--bg, #fff);border-radius:16px 16px 0 0;z-index:601;display:flex;flex-direction:column;overflow:hidden}.records-edit-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem .75rem;border-bottom:1px solid var(--border, #e5e7eb)}.records-edit-header strong{font-size:1rem}.records-edit-close{background:none;border:none;font-size:1.1rem;color:var(--text-muted, #64748b);cursor:pointer;padding:.2rem .4rem}.records-edit-form{flex:1 1 auto;overflow-y:auto;padding:.85rem 1rem 1.5rem;display:flex;flex-direction:column;gap:.65rem}.records-edit-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.83rem;color:var(--text-muted, #64748b)}.records-edit-form label input,.records-edit-form label select,.records-edit-form label textarea{font-size:.9rem;padding:.45rem .6rem;border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--bg, #fff);color:var(--text, #1e293b)}.records-edit-grid2{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.records-edit-actions{display:flex;gap:.75rem;margin-top:.5rem}.records-edit-actions button{flex:1;padding:.6rem;border-radius:10px}.records-panel-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem 0;gap:.5rem}.records-panel-header .panel-title{padding:0;margin:0;flex:1 1 auto}.records-deleted-entry{flex:0 0 auto;margin-top:.2rem;font-size:.78rem;color:var(--text-muted, #64748b);background:none;border:1px solid var(--border, #e5e7eb);border-radius:8px;padding:.3rem .75rem;min-height:36px;cursor:pointer;white-space:nowrap}.records-deleted-entry:hover{background:var(--bg-alt, #f1f5f9)}.records-search-row{padding:.65rem 1rem .35rem}.records-search-input{width:100%;box-sizing:border-box;padding:.5rem .75rem;font-size:.88rem;border:1px solid var(--border, #e5e7eb);border-radius:10px;background:var(--bg-alt, #f8fafc);color:var(--text, #1e293b)}.records-search-input:focus{outline:2px solid var(--accent, #0ea5e9);border-color:transparent}.records-time-filter{display:flex;gap:.35rem;padding:.2rem 1rem .6rem;overflow-x:auto;scrollbar-width:none}.records-time-filter::-webkit-scrollbar{display:none}.records-time-btn{flex:0 0 auto;padding:.28rem .7rem;font-size:.78rem;border:1px solid var(--border, #e5e7eb);border-radius:20px;background:none;color:var(--text-muted, #64748b);cursor:pointer;white-space:nowrap}.records-time-btn.active{background:var(--accent, #0ea5e9);border-color:var(--accent, #0ea5e9);color:#fff;font-weight:600}.records-deleted-row{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid var(--border, #f1f5f9)}.records-deleted-info{flex:1 1 auto;display:flex;flex-wrap:wrap;align-items:center;gap:.3rem .5rem;min-width:0}.records-restore-btn{flex:0 0 auto;padding:.3rem .65rem;font-size:.8rem;border:1px solid var(--accent, #0ea5e9);color:var(--accent, #0ea5e9);border-radius:8px;background:none;cursor:pointer;white-space:nowrap;min-height:36px}.records-restore-btn:hover{background:#f0f9ff}.records-restore-btn:disabled{opacity:.5;cursor:not-allowed}.ask-cr-model-status{display:flex;gap:.75rem;padding:.3rem 1rem .55rem;font-size:.75rem;color:var(--text-muted, #64748b);flex-wrap:wrap}.ask-cr-model-status strong{color:var(--text, #1e293b);font-weight:600}.ask-cr-context-chips{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.15rem}.ask-cr-context-chip{display:inline-block;font-size:.7rem;padding:.1em .45em;background:var(--bg-alt, #f1f5f9);border:1px solid var(--border, #e5e7eb);border-radius:6px;color:var(--text-muted, #64748b)}.ask-cr-answer{margin:.1rem 0 .25rem;border-radius:12px;overflow:hidden}.ask-cr-disclaimer{margin:0;padding:.45rem .85rem;font-size:.73rem;color:#92400e;background:#fef3c7;line-height:1.4}.ask-cr-answer-body{padding:.7rem .85rem .5rem;line-height:1.72}.cr-h3{margin:.9rem 0 .35rem;font-size:.98rem;font-weight:700;color:var(--text, #1e293b);padding-bottom:.2rem;border-bottom:2px solid var(--border, #e5e7eb)}.cr-h4{margin:.75rem 0 .25rem;font-size:.88rem;font-weight:700;color:var(--text, #1e293b)}.cr-h4-highlight{color:#1d4ed8;padding:.2rem .5rem;background:#eff6ff;border-left:3px solid #3b82f6;border-radius:0 6px 6px 0}.cr-p{margin:0 0 .55rem;font-size:.9rem;color:var(--text, #1e293b)}.cr-p-highlight{padding:.35rem .6rem;background:#f0fdf4;border-left:3px solid #22c55e;border-radius:0 6px 6px 0;font-weight:500}.cr-ul,.cr-ol{margin:0 0 .55rem 1.1rem;padding:0;font-size:.9rem;color:var(--text, #1e293b)}.cr-ul li,.cr-ol li{margin-bottom:.3rem;line-height:1.65}.ask-cr-message-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-top:.4rem}.ask-cr-action-btn{font-size:.8rem!important;padding:.3rem .7rem!important}.ask-cr-privacy-toggle{flex:0 0 auto;background:none;border:none;font-size:.7rem;color:#1a73e8;cursor:pointer;padding:0;text-decoration:underline;white-space:nowrap;opacity:.85}.ask-cr-privacy-toggle:hover{opacity:1;color:#1558b0}.ask-cr-privacy-detail{flex-basis:100%;margin:.2rem 0 0;padding:.5rem .65rem;background:var(--bg-alt, #f8fafc);border:1px solid var(--border, #e5e7eb);border-radius:8px;font-size:.74rem;color:var(--text-muted, #64748b);line-height:1.55}.ask-cr-caps-chips{display:flex;flex-wrap:wrap;gap:.35rem;padding:0 0 .1rem}.ask-cr-cap-chip{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;font-size:.7rem;color:#64748b;padding:.15rem .6rem}.ask-cr-privacy-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .4rem;padding:0 0 .2rem}
