:root{color-scheme:light;--bg: #eef2f6;--bg-accent: rgba(31, 157, 107, .06);--surface: #ffffff;--surface-strong: #ffffff;--surface-soft: rgba(15, 23, 42, .04);--border: rgba(15, 23, 42, .09);--border-strong: rgba(15, 23, 42, .16);--text: #16213a;--muted: #64748b;--muted-strong: #475569;--accent: #1f9d6b;--accent-strong: #167a53;--accent-warm: #2563eb;--positive: #1a9b5c;--warning: #b45309;--danger: #c0334d;--sidebar-bg: #11203a;--sidebar-bg-soft: #16294a;--sidebar-text: #e7ecf5;--sidebar-muted: #9fb0cc;--shadow: 0 18px 40px rgba(17, 32, 58, .08);--shadow-soft: 0 8px 22px rgba(17, 32, 58, .06);font-family:Avenir Next,Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.app-shell{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;align-self:start;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;min-height:100vh;padding:1.5rem 1.25rem;background:linear-gradient(180deg,var(--sidebar-bg) 0%,var(--sidebar-bg-soft) 100%);color:var(--sidebar-text)}.brand-lockup{display:grid;gap:1rem}.brand-mark{width:2.85rem;height:2.85rem;display:grid;place-items:center;border-radius:.9rem;font-weight:800;letter-spacing:.02em;color:#0b1730;background:linear-gradient(135deg,#7fe3b4,var(--accent));box-shadow:var(--shadow-soft)}.brand-copy h1,.shell-topbar h2,.section-title h2,.hero h2,.panel h3,.auth-card h1{margin:0}.brand-copy h1{color:var(--sidebar-text);font-size:1.3rem}.brand-copy p,.sidebar-footer p,.section-title p,.panel-subtitle,.hero p,.auth-card p,.auth-note,.metric-hint,.stat-hint,.record-label,.account-row p,.status-row p,.empty-state p,.shell-topbar p{margin:0;color:var(--muted)}.sidebar .brand-copy p,.sidebar-footer p{color:var(--sidebar-muted)}.brand-copy p{max-width:24ch}.eyebrow,.section-title span,.stat-label,.metric-label,.auth-eyebrow,.record-label{display:inline-flex;align-items:center;gap:.35rem;text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;color:var(--muted)}.sidebar .eyebrow{color:var(--sidebar-muted)}.nav{display:grid;gap:.25rem}.nav-link{padding:.7rem .85rem;border-radius:.75rem;color:var(--sidebar-muted);border:1px solid transparent;background:transparent;font-size:.95rem;transition:color .15s ease,background-color .15s ease,border-color .15s ease}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff14;border-color:#ffffff14}.mobile-nav,.mobile-menu-button,.mobile-drawer-backdrop{display:none}.mobile-drawer{display:grid;gap:1rem;padding:1rem;border-radius:1.25rem;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.mobile-drawer-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.mobile-drawer-header h3{margin:.15rem 0 0;font-size:1.08rem}.mobile-drawer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.mobile-drawer-link,.mobile-drawer-footer{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.6rem .75rem;border-radius:.9rem;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);text-align:center}.mobile-drawer-link.active{color:var(--accent-strong);background:#1f9d6b1a;border-color:#1f9d6b33}.mobile-drawer-footer{background:#2563eb14;border-color:#2563eb29;color:var(--accent-warm)}.sidebar-footer{padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);display:grid;gap:.4rem;font-size:.88rem}.auth-mini{display:grid;gap:.6rem}.user-chip{display:inline-flex;width:fit-content;max-width:100%;padding:.35rem .7rem;border-radius:999px;background:#1f9d6b1f;border:1px solid rgba(31,157,107,.22);color:var(--accent-strong);font-size:.88rem;word-break:break-word}.sidebar .user-chip{background:#7fe3b429;border-color:#7fe3b447;color:#bdf2d8}.main-shell{min-width:0}.shell-topbar{position:sticky;top:0;z-index:8;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.75rem;border-bottom:1px solid var(--border);background:#eef2f6eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shell-topbar h2{font-size:1.2rem;margin:.15rem 0 .1rem}.topbar-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.main-panel{padding:1.75rem;max-width:1280px}.stack{display:grid;gap:1.25rem}.hero,.panel,.stat-card,.metric-card,.auth-card,.empty-state,.subpanel,.record-summary,.account-group-card,.attention-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft)}.hero{display:flex;justify-content:space-between;gap:1.5rem;align-items:stretch;padding:1.5rem 1.75rem;border-radius:1.25rem}.hero-copy{display:grid;gap:.7rem;max-width:56ch;align-content:center}.hero-copy h2{font-size:clamp(1.6rem,2.4vw,2.1rem);line-height:1.15}.hero-copy p{font-size:1rem;max-width:56ch}.hero-links{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.25rem}.hero-links a,.footer-links a{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;border-radius:999px;border:1px solid rgba(31,157,107,.22);background:#1f9d6b12;color:var(--accent-strong);font-size:.92rem;transition:transform .15s ease,border-color .15s ease,background-color .15s ease}.hero-links a:hover,.footer-links a:hover{transform:translateY(-1px);border-color:#1f9d6b66;background:#1f9d6b21}.hero-callout{min-width:min(260px,100%);padding:1.1rem 1.25rem;border-radius:1.1rem;background:linear-gradient(135deg,#1f9d6beb,#2563ebd9);color:#fff;display:grid;align-content:center;gap:.4rem}.hero-callout .eyebrow{color:#ffffffc7}.hero-callout strong,.stat-value,.metric-value{display:block;font-size:1.9rem;line-height:1.1;letter-spacing:-.02em}.hero-callout p{color:#ffffffe0}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.stat-card,.metric-card{padding:1.1rem 1.15rem;border-radius:1.1rem;display:grid;gap:.35rem}.metric-card{position:relative;border-left:3px solid var(--border-strong)}.tone-healthy{border-left-color:var(--positive)}.tone-warning{border-left-color:var(--warning)}.tone-danger{border-left-color:var(--danger)}.metric-value{color:var(--text)}.panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{padding:1.3rem;border-radius:1.25rem;display:grid;gap:1rem}.panel h3{font-size:1.02rem}.panel-title-row,.subpanel-header,.record-summary,.section-header,.status-row,.account-row,.timeline-item,.auth-diagnostic-row{display:flex;justify-content:space-between;gap:1rem}.panel-title-row{align-items:center}.panel-count{min-width:2.25rem;padding:.25rem .55rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-soft);color:var(--muted-strong);text-align:center;font-size:.85rem}.panel-subtitle{margin-top:-.3rem}.section-title{display:grid;gap:.2rem}.section-title h2{font-size:1.4rem}.status-list,.account-list,.timeline{display:grid;gap:.7rem}.status-row,.account-row,.timeline-item,.auth-diagnostic-row{align-items:flex-start;padding:.8rem 0;border-bottom:1px solid var(--border)}.status-row:last-child,.account-row:last-child,.timeline-item:last-child,.auth-diagnostic-row:last-child{border-bottom:none;padding-bottom:0}.status-meta,.account-row-meta{display:flex;align-items:center;gap:.6rem;text-align:right;flex-wrap:wrap;justify-content:flex-end}.key-value-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem}.key-value-list div,.record-summary>div,.empty-state{padding:.8rem .9rem;border-radius:.9rem;background:var(--surface-soft);border:1px solid var(--border)}.record-summary{padding:.9rem;border-radius:1rem;align-items:center;flex-wrap:wrap}.record-summary>div{min-width:0;flex:1 1 180px}.record-summary strong,.key-value-list strong{display:block;margin-top:.2rem;color:var(--text)}.pill{display:inline-flex;align-items:center;justify-content:center;padding:.28rem .65rem;border-radius:999px;background:var(--surface-soft);font-size:.78rem;white-space:nowrap;border:1px solid var(--border)}.pill-action{cursor:pointer;text-decoration:none;transition:transform .15s ease,border-color .15s ease,background-color .15s ease,color .15s ease}.pill-action:hover{transform:translateY(-1px);border-color:#1f9d6b57}.pill-healthy{color:var(--positive);background:#1a9b5c1a;border-color:#1a9b5c38}.pill-warning{color:var(--warning);background:#b453091a;border-color:#b4530933}.pill-danger{color:var(--danger);background:#c0334d1a;border-color:#c0334d33}.pill-muted{color:var(--muted-strong)}.muted-panel{color:var(--muted)}.subpanel{padding:.9rem 1rem;border-radius:1rem}.subpanel-header{align-items:center;margin-bottom:.6rem}.subpanel-header h3{margin:0}.empty-state{display:grid;gap:.35rem;color:var(--muted-strong)}.empty-state strong{color:var(--text)}.empty-state-action{margin-top:.4rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.form-grid label{display:grid;gap:.38rem;color:var(--muted);font-size:.92rem}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:.7rem .85rem;border-radius:.8rem;border:1px solid var(--border-strong);background:#fff;color:var(--text);transition:border-color .15s ease,outline-color .15s ease}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#64748b99}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{outline:2px solid rgba(31,157,107,.3);outline-offset:1px;border-color:#1f9d6b66}.form-grid textarea{resize:vertical}.span-2{grid-column:span 2}.form-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.9rem}.primary-button,.ghost-button{border:1px solid transparent;border-radius:999px;padding:.65rem 1.05rem;color:inherit;background:transparent;font-weight:500;transition:transform .15s ease,border-color .15s ease,background-color .15s ease,opacity .15s ease}.primary-button{background:var(--accent);border-color:var(--accent);color:#fff}.primary-button:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.ghost-button{background:var(--surface-soft);border-color:var(--border-strong);color:var(--text)}.primary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.ghost-button.danger{color:var(--danger)}.ghost-button[disabled]{opacity:.55;cursor:not-allowed;transform:none}.divider{height:1px;background:var(--border);margin:.5rem 0}.footer-links{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.timeline-item{align-items:center}.timeline-item strong{display:block}.inline-wrap{word-break:break-word}.account-group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.account-group-card{padding:1.1rem 1.2rem;border-radius:1.2rem;display:grid;gap:.7rem}.account-group-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.account-group-card-header h3{margin:0;font-size:1rem}.account-group-count{margin:0;color:var(--muted);font-size:.85rem}.account-group-total{font-size:1.45rem;font-weight:600;letter-spacing:-.01em}.account-group-rows{display:grid;gap:.5rem}.account-group-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.9rem;padding-top:.5rem;border-top:1px solid var(--border)}.account-group-row:first-child{border-top:none;padding-top:0}.account-group-row-name{color:var(--muted-strong)}.account-group-row-meta{margin:.2rem 0 0;color:var(--muted);font-size:.84rem}.account-group-empty{color:var(--muted);font-size:.88rem}.connection-panel{display:grid;gap:.95rem}.connection-list{display:grid;gap:.65rem}.connection-row{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.85rem .95rem;border-radius:1rem;background:var(--surface-soft);border:1px solid var(--border)}.connection-row-title{font-weight:600;color:var(--text)}.connection-row-detail{margin-top:.2rem;color:var(--muted-strong);font-size:.88rem}.connection-row-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;align-items:center}.connection-fallback{color:var(--muted);font-size:.82rem}.attention-panel{padding:1.2rem 1.3rem;border-radius:1.25rem;display:grid;gap:.9rem}.attention-list{display:grid;gap:.6rem}.attention-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .9rem;border-radius:.9rem;background:#b453090f;border:1px solid rgba(180,83,9,.14)}.attention-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.attention-row-name{font-weight:600;color:var(--text)}.attention-link{color:var(--accent-strong)}.attention-link:hover{text-decoration:underline}.attention-row-detail{color:var(--muted-strong);font-size:.88rem}.shell-topbar-copy{min-width:0}.attention-all-clear{background:#1a9b5c12;border:1px solid rgba(26,155,92,.16);border-radius:.9rem;padding:.9rem 1rem;color:var(--muted-strong)}.footer-links-inline{color:var(--accent-strong);font-size:.9rem;white-space:nowrap}.footer-links-inline:hover{text-decoration:underline}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:linear-gradient(160deg,#eef2f6,#e3ecf6)}.auth-card{width:min(720px,100%);padding:1.8rem;border-radius:1.5rem;display:grid;gap:1rem}.auth-login-card{background:#fff}.auth-card h1{font-size:clamp(1.8rem,3.4vw,2.6rem);line-height:1.08}.auth-hero-copy{display:grid;gap:.55rem;max-width:34rem}.auth-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.auth-feature-grid div{padding:.9rem;border-radius:1rem;background:var(--surface-soft);border:1px solid var(--border)}.auth-feature-grid strong{display:block;margin-bottom:.35rem;color:var(--text)}.auth-actions{display:flex;gap:.75rem;flex-wrap:wrap}.auth-primary{min-width:220px}.auth-note{font-size:.92rem}.auth-diagnostics{display:grid;gap:.35rem;padding:.2rem 0 0}.auth-diagnostic-row{align-items:center;padding:.75rem 0}.auth-diagnostic-row strong{color:var(--text)}.auth-loading{display:flex;gap:.45rem}.auth-loading span{width:.7rem;height:.7rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-warm));animation:pulse 1.2s ease-in-out infinite}.auth-loading span:nth-child(2){animation-delay:.14s}.auth-loading span:nth-child(3){animation-delay:.28s}@keyframes pulse{0%,80%,to{transform:translateY(0);opacity:.58}40%{transform:translateY(-4px);opacity:1}}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid,.dashboard-grid,.auth-feature-grid{grid-template-columns:1fr}.hero{flex-direction:column;align-items:stretch}.mobile-menu-button{display:inline-flex}.mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:16;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.35rem;padding:.65rem .75rem calc(.65rem + env(safe-area-inset-bottom));background:#eef2f6f5;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 -10px 24px #11203a14}.mobile-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.5rem .6rem;border-radius:.95rem;border:1px solid transparent;background:transparent;color:var(--muted-strong);font-size:.82rem;text-align:center}.mobile-nav-link.active{color:var(--accent-strong);background:#1f9d6b1a;border-color:#1f9d6b2e}.mobile-nav-toggle{font:inherit}.mobile-drawer-backdrop{position:fixed;inset:0;z-index:15;display:grid;align-items:end;background:#0f172a52;padding:1rem 1rem calc(5.25rem + env(safe-area-inset-bottom))}.main-panel{padding-bottom:5.75rem}.app-shell{padding-bottom:4.9rem}}@media(max-width:760px){.main-panel,.shell-topbar{padding:1rem}.shell-topbar{align-items:flex-start;flex-direction:column}.shell-topbar-copy{width:100%}.topbar-actions{width:100%;flex-wrap:wrap}.stat-grid,.key-value-list,.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.status-row,.account-row,.timeline-item,.auth-diagnostic-row,.record-summary,.attention-row{flex-direction:column}.attention-row{align-items:flex-start}.status-meta,.account-row-meta,.topbar-actions{justify-content:flex-start;text-align:left}.attention-row,.account-group-row{align-items:flex-start}.attention-actions,.account-group-row{width:100%}.attention-actions{justify-content:flex-start}.account-group-row{flex-direction:column;gap:.45rem}.account-group-total{font-size:1.25rem}.account-group-card-header,.attention-row{flex-direction:column}.attention-row-detail,.account-group-count{max-width:none}.footer-links-inline{white-space:normal}.connection-row,.attention-row{flex-direction:column}.connection-row-actions{justify-content:flex-start}.connection-fallback{width:100%}.auth-shell{padding:.85rem;place-items:start center}.auth-card{width:min(560px,100%);padding:1.1rem;border-radius:1.15rem;gap:.85rem}.auth-card h1{font-size:clamp(1.5rem,7vw,2rem)}.auth-feature-grid{gap:.65rem}.auth-feature-grid div,.auth-diagnostic-row{padding:.75rem}.auth-primary,.auth-actions .primary-button,.auth-actions .ghost-button{width:100%}}.continuity-report-page{padding:.5rem 0 1.5rem}.continuity-report{display:grid;gap:1rem;color:var(--text)}.continuity-report-header{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);gap:1rem;align-items:start;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:1rem;background:var(--surface);box-shadow:var(--shadow-soft)}.continuity-report-header h1{margin:.25rem 0 .45rem;font-size:clamp(1.7rem,3vw,2.5rem)}.continuity-eyebrow,.continuity-section-title span{display:inline-flex;align-items:center;gap:.35rem;text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;color:var(--muted)}.continuity-subtitle{max-width:64ch;color:var(--muted-strong)}.continuity-report-meta{display:grid;gap:.7rem}.continuity-report-meta div,.continuity-property-grid div,.continuity-metric{display:grid;gap:.2rem}.continuity-report-meta span,.continuity-property-grid span,.continuity-metric span{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.continuity-report-meta strong,.continuity-property-grid strong,.continuity-metric strong{font-size:1rem;color:var(--text)}.continuity-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.8rem 1rem;border:1px solid var(--border);border-radius:1rem;background:#1f9d6b0f}.continuity-toolbar-note{margin:0;color:var(--muted-strong);font-size:.95rem;max-width:80ch}.continuity-banner{display:grid;gap:.35rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:1rem;background:var(--surface)}.continuity-banner strong{color:var(--text)}.continuity-banner-warning{border-color:#b4530933;background:#b4530914}.continuity-section{display:grid;gap:.85rem;padding:1rem 1.05rem;border:1px solid var(--border);border-radius:1rem;background:var(--surface);box-shadow:var(--shadow-soft)}.continuity-section-title{display:grid;gap:.2rem}.continuity-section-title h2{margin:0;font-size:1.08rem}.continuity-section-title p{margin:0;color:var(--muted)}.continuity-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.continuity-metric{padding:.8rem;border-radius:.95rem;border:1px solid var(--border);background:var(--surface-soft)}.continuity-metric p{margin:0;color:var(--muted);font-size:.9rem}.continuity-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding-top:.3rem}.continuity-property-grid div{padding:.7rem .85rem;border:1px solid var(--border);border-radius:.9rem;background:#ffffffb8}.continuity-checklist,.continuity-review-list{margin:0;padding-left:1.15rem;display:grid;gap:.45rem}.continuity-checklist li,.continuity-review-list li{color:var(--text)}.report-table-shell{overflow-x:auto;border:1px solid var(--border);border-radius:.95rem;background:var(--surface)}.report-table{width:100%;border-collapse:collapse;min-width:100%;font-size:.88rem}.report-table th,.report-table td{padding:.55rem .7rem;border-bottom:1px solid var(--border);vertical-align:top;text-align:left}.report-table th{position:sticky;top:0;background:#f7fafc;color:var(--muted-strong);font-size:.68rem;text-transform:uppercase;letter-spacing:.12em}.report-table tr:last-child td{border-bottom:0}.report-table-shell.compact .report-table{font-size:.84rem}.continuity-empty{margin:0;padding:.85rem .15rem;color:var(--muted)}.print-hidden{display:initial}@media print{@page{margin:.45in}body{color:#111;background:#fff}.app-shell{display:block}.sidebar,.shell-topbar,.mobile-nav,.mobile-drawer-backdrop,.topbar-actions,.print-hidden,.report-print-button{display:none!important}.main-shell,.main-panel{display:block;min-height:auto;padding:0;background:#fff}.continuity-report-page{padding:0}.continuity-report{gap:.55rem;color:#111}.continuity-report-header,.continuity-section,.continuity-banner,.continuity-metric,.continuity-property-grid div,.report-table-shell{box-shadow:none}.continuity-report-header,.continuity-section,.continuity-banner,.continuity-metric,.continuity-property-grid div,.report-table-shell{border-color:#c9ced8}.continuity-report-header,.continuity-section,.continuity-banner{break-inside:avoid;page-break-inside:avoid}.continuity-report-header{grid-template-columns:1.5fr 1fr;padding:.7rem .8rem}.continuity-report-header h1{font-size:1.55rem}.continuity-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.continuity-metric{padding:.6rem}.continuity-property-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.continuity-section{gap:.6rem;padding:.75rem .8rem}.continuity-section-title h2{font-size:.98rem}.continuity-checklist,.continuity-review-list{gap:.22rem}.report-table-shell{overflow:visible}.report-table{font-size:8.2pt}.report-table th,.report-table td{padding:.28rem .35rem}.report-table th{background:#f3f5f8}}
