:root{color-scheme:light;--bg: #ffffff;--surface: #ffffff;--surface-subtle: #f6f8fa;--surface-strong: #eef3f6;--line: #dbe2e8;--line-strong: #c6d0d9;--text: #171c22;--muted: #667382;--faint: #8b96a3;--green: #188352;--green-soft: #e7f5ee;--blue: #0b68b8;--blue-soft: #e8f2fc;--amber: #b96811;--amber-soft: #fff1dc;--red: #c43f34;--red-soft: #fdecea;--purple: #6554c0;--purple-soft: #efedfb;--shadow: 0 18px 46px rgba(28, 36, 45, .08);--radius: 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0;background:var(--bg);color:var(--text)}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:clamp(184px,13vw,232px) minmax(0,1fr);background:var(--bg)}.sidebar{min-height:100vh;min-width:0;display:flex;flex-direction:column;border-right:1px solid var(--line);background:#fbfcfd;padding:22px 14px 16px}.brand{display:flex;align-items:center;gap:10px;padding:0 10px 26px;font-size:18px;font-weight:800;letter-spacing:0}.brand-mark{width:32px;height:32px;display:inline-grid;place-items:center;border:1px solid #abd8c1;border-radius:7px;background:var(--green-soft);color:var(--green)}.nav-list{display:grid;gap:6px}.nav-list button,.settings-link,.household-switcher button{min-height:42px;display:flex;align-items:center;gap:11px;border:0;border-radius:var(--radius);background:transparent;color:#232a32;padding:0 10px;font-weight:700;text-align:left}.nav-list button.active{background:var(--blue-soft);color:#07589c}.household-switcher{margin:auto -14px 0;padding:18px 14px 14px;border-top:1px solid var(--line)}.household-switcher small{display:block;margin:0 0 6px 10px;color:var(--muted);font-size:12px;font-weight:700}.household-switcher button,.settings-link{width:100%;justify-content:space-between}.sidebar-status{display:flex;align-items:center;gap:10px;padding:15px 10px 12px;border-top:1px solid var(--line)}.sidebar-status strong,.sidebar-status small{display:block}.sidebar-status strong{font-size:13px}.sidebar-status small{margin-top:2px;color:var(--muted);font-size:12px}.status-dot{width:12px;height:12px;flex:0 0 auto;border-radius:999px;background:var(--green)}.workspace{min-width:0;display:flex;flex-direction:column}.topbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:0 clamp(18px,1.55vw,30px);background:#fff}.title-cluster,.topbar-actions{min-width:0;display:flex;align-items:center;gap:12px}.title-cluster h1{margin:0;font-size:19px;line-height:1.2}.title-cluster span{display:block;margin-top:3px;color:var(--muted);font-size:13px;font-weight:650;white-space:nowrap}.icon-button,.avatar-button{width:38px;height:38px;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid transparent;border-radius:999px;background:transparent;color:#26303a}.icon-button:hover{border-color:var(--line);background:var(--surface-subtle)}.avatar-button{background:#202831;color:#fff;font-size:13px;font-weight:800}.notification{position:relative}.notification span{position:absolute;top:2px;right:0;min-width:17px;height:17px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-weight:800;line-height:17px}.view-toggle,.reset-button,.primary-button,.secondary-button,.calendar-button,.row-action{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;padding:0 14px;font-weight:800;white-space:nowrap}.view-toggle{border:1px solid var(--line-strong);background:#fff;color:#26303a}.reset-button{border:1px solid var(--line-strong);background:#fff;color:#3d4854;padding:0 11px}.view-toggle.active{border-color:#a8cbe9;background:var(--blue-soft);color:#07589c}.primary-button{border:1px solid var(--blue);background:var(--blue);color:#fff}.secondary-button,.row-action{border:1px solid var(--line-strong);background:#fff;color:#25303a}.primary-button:hover{background:#075ca3}.secondary-button:hover,.reset-button:hover,.row-action:hover{background:var(--surface-subtle)}.secondary-button:disabled{cursor:default;border-color:#c7dccf;background:var(--green-soft);color:var(--green)}.search{width:clamp(210px,25vw,360px);height:40px;display:flex;align-items:center;gap:9px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:var(--muted);padding:0 12px}.search input{min-width:0;width:100%;border:0;outline:0;color:var(--text)}.content-shell{min-width:0;padding:clamp(16px,1.35vw,28px)}.summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(10px,.9vw,16px);margin-bottom:clamp(14px,1vw,20px)}.summary-card,.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 1px 2px #19202808}.summary-card{min-height:108px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px}.summary-card p,.summary-card strong,.summary-card small{display:block}.summary-card p{margin:0 0 5px;color:var(--muted);font-size:13px;font-weight:700}.summary-card strong{font-size:clamp(18px,1.45vw,24px);line-height:1.1}.summary-card small{grid-column:2 / 4;color:var(--muted);font-size:12px;font-weight:650}.summary-icon{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:7px;background:var(--surface-strong);color:#33404c}.summary-card.readiness .summary-icon{background:var(--green-soft);color:var(--green)}.summary-card.critical .summary-icon{background:var(--red-soft);color:var(--red)}.summary-card.refresh .summary-icon{background:var(--amber-soft);color:var(--amber)}.summary-card.people .summary-icon{background:var(--purple-soft);color:var(--purple)}.readiness-ring{--percent: 0%;width:54px;height:54px;display:inline-grid;place-items:center;border-radius:999px;background:radial-gradient(circle at center,#fff 56%,transparent 57%),conic-gradient(var(--green) var(--percent),#dce6de 0);color:var(--green);font-size:13px;font-weight:900}.main-layout{min-width:0;display:grid;grid-template-columns:minmax(620px,1fr) clamp(330px,24vw,440px);gap:clamp(14px,1vw,20px);align-items:start}.primary-column,.side-column{min-width:0;display:grid;gap:clamp(14px,1vw,18px)}.panel{min-width:0;padding:clamp(14px,1.15vw,20px)}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.panel-header.compact{align-items:center;margin-bottom:12px}.panel-header h2{margin:4px 0 0;font-size:clamp(18px,1.35vw,23px);line-height:1.2}.panel-header p{max-width:720px;margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.eyebrow{color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:0}.checklist-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.status-badge{min-height:32px;display:inline-flex;align-items:center;border-radius:7px;background:var(--green-soft);color:var(--green);padding:0 10px;font-size:13px;font-weight:850;white-space:nowrap}.select-wrap{position:relative;display:inline-flex;align-items:center}.select-wrap select{min-width:190px;height:38px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:var(--text);padding:0 36px 0 12px;font-weight:700}.select-wrap svg{position:absolute;right:11px;color:var(--muted);pointer-events:none}.checklist-tabs{display:grid;grid-template-columns:repeat(5,minmax(126px,1fr));gap:8px;margin-bottom:15px}.checklist-tabs button{min-width:0;min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:7px;background:var(--surface-subtle);color:#27313c;padding:10px;text-align:left}.checklist-tabs button.active{border-color:#9bc4e8;background:var(--blue-soft);color:#07589c}.checklist-tabs span{min-width:0;overflow:hidden;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.checklist-tabs strong{flex:0 0 auto;font-size:13px}.completion-band{min-height:58px;display:grid;grid-template-columns:auto minmax(120px,1fr) auto;align-items:center;gap:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fbfcfd;padding:12px 14px;margin-bottom:12px}.completion-band strong{font-size:18px}.completion-band span{display:block;color:var(--muted);font-size:12px;font-weight:700}.large-progress,.mini-progress-bar{height:8px;overflow:hidden;border-radius:999px;background:#e2e8ee}.large-progress span,.mini-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),#2c8cbf)}.section-list{display:grid;gap:8px}.section-row{min-width:0;display:grid;grid-template-columns:42px minmax(170px,1.25fr) minmax(120px,.72fr) 92px minmax(104px,auto);align-items:center;gap:12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:10px}.section-row.complete{background:#fbfdfb}.section-icon{width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid #c4ded0;border-radius:7px;background:var(--green-soft);color:var(--green)}.section-copy{min-width:0}.section-copy h3{margin:0;overflow:hidden;font-size:14px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.section-copy p{margin:4px 0 0;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.section-progress{min-width:0}.mini-progress-label{display:flex;justify-content:space-between;gap:8px;margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:800}.mini-progress-label strong{color:var(--text)}.section-critical span{min-height:28px;display:inline-flex;align-items:center;border-radius:7px;background:var(--red-soft);color:var(--red);padding:0 9px;font-size:12px;font-weight:850;white-space:nowrap}.section-critical span.quiet{background:var(--surface-strong);color:var(--muted)}.row-action{width:100%;min-width:0;padding:0 10px;font-size:13px}.row-action:disabled{cursor:default;border-color:#c7dccf;background:var(--green-soft);color:var(--green)}.workspace-actions,.packet-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px;flex-wrap:wrap}.critical-list{display:grid;gap:8px}.critical-row{min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:11px 12px;text-align:left}.critical-row strong,.critical-row small{display:block}.critical-row strong{font-size:14px}.critical-row small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.35}.critical-row em{border-radius:7px;background:var(--amber-soft);color:var(--amber);padding:6px 8px;font-size:12px;font-style:normal;font-weight:850;white-space:nowrap}.preview-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.preview-lane{min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-subtle);overflow:hidden}.preview-lane header{min-height:42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 10px}.preview-lane h3{margin:0;font-size:13px}.preview-lane header span{color:var(--muted);font-size:12px;font-weight:850}.preview-stack{display:grid;gap:8px;padding:9px}.preview-card{min-height:76px;display:grid;align-content:space-between;border:1px solid var(--line);border-radius:7px;background:#fff;padding:10px}.preview-card strong{overflow:hidden;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.preview-card span{width:28px;height:28px;display:inline-grid;place-items:center;justify-self:end;border-radius:999px;background:var(--surface-strong);color:var(--muted);font-size:12px;font-weight:850}.calendar-button{min-height:34px;border:1px solid #a8cbe9;background:var(--blue-soft);color:#07589c;padding:0 10px;font-size:13px}.calendar-button.connected{border-color:#abd8c1;background:var(--green-soft);color:var(--green)}.refresh-list{display:grid;gap:8px}.refresh-row{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:10px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:10px}.refresh-icon{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:7px;background:var(--surface-strong);color:#384552}.refresh-row.attention .refresh-icon{background:var(--amber-soft);color:var(--amber)}.refresh-row.critical .refresh-icon{background:var(--red-soft);color:var(--red)}.refresh-row.ready .refresh-icon{background:var(--green-soft);color:var(--green)}.refresh-row strong,.refresh-row small{display:block}.refresh-row strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.refresh-row small{margin-top:3px;color:var(--muted);font-size:11px;line-height:1.3}.refresh-row button,.refresh-row a{min-height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:#25303a;padding:0 9px;font-size:12px;font-weight:850;text-decoration:none;white-space:nowrap}.refresh-row button:hover,.refresh-row a:hover{background:var(--surface-subtle)}.refresh-actions{grid-column:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%}.packet-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 13px}.packet-stats div{border:1px solid var(--line);border-radius:7px;background:var(--surface-subtle);padding:10px}.packet-stats dt{margin:0 0 4px;color:var(--muted);font-size:11px;font-weight:800}.packet-stats dd{margin:0;font-size:18px;font-weight:900}.packet-list{display:grid;gap:8px;list-style:none;margin:0;padding:0}.packet-list li{display:flex;align-items:center;gap:9px;color:#27313c;font-size:13px;font-weight:700}.packet-list svg{color:var(--green)}.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.plan-item{min-height:92px;display:grid;align-content:start;gap:6px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:12px}.plan-item span,.subscription-list dt{color:var(--muted);font-size:12px;font-weight:800}.plan-item strong{font-size:15px;line-height:1.25}.plan-item em{width:fit-content;border-radius:7px;background:var(--surface-strong);color:#40505f;padding:5px 8px;font-size:12px;font-style:normal;font-weight:850}.subscription-panel p{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.45}.subscription-list{display:grid;gap:8px;margin:0 0 13px}.subscription-list div{border:1px solid var(--line);border-radius:7px;background:var(--surface-subtle);padding:10px}.subscription-list dt{margin:0 0 4px}.subscription-list dd{margin:0;color:#26313c;font-size:13px;line-height:1.4;font-weight:700}.risk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.risk-item{min-height:78px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:12px}.risk-item svg{flex:0 0 auto;color:var(--blue)}.risk-item strong,.risk-item span{display:block}.risk-item strong{font-size:14px}.risk-item span{margin-top:3px;color:var(--muted);font-size:12px;font-weight:700}@media(min-width:1800px){.main-layout{grid-template-columns:minmax(880px,1fr) clamp(380px,22vw,480px)}.section-row{grid-template-columns:46px minmax(260px,1.45fr) minmax(160px,.7fr) 104px minmax(128px,auto)}}@media(max-width:1320px){.summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.checklist-tabs{grid-template-columns:repeat(3,minmax(126px,1fr))}.section-row{grid-template-columns:42px minmax(150px,1fr) minmax(116px,.62fr) auto}.section-critical{display:none}}@media(max-width:1120px){.topbar{align-items:stretch;flex-direction:column;padding-top:12px;padding-bottom:12px}.topbar-actions,.title-cluster{width:100%;justify-content:space-between}.search{flex:1 1 auto;width:auto}.main-layout{grid-template-columns:minmax(0,1fr)}.side-column{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.app-shell{grid-template-columns:1fr;overflow-x:hidden}.sidebar{min-height:auto;width:100%;max-width:100vw;overflow:hidden;position:sticky;top:0;z-index:5;border-right:0;border-bottom:1px solid var(--line);padding:12px}.brand{padding:0 4px 10px}.nav-list{width:100%;min-width:0;max-width:100%;display:flex;overflow-x:auto;padding-bottom:2px}.nav-list button{flex:0 0 auto}.household-switcher,.sidebar-status,.settings-link{display:none}.summary-strip,.side-column,.plan-grid,.risk-grid,.preview-board{grid-template-columns:1fr}.checklist-tabs{display:flex;overflow-x:auto}.checklist-tabs button{min-width:168px}}@media(max-width:680px){.content-shell{padding:12px}.nav-list{justify-content:space-between;overflow-x:visible}.nav-list button{flex:1 1 0;min-width:0;justify-content:center;gap:0;padding:0;font-size:0}.topbar-actions{flex-wrap:wrap}.view-toggle,.reset-button,.search{flex:1 1 100%}.panel-header,.completion-band,.critical-row,.refresh-row,.section-row{grid-template-columns:1fr}.panel-header{display:grid}.checklist-controls,.workspace-actions,.packet-actions{justify-content:stretch}.select-wrap,.select-wrap select,.workspace-actions button,.packet-actions button,.refresh-row button,.refresh-row a,.refresh-actions{width:100%}.refresh-actions{grid-column:auto;grid-template-columns:1fr}.section-row{align-items:stretch}.section-icon{align-self:start}}
