:root{--canvas:#f3f1eb;--canvas-deep:#e9e5dc;--paper:#fffefb;--ink:#182321;--muted:#68736f;--line:#dcded8;--line-strong:#c7ccc5;--forest:#163c39;--forest-2:#245650;--mint:#dcece5;--mint-bright:#b9dbcc;--cocoa:#7b4c35;--amber:#d79a38;--blue:#336b7d;--red:#a24f48;--shadow-sm:0 1px 2px rgba(24, 35, 33, 0.06);--shadow:0 16px 45px rgba(35, 47, 43, 0.09);--radius:18px;--radius-sm:11px;--header-height:92px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{display:flex;flex-direction:column;margin:0;min-height:100vh;overflow-x:clip;background:radial-gradient(circle at 12% 8%,rgba(185,219,204,.22),transparent 25rem),linear-gradient(180deg,#f8f7f3 0,var(--canvas) 46rem);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;background:radial-gradient(circle at 8% 4%,rgba(185,135,61,.08),transparent 25rem),radial-gradient(circle at 92% 24%,rgba(23,59,53,.07),transparent 28rem),linear-gradient(180deg,#fbf8f2 0,var(--canvas) 64rem)}button,input,textarea{font:inherit}a,button,input,textarea{-webkit-tap-highlight-color:transparent}button{border:0}h1,h2,h3,p{margin-top:0}.app-header{position:sticky;top:0;z-index:50;display:flex;min-height:var(--header-height);align-items:center;justify-content:space-between;gap:24px;padding:10px clamp(18px,4vw,64px);border-bottom:1px solid rgba(22,60,57,.13);backdrop-filter:blur(18px)}.header-brand{display:flex;min-width:0;align-items:center;gap:14px;color:inherit;text-decoration:none}.company-logo-crop{position:relative;display:block;flex:0 0 auto;overflow:hidden}.company-logo{position:absolute;top:52.5%;left:50%;display:block;max-width:none;height:auto;mix-blend-mode:multiply;filter:contrast(1.08) saturate(.9);transform:translate(-50%,-50%)}.brand-copy{display:grid;gap:2px;line-height:1.15}.brand-subtitle{color:#8a7e73;font-size:.62rem;font-weight:650;letter-spacing:.035em;line-height:1.2;white-space:nowrap}.brand-copy strong{color:var(--forest);letter-spacing:-.035em}.brand-kicker,.eyebrow{color:var(--cocoa);font-weight:800;letter-spacing:.14em}.brand-kicker{margin-bottom:4px}.header-actions{position:relative;display:flex;align-items:center;gap:9px}.header-transfer-status{position:absolute;top:calc(100% + 12px);right:0;z-index:60;max-width:min(320px,calc(100vw - 32px));padding:8px 11px;border:1px solid #c9d5cc;border-radius:9px;background:#eaf1e9;box-shadow:var(--shadow-sm);color:var(--forest);font-size:.76rem;font-weight:700;white-space:nowrap}.header-transfer-status:empty{display:none}.date-pill{padding:8px 11px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.82rem;font-weight:700;white-space:nowrap}.header-button,.primary-button,.secondary-button,.text-button{min-height:42px;border-radius:10px;cursor:pointer;font-weight:750;transition:background 150ms,color 150ms,border-color 150ms,transform 150ms}.header-button{padding:0 14px;border:1px solid var(--line);background:var(--paper);color:var(--forest)}.primary-button{padding:0 17px;background:var(--forest);color:#fff}.primary-button:hover{background:var(--forest-2);transform:translateY(-1px)}.secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border:1px solid var(--line-strong);background:var(--paper);color:var(--forest)}.header-button:hover,.secondary-button:hover{border-color:var(--forest-2);background:var(--mint)}.text-button{min-height:34px;padding:4px 8px;background:0 0;color:var(--forest-2);font-size:.84rem}.text-button:hover{background:var(--mint)}.text-button:disabled{color:#a8afab;cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus,select:focus,textarea:focus{outline:rgba(51,107,125,.19) solid 3px;outline-offset:2px}main{flex:1 0 auto;margin:0 auto 32px;width:min(1500px,calc(100% - 56px))}label>span{display:block;margin-bottom:6px;color:var(--muted);font-size:.76rem;font-weight:700}input,textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink)}input{min-height:44px;padding:0 13px}textarea{display:block;min-height:145px;padding:13px;resize:vertical}input::placeholder,textarea::placeholder{color:#9aa39f}.quiet-status{min-height:1.2em;color:var(--forest-2);font-size:.78rem}.view-tabs{position:sticky;top:var(--header-height);z-index:40;display:flex;width:100vw;align-items:center;gap:7px;margin:0 0 20px 50%;padding:9px clamp(18px,4vw,64px);border-bottom:1px solid rgba(199,204,197,.82);box-shadow:0 2px 8px rgba(24,35,33,.035);backdrop-filter:blur(16px);transform:translateX(-50%)}.view-tab{display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:9px;padding:0 16px;background:0 0;color:var(--muted);cursor:pointer;text-decoration:none;white-space:nowrap}.view-tab .tab-icon{display:inline-flex;width:22px;height:22px;flex:0 0 auto;align-items:center;justify-content:center}.view-tab .tab-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.view-tab.active{border:1px solid #c8d5d0;background:#fff;color:var(--forest);box-shadow:0 2px 0 var(--forest-2),0 3px 7px rgba(24,35,33,.12)}.view-tab:hover:not(.active){background:#f1f5f2;color:var(--forest-2)}.view-panel[hidden]{display:none}.checklist-panel,.notes-panel,.resource-section,.role-overview-panel,.toolbar,.transfer-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-sm)}.toolbar{margin-bottom:18px;padding:18px}.library-heading,.section-heading,.toolbar-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.toolbar-heading{align-items:center;margin-bottom:12px}.library-title,.section-title,.toolbar-title{margin:0;color:var(--ink);font-size:1.32rem;font-weight:780;letter-spacing:-.025em}.search-box{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:10px;min-height:50px;padding:0 13px;border:1px solid var(--line);border-radius:12px;background:#fff}.search-box input{min-height:46px;padding:0;border:0;outline:0}.count,.panel-footnote,.status{color:var(--muted);font-size:.78rem}.link-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.checklist-panel{--completion-color:#87908c;border-top:4px solid var(--completion-color);transition:border-color 240ms}.checklist-panel[data-progress-level=low]{--completion-color:#c46b54}.checklist-panel[data-progress-level=medium]{--completion-color:#d19a32}.checklist-panel[data-progress-level=high]{--completion-color:#3c8b7c}.checklist-panel[data-progress-level=complete]{--completion-color:#197052}.section-heading{align-items:center;margin-bottom:15px}.checklist-heading-actions,.checklist-meter{display:flex;align-items:center}.checklist-heading-actions{gap:8px}.checklist-icon-button,.checklist-toolbar-icon{display:inline-grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border:1px solid var(--line);border-radius:10px;background:#f7f8f5;color:var(--forest-2);cursor:pointer}.checklist-icon-button svg,.checklist-toolbar-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.checklist-icon-button:hover,.checklist-toolbar-icon.active,.checklist-toolbar-icon:hover{border-color:#a9c8ba;background:var(--mint)}.checklist-toolbar-icon.active{box-shadow:inset 0 0 0 1px rgba(36,86,80,.12)}#toggleChecklistActions{position:relative;transition:border-color 160ms,background 160ms,color 160ms,box-shadow 160ms,transform 160ms}#toggleChecklistActions svg{transition:transform 160ms}#toggleChecklistActions.active,#toggleChecklistActions.active:hover{border-color:var(--forest-2);background:var(--forest-2);color:#fff;box-shadow:0 5px 13px rgba(36,86,80,.2),inset 0 0 0 1px rgba(255,255,255,.16)}#toggleChecklistActions.active svg{transform:scale(.94)}#toggleChecklistActions:active{transform:scale(.95)}.checklist-meter{--progress:0%;gap:12px;color:var(--completion-color)}.progress-orb{position:relative;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;background:conic-gradient(var(--completion-color) var(--progress),#e7eae7 0);box-shadow:0 5px 13px color-mix(in srgb,var(--completion-color) 20%,transparent)}.progress-orb::before{content:"";position:absolute;inset:6px;border-radius:inherit}.progress-orb>span{position:relative;z-index:1;font-size:1.42rem;font-weight:900;line-height:1}.progress-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;line-height:normal}.progress-copy strong{display:block;color:var(--completion-color);font-size:1.55rem;font-variant-numeric:tabular-nums;font-weight:820;letter-spacing:-.015em;line-height:1;transition:color 240ms}.progress-copy small{display:block;margin:0;color:var(--muted);font-size:.75rem;font-weight:700;letter-spacing:.065em;line-height:1.15;text-transform:uppercase}.checklist-meter.progress-updated .progress-orb{animation:360ms cubic-bezier(.2,.8,.2,1) progress-pop}.checklist-panel[data-progress-level=complete] .progress-orb{box-shadow:0 0 0 6px rgba(25,112,82,.1),0 7px 18px rgba(25,112,82,.22)}@keyframes progress-pop{0%{transform:scale(.86) rotate(-8deg)}65%{transform:scale(1.08) rotate(3deg)}100%{transform:scale(1) rotate(0)}}.section-inline-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.resource-toolbar-icon{flex:0 0 auto}.resource-actions-hidden .resource-manage-action{display:none!important}.resource-actions-hidden .link-card{grid-template-columns:42px minmax(0,1fr)}.add-item-button,.card-icon-button,.link-drag-handle,.section-drag-handle{display:inline-grid;min-width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#f7f8f5;color:var(--forest-2);cursor:pointer;font-size:.9rem;font-weight:800}.add-item-button{width:auto;padding:0 9px;border-color:#c9ddd4;background:#edf6f1}.add-item-button:hover,.card-icon-button:hover{border-color:#a9c8ba;background:var(--mint)}.delete-section-button{color:#8e5a55}.link-drag-handle,.section-drag-handle{color:#818a86;cursor:grab;letter-spacing:-.18em}.link-drag-handle:active,.section-drag-handle:active{cursor:grabbing}.library-heading h2,.section-heading h2:not(.section-title),.transfer-panel h2{margin:4px 0 0;font-size:1.2rem;letter-spacing:-.025em}.progress-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;border:1px solid #d4ddd7}.list-progress-card,.progress-dashboard-overall{border-top:4px solid var(--dashboard-color,var(--completion-color));box-shadow:0 5px 15px rgba(31,48,43,.055);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:20px}.list-progress-card h3,.progress-dashboard-label{min-width:0;margin:0;overflow:hidden;color:var(--ink);letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}.list-progress-card .checklist-meter,.progress-dashboard-overall .checklist-meter{grid-column:2;grid-row:1/span 2;justify-content:flex-end}.dashboard-progress-text{margin:0;color:var(--muted);font-size:.86rem;font-weight:650}.progress-dashboard-lists{display:contents}.list-progress-card[data-progress-level=low]{--dashboard-color:#c46b54}.list-progress-card[data-progress-level=medium]{--dashboard-color:#d19a32}.list-progress-card[data-progress-level=high]{--dashboard-color:#3c8b7c}.list-progress-card[data-progress-level=complete]{--dashboard-color:#197052}.list-progress-count{grid-column:1;color:var(--muted);font-size:.8rem;font-weight:650}.progress-dashboard-empty{align-self:stretch;margin:0;padding:18px;border:1px dashed #c2cec7;border-radius:12px;color:var(--muted);background:rgba(255,255,255,.62);font-size:.82rem}.checklist-lists{display:grid;gap:22px}.checklist-list{--list-completion-color:#87908c;overflow:hidden;border-left:5px solid var(--list-completion-color);box-shadow:0 12px 30px rgba(31,48,43,.09);transition:border-color 180ms,box-shadow 180ms,background 180ms}.checklist-list[data-progress-level=low]{--list-completion-color:#c46b54}.checklist-list[data-progress-level=medium]{--list-completion-color:#d19a32}.checklist-list[data-progress-level=high]{--list-completion-color:#3c8b7c}.checklist-list-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 15px 14px 18px;background:linear-gradient(110deg,color-mix(in srgb,var(--list-completion-color) 13%,#f4f7f5),#fff 72%)}.checklist-list-copy{display:flex;min-width:0;flex:1;align-items:center;justify-content:space-between;gap:18px}.checklist-list-title-group{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:7px 9px}.checklist-list-title-group h3{margin:0;overflow:hidden;color:var(--ink);font-size:1.2rem;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.checklist-auto-clear-badge{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;padding:3px 7px;border:1px solid #bad5c8;border-radius:999px;background:#edf6f1;color:var(--forest);font-size:.64rem;font-weight:800;line-height:1;white-space:nowrap}.checklist-auto-clear-badge::before{width:5px;height:5px;border-radius:50%;background:#3c8b7c;content:""}.checklist-list-actions,.checklist-list-manage{display:flex;align-items:center;gap:5px}.checklist-collapse-button{border-color:#c9d7cf;background:#fff}.checklist-reset-button.active{border-color:#9fc3b2;background:var(--mint);color:var(--forest);box-shadow:inset 0 0 0 1px rgba(36,86,80,.1)}.checklist-reset-config{display:grid;gap:12px;padding:14px 16px 16px;border-top:1px solid #d4dcd6;background:#fffdf8}.checklist-reset-config-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.checklist-reset-config-heading strong,.checklist-reset-option small,.checklist-reset-option strong{display:block}.checklist-reset-config-heading strong{color:var(--ink);font-size:.9rem}.checklist-reset-title-row{display:flex;min-width:0;align-items:center;gap:10px}.checklist-reset-toggle{display:inline-flex;align-items:center;gap:6px;padding:2px;border:0;background:0 0;color:var(--muted);cursor:pointer}.checklist-reset-toggle-track{position:relative;width:34px;height:19px;flex:0 0 auto;border-radius:999px;background:#c7ceca;box-shadow:inset 0 0 0 1px rgba(35,52,45,.1);transition:background 150ms}.checklist-reset-toggle-track i{position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(22,47,38,.24);transition:transform 150ms}.checklist-reset-toggle[aria-checked=true] .checklist-reset-toggle-track{background:var(--forest-2)}.checklist-reset-toggle[aria-checked=true] .checklist-reset-toggle-track i{transform:translateX(15px)}.checklist-reset-toggle-label{min-width:18px;font-size:.68rem;font-weight:800}.checklist-reset-close{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);cursor:pointer;font-size:1rem}.checklist-reset-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.checklist-reset-option{min-height:72px;padding:10px 11px;border:1px solid #d7ddd8;border-radius:11px;background:#fff;color:var(--ink);cursor:pointer;text-align:left;transition:border-color 150ms,background 150ms,box-shadow 150ms}.checklist-reset-option:hover{border-color:#a9c8ba;background:#f6faf7}.checklist-reset-option.active{border-color:var(--forest-2);background:#edf6f1;box-shadow:inset 0 0 0 1px rgba(36,86,80,.12)}.checklist-reset-option:disabled,.checklist-reset-option:disabled:hover{border-color:#e0e3e0;background:#f3f4f2;box-shadow:none;cursor:not-allowed;opacity:.52}.checklist-reset-option strong{font-size:.82rem}.checklist-reset-option small{margin-top:4px;color:var(--muted);font-size:.69rem;line-height:1.35}.checklist-list.collapsed .checklist-list-body{display:none}.checklist-list.collapsed .checklist-list-heading{min-height:74px;padding:13px 15px 13px 18px;background:linear-gradient(90deg,color-mix(in srgb,var(--list-completion-color) 8%,#f8faf8),#fbfcfa 48%,#fff 100%)}.checklist-list.collapsed{box-shadow:0 9px 24px color-mix(in srgb,var(--list-completion-color) 10%,transparent)}.checklist-list.collapsed .checklist-list-title-group h3{font-size:1.14rem}.checklist-list.collapsed .checklist-collapse-button{width:38px;height:38px;border-color:color-mix(in srgb,var(--list-completion-color) 30%,#c9d7cf);color:var(--list-completion-color)}.checklist-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px}.checklist-list-editor,.empty-checklist-workspace{width:100%;border:1px dashed #b7c9c0;border-radius:14px;background:#f7faf8}.checklist-list-editor{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;padding:12px}.empty-checklist,.empty-checklist-workspace{min-height:58px;color:var(--forest-2);cursor:pointer;font-weight:750}.empty-checklist{grid-column:1/-1;border:1px dashed #c4d1c9;border-radius:12px;background:#f8faf8}.actions-hidden .checklist-manage-action{display:none!important}.actions-hidden .checklist-category-heading{grid-template-columns:minmax(0,1fr) auto auto}.actions-hidden .check-item{grid-template-columns:22px minmax(0,1fr)}.checklist-category{--category-accent:#52796d;overflow:hidden;border-top:4px solid var(--category-accent);background:#fff;box-shadow:0 7px 18px rgba(31,48,43,.075);transition:border-color 160ms,box-shadow 160ms,transform 160ms}.checklist-category[data-category-tone="1"]{--category-accent:#477d70}.checklist-category[data-category-tone="2"]{--category-accent:#9a7044}.checklist-category[data-category-tone="3"]{--category-accent:#55728b}.checklist-category[data-category-tone="4"]{--category-accent:#806a8d}.check-item.dragging,.checklist-category.dragging{opacity:.46}.checklist-category.drag-over{border-color:var(--forest-2);box-shadow:0 0 0 3px rgba(36,86,80,.14)}.checklist-category-heading{display:grid;grid-template-columns:28px minmax(0,1fr) auto auto;align-items:center;gap:8px;min-height:54px;padding:9px 10px;border-bottom:1px solid color-mix(in srgb,var(--category-accent) 18%,#dde2dd);background:linear-gradient(105deg,color-mix(in srgb,var(--category-accent) 11%,#f7f9f7),#fff 88%)}.checklist-category-heading h3{margin:0;overflow:hidden;color:var(--ink);font-size:1rem;font-weight:790;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap}.checklist-category-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.checklist-category-heading>.count{min-width:38px;padding:3px 7px;border:1px solid color-mix(in srgb,var(--category-accent) 28%,#d8dfda);border-radius:999px;background:color-mix(in srgb,var(--category-accent) 9%,#fff);color:var(--category-accent);font-weight:800;text-align:center}.checklist-category-actions .delete-section-button,.checklist-list-manage .delete-section-button{color:#8e5a55}.check-group-drag,.check-task-drag{width:28px;height:28px;place-items:center;border:1px solid transparent;border-radius:8px;background:0 0;color:#7c8782;cursor:grab;font-weight:850;letter-spacing:-.2em}.check-group-drag:hover,.check-task-drag:hover{border-color:#cbd5cf;background:#fff;color:var(--forest-2)}.check-group-drag:active,.check-task-drag:active{cursor:grabbing}.checklist-category-title-input{min-height:32px;padding:4px 8px;font-size:1rem;font-weight:750}.checklist-task-list{display:grid;min-height:45px;gap:6px;transition:background 140ms,box-shadow 140ms}.checklist-task-list.drag-over{background:#edf6f1;box-shadow:inset 0 0 0 2px rgba(36,86,80,.16)}.empty-category{margin:4px;padding:9px;border:1px dashed #cbd4ce;border-radius:9px;color:var(--muted);font-size:.82rem;text-align:center}.checklist-category-editor,.checklist-task-editor{display:grid;gap:7px;padding:9px;border:1px solid #a9c8ba;border-radius:12px;background:#f5faf7;box-shadow:0 8px 20px rgba(24,35,33,.08)}.checklist-category-editor{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto auto}.check-item{position:relative;display:grid;grid-template-columns:28px 22px minmax(0,1fr) auto;align-items:center;gap:9px;color:var(--ink);box-shadow:0 1px 3px rgba(31,48,43,.035);font-size:.96rem;transition:background 180ms,border-color 180ms,box-shadow 180ms,transform 180ms}.check-item:hover{box-shadow:0 8px 20px rgba(31,48,43,.09);transform:translateY(-1px)}.check-task-text{min-width:0;cursor:pointer;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.check-task-actions{align-items:center;gap:4px}.check-task-actions .checklist-icon-button{width:34px;height:34px}.check-task-actions .checklist-icon-button svg{width:19px;height:19px}.check-item.complete{border-color:#bed8cc;box-shadow:0 4px 12px rgba(25,112,82,.08)}.check-toggle{display:grid;width:22px;height:22px;cursor:pointer}.check-toggle input{position:absolute;width:1px;height:1px;opacity:0}.check-visual{display:grid;width:22px;height:22px;place-items:center;border:2px solid #aeb8b3;background:#fff;box-shadow:inset 0 1px 2px rgba(31,48,43,.08);color:#fff;transition:border-color 160ms,background 160ms,box-shadow 160ms,transform 160ms}.check-visual::after{content:"✓";font-size:.84rem;font-weight:900;line-height:1;opacity:0;transform:scale(.35) rotate(-12deg);transition:opacity 140ms,transform 180ms cubic-bezier(.2, .8, .2, 1)}.check-toggle input:checked+.check-visual{border-color:var(--forest-2);background:var(--forest-2);box-shadow:0 0 0 4px rgba(36,86,80,.11)}.check-toggle input:checked+.check-visual::after{opacity:1;transform:scale(1) rotate(0)}.check-toggle input:focus-visible+.check-visual{outline:rgba(36,86,80,.22) solid 3px;outline-offset:3px}.remove-check,.remove-link{display:inline-grid;width:30px;height:30px;place-items:center;border:1px solid transparent;border-radius:50%;background:0 0;color:var(--muted);cursor:pointer;font-size:1.05rem}.remove-check:hover,.remove-link:hover{border-color:#efd4d1;background:#fff2f1;color:var(--red)}.panel-footnote{margin:12px 0 0}.library-heading{align-items:center}.library-title{line-height:1.15}.library-heading-copy{display:grid}.sections-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.resource-section{position:relative;overflow:hidden;border-color:color-mix(in srgb,var(--section-color) 22%,var(--line));border-top:5px solid var(--section-color,var(--forest-2));background:linear-gradient(180deg,color-mix(in srgb,var(--section-color) 8%,#fff) 0 88px,#fffefb 88px 100%);box-shadow:0 10px 26px color-mix(in srgb,var(--section-color) 8%,transparent)}.resource-section::after{content:"";position:absolute;border-radius:50%;background:color-mix(in srgb,var(--section-color) 11%,transparent)}.section-blue{--section-color:#336b7d}.section-green{--section-color:#38745c}.section-amber{--section-color:#b97a2d}.section-slate{--section-color:#65736f}.section-violet{--section-color:#735b7e}.section-teal{--section-color:#26706a}.section-gray{--section-color:#737a77}.section-meeting{--section-color:#b56f36}.resource-heading{position:relative;z-index:1;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center}.resource-heading h2{margin:0;letter-spacing:-.018em}.resource-heading .count{margin-left:auto;padding:4px 9px;border:1px solid color-mix(in srgb,var(--section-color) 22%,#d8dfda);border-radius:999px;background:color-mix(in srgb,var(--section-color) 7%,#fff);color:var(--section-color);font-size:.76rem;font-weight:800;white-space:nowrap}.section-title-editor{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin:-5px 0 16px;padding:12px;border:1px solid color-mix(in srgb,var(--section-color) 28%,#ccd5d0);border-radius:12px;background:color-mix(in srgb,var(--section-color) 5%,#fff);box-shadow:0 8px 20px rgba(24,35,33,.07)}.section-title-field{display:grid;min-width:0;gap:5px}.section-title-field>span{margin:0;color:var(--section-color);font-size:.72rem;font-weight:820;letter-spacing:.035em}.section-title-field input{width:100%;min-width:0;min-height:42px;padding:0 11px;border:1px solid color-mix(in srgb,var(--section-color) 28%,#cbd4cf);border-radius:9px;background:#fff;color:var(--ink);font-size:.95rem;font-weight:740}.section-title-editor-actions{display:flex;gap:7px}.section-rename-button[aria-expanded=true]{border-color:color-mix(in srgb,var(--section-color) 35%,#cbd3ce);background:color-mix(in srgb,var(--section-color) 11%,#fff);color:var(--section-color)}.section-icon{display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--section-color) 34%,transparent);background:var(--section-color);box-shadow:0 6px 14px color-mix(in srgb,var(--section-color) 22%,transparent);color:#fff;font-size:1rem;font-weight:850}.theme-panel{position:relative;z-index:2;display:grid;grid-template-columns:minmax(120px,1fr) auto auto;align-items:center;gap:12px;margin:-5px 0 16px;padding:11px 12px;border:1px solid color-mix(in srgb,var(--section-color) 25%,#d8dfda);border-radius:12px;background:color-mix(in srgb,var(--section-color) 5%,#fff);box-shadow:0 7px 18px rgba(24,35,33,.06)}.resource-setting-panel{margin-top:0;padding-right:48px;background:linear-gradient(145deg,color-mix(in srgb,var(--section-color) 8%,#f1f5f1),#fffaf2);box-shadow:inset 4px 0 0 color-mix(in srgb,var(--section-color) 72%,#52796d),0 8px 22px rgba(49,66,57,.09)}.resource-settings-close{position:absolute;top:9px;right:9px;display:grid;width:28px;height:28px;place-items:center;padding:0;border:1px solid color-mix(in srgb,var(--section-color) 22%,#d8d0c5);border-radius:8px;background:#fffdf8;color:#74695e;cursor:pointer;font-size:1.05rem;line-height:1}.theme-panel[hidden]{display:none}.theme-panel-copy{display:grid;min-width:0;gap:1px}.theme-panel-copy strong{color:var(--ink);font-size:.82rem;font-weight:820}.theme-panel-copy small{overflow:hidden;color:var(--muted);font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.theme-swatches{display:flex;align-items:center;gap:6px}.theme-swatch{position:relative;width:27px;min-width:27px;height:27px;padding:0;border:3px solid #fff;border-radius:50%;outline:1px solid color-mix(in srgb,var(--swatch-color,#6f7c77) 25%,#cbd2cd);background:var(--swatch-color,#6f7c77);box-shadow:0 2px 5px color-mix(in srgb,var(--swatch-color,#6f7c77) 20%,transparent);cursor:pointer}.theme-swatch:hover{transform:translateY(-1px) scale(1.06)}.theme-swatch.selected{outline:3px solid color-mix(in srgb,var(--swatch-color,var(--section-color)) 35%,#fff);outline-offset:1px}.theme-swatch.selected::after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:.66rem;font-weight:900}.theme-swatch-default{--swatch-color:#6f7c77;background:conic-gradient(#336b7d 0 25%,#38745c 0 50%,#b97a2d 0 75%,#735b7e 0)}.theme-custom-control{display:flex;min-height:32px;align-items:center;gap:7px;margin:0;padding-left:10px;border-left:1px solid color-mix(in srgb,var(--section-color) 18%,#d8dfda);color:var(--muted);font-size:.72rem;font-weight:750}.theme-custom-control>span{margin:0}.theme-custom-control input[type=color]{width:38px;height:30px;padding:3px;border:1px solid #cbd3ce;border-radius:8px;background:#fff;cursor:pointer}.theme-picker-button[aria-expanded=true]{border-color:color-mix(in srgb,var(--section-color) 35%,#cbd3ce);background:color-mix(in srgb,var(--section-color) 11%,#fff);color:var(--section-color);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--section-color) 12%,transparent)}.link-grid{display:grid;gap:10px;min-height:12px}.link-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid color-mix(in srgb,var(--section-color) 15%,var(--line));border-left:3px solid color-mix(in srgb,var(--section-color) 52%,#fff);border-radius:12px;background:linear-gradient(110deg,#fff 68%,color-mix(in srgb,var(--section-color) 5%,#fff));transition:border-color 140ms,transform 140ms,box-shadow 140ms}.link-card:hover{border-color:color-mix(in srgb,var(--section-color) 42%,#bdc8c3);box-shadow:0 9px 22px color-mix(in srgb,var(--section-color) 13%,transparent);transform:translateY(-1px)}.link-icon{display:grid;width:38px;height:38px;place-items:center;border:1px solid color-mix(in srgb,var(--section-color) 24%,#d8dfda);border-radius:11px;background:color-mix(in srgb,var(--section-color) 10%,#fff);color:var(--section-color)}.link-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.link-card.dragging,.resource-section.dragging{opacity:.45}.link-card.drag-over{border-color:var(--forest-2);box-shadow:inset 0 3px 0 var(--forest-2)}.resource-section.drag-over{border-color:var(--forest-2);box-shadow:0 0 0 3px rgba(36,86,80,.16),var(--shadow-sm)}.link-grid.drag-over-container{border-radius:10px;box-shadow:inset 0 0 0 2px rgba(36,86,80,.24)}.link-details{display:grid;min-width:0;gap:5px}.link-card a,.link-card strong{overflow:hidden;color:var(--ink);font-weight:750;line-height:1.3;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.link-card a:hover{color:var(--forest-2);text-decoration:underline}.link-card .link-details>span:not(.type-badge){color:var(--muted);font-size:.84rem}.type-badge{justify-self:start;width:fit-content;padding:3px 8px;border-radius:999px;background:#eef1ee;color:#53615c;font-size:.72rem;font-weight:800}.type-excel,.type-sharepoint{background:#e5f2eb;color:#32654e}.type-internal,.type-system{background:#e7f0f5;color:#315f70}.type-form,.type-portal{background:#eeecf6;color:#625779}.type-regulation,.type-report{background:#fff0dd;color:#8e5b20}.type-external,.type-reference{background:#f1ebf2;color:#6b526f}.type-map,.type-template{background:#eef1ee;color:#59645f}.type-meeting{background:#fff0e2;color:#9a5d28}.type-setup{background:#edf2ee;color:#69736e}.type-soon{background:#f0f1ef;color:#747c78}.type-custom{background:#e8f1f0;color:#315f5b}.link-drag-handle{width:40px;min-width:40px;height:40px;padding:0;border-radius:10px}.link-actions{display:flex;align-items:center;gap:5px;opacity:.78;transition:opacity 140ms}.link-card:focus-within .link-actions,.link-card:hover .link-actions{opacity:1}.inline-link-editor{display:grid;grid-template-columns:1fr;gap:7px;padding:10px;border:1px solid #a9c8ba;border-radius:11px;background:#f5faf7;box-shadow:0 8px 22px rgba(24,35,33,.08)}.inline-link-editor input{min-height:38px;padding:0 10px;font-size:.8rem}.link-icon-picker{min-width:0;margin:2px 0 0;padding:9px;border:1px solid #d4dfd9;border-radius:10px;background:rgba(255,255,255,.74)}.link-icon-picker legend{padding:0 5px;color:var(--muted);font-size:.72rem;font-weight:800}.link-icon-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(34px,1fr));gap:5px}.link-icon-option{display:grid;min-width:34px;height:34px;place-items:center;padding:0;border:1px solid #d7ded9;border-radius:8px;background:#fff;color:var(--muted);cursor:pointer}.link-icon-option:hover{border-color:color-mix(in srgb,var(--section-color) 45%,#cbd3ce);color:var(--section-color)}.link-icon-option.selected{border-color:var(--section-color);background:color-mix(in srgb,var(--section-color) 11%,#fff);color:var(--section-color);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--section-color) 18%,transparent)}.link-icon-option svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.inline-editor-actions{display:flex;justify-content:flex-end;gap:7px}.inline-cancel-button,.inline-save-button{min-height:38px;padding:0 11px;border-radius:8px;cursor:pointer;font:inherit;font-size:.75rem;font-weight:800}.inline-save-button{background:var(--forest);color:#fff}.inline-cancel-button{border:1px solid var(--line);background:#fff;color:var(--muted)}.add-section-card,.add-section-form{display:grid;place-content:center;gap:10px;padding:20px;border:1px dashed #aebdb6;border-radius:var(--radius);color:var(--forest-2)}.add-section-card{cursor:pointer}.add-section-card:hover{border-color:var(--forest-2);background:#f2f8f4}.add-section-card span{display:grid;width:40px;height:40px;place-items:center;margin:0 auto;border-radius:50%;background:var(--mint);font-size:1.35rem}.add-section-card strong{font-size:.85rem}.add-section-form{grid-template-columns:1fr auto auto;align-content:center}.add-section-form input{min-width:0}.show-more-button{width:100%;min-height:40px;margin-top:11px;border:1px solid color-mix(in srgb,var(--section-color) 20%,var(--line));border-radius:9px;background:color-mix(in srgb,var(--section-color) 5%,#f9faf8);color:var(--section-color);cursor:pointer;font:inherit;font-size:.82rem;font-weight:750}.empty-state{color:var(--muted)}.empty-state p{margin:8px 0;font-size:.83rem}.resource-section:not(.expanded) .link-card.collapsed-link{display:none}.resource-section.searching .link-card.collapsed-link{display:grid}.hidden,.link-card.hidden,.resource-section.hidden{display:none!important}.role-overview-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.role-overview-heading h2{color:var(--ink);letter-spacing:-.025em}.role-prompt-bar{display:flex;align-items:center;gap:13px;border:1px solid #dfe8e1;border-radius:11px}.role-prompt-label{flex:0 0 auto;color:var(--forest);font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.role-prompt-chips{display:flex;flex-wrap:wrap;gap:7px}.role-prompt-chip{min-height:30px;padding:5px 10px;border:1px solid #cfdad2;border-radius:999px;color:var(--muted);cursor:pointer;font:inherit;font-size:.76rem;font-weight:700}.role-prompt-chip.active,.role-prompt-chip:hover{border-color:var(--forest-2);background:var(--forest);color:#fff}.role-prompt-chip:focus-visible{outline:rgba(35,105,91,.18) solid 3px;outline-offset:2px}.role-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.role-overview-field{display:grid;align-content:start;gap:10px;min-width:0;border:1px solid #e0e7e1;border-radius:12px;transition:border-color 160ms,box-shadow 160ms}.role-overview-field small,.role-overview-field strong{display:block}.role-overview-field strong{color:var(--ink)}.role-overview-field small{margin-top:3px;color:var(--muted);font-size:.73rem;font-weight:500;line-height:1.45}.role-overview-field textarea{line-height:1.55}.decision-boundaries-grid,.ownership-boundaries-grid,.role-overview-field-wide{grid-column:1/-1}.decision-boundaries-grid,.ownership-boundaries-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.transfer-panel{grid-template-columns:minmax(0,1fr) minmax(260px,0.42fr);gap:34px}.handover-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.handover-check{display:flex;align-items:center;gap:8px;color:var(--muted)}.handover-check::before{content:"";flex:0 0 auto;border:1px solid var(--line-strong);border-radius:50%}.handover-check.complete{color:var(--forest);font-weight:700}.handover-check.complete::before{content:"✓";display:grid;place-content:center;border-color:var(--forest-2);background:var(--mint);color:var(--forest);font-size:.7rem}.transfer-actions{display:grid;align-content:center;gap:9px}.transfer-actions .primary-button,.transfer-actions .secondary-button{width:100%;text-align:center}.import-button{position:relative}.import-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.print-button{justify-self:center}.privacy-note{display:flex;align-items:center;gap:10px;border:1px solid #d6e3dc;border-radius:12px;color:var(--forest-2);font-size:.8rem}.privacy-note strong{white-space:nowrap}.app-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 auto 30px;border-top:1px solid var(--line);color:var(--muted);font-size:.74rem}body.modal-open{overflow:hidden}.confirm-modal{position:fixed;inset:0;z-index:1000;display:grid;padding:20px;place-items:center}.confirm-modal-backdrop{position:absolute;inset:0;background:rgba(16,28,26,.54);backdrop-filter:blur(4px)}.confirm-dialog{position:relative;display:grid;width:min(100%,460px);grid-template-columns:48px minmax(0,1fr);gap:15px;padding:24px;border:1px solid rgba(140,87,79,.22);border-radius:18px;background:#fffdfb;box-shadow:0 28px 70px rgba(16,28,26,.24);animation:180ms ease-out confirm-dialog-in}.confirm-dialog-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:#fff0ee;color:#a4483f;font-size:1.25rem;font-weight:900}.confirm-dialog-copy h2{margin:1px 0 7px;color:var(--ink);font-size:1.2rem;letter-spacing:-.025em}.confirm-dialog-copy p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55}.confirm-dialog-actions{display:flex;grid-column:1/-1;justify-content:flex-end;gap:9px;margin-top:5px}.danger-button{min-height:42px;padding:0 17px;border:1px solid #a64d43;border-radius:9px;background:#a64d43;color:#fff;cursor:pointer;font-weight:780}.danger-button:hover{border-color:#873c34;background:#873c34}.danger-button:focus-visible{outline:rgba(166,77,67,.24) solid 3px;outline-offset:3px}@keyframes confirm-dialog-in{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}:root{--canvas:#f3eee5;--canvas-deep:#e8dfd1;--paper:#fffdf8;--ink:#261c17;--muted:#746d65;--line:#ded4c5;--line-strong:#c9baa7;--forest:#173b35;--forest-2:#24564c;--mint:#e4ece4;--mint-bright:#bacbbd;--cocoa:#6b351d;--amber:#b9873d;--shadow-sm:0 1px 2px rgba(62, 39, 25, 0.05);--shadow:0 14px 38px rgba(66, 45, 30, 0.075);--radius:20px;--header-height:88px}body::before{position:fixed;z-index:-1;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");content:"";pointer-events:none}.app-header{padding-block:8px;border-bottom-color:rgba(107,53,29,.12);background:rgba(255,253,248,.92)}.company-logo-crop{width:166px;height:64px}.company-logo{width:204px}.header-brand{gap:16px}.brand-copy{padding-left:16px;border-left:1px solid rgba(107,53,29,.2)}.brand-copy strong,.checklist-list-title-group h3,.list-progress-card h3,.notes-panel h2,.progress-dashboard-label{font-family:Georgia,"Times New Roman",serif}.brand-copy strong{color:var(--forest);font-size:clamp(1.55rem, 2vw, 1.88rem);font-weight:600;letter-spacing:-.045em}.brand-kicker,.eyebrow,.section-kicker{color:var(--amber);font-size:.66rem;font-weight:850;letter-spacing:.18em}.date-pill,.header-button{min-height:44px;padding-inline:15px;border-color:#dfd3c2;background:rgba(255,253,248,.78)}.primary-button{min-height:46px;padding-inline:20px;border:1px solid rgba(255,255,255,.11);box-shadow:0 8px 20px rgba(23,59,53,.15)}.header-transfer-button{white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:8px}.header-transfer-button svg{width:17px;height:17px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.view-tabs{gap:12px;margin-bottom:0;padding-block:8px;border-bottom-color:rgba(107,53,29,.13);background:rgba(255,253,248,.93);box-shadow:none}.view-tab{min-height:48px;padding-inline:18px;border-radius:12px 12px 5px 5px;font-family:Georgia,"Times New Roman",serif;font-size:.98rem;font-weight:600}.view-tab.active{border-color:#ddcfbd;color:var(--forest);box-shadow:0 3px 0 var(--forest),0 8px 18px rgba(57,39,27,.07)}.checklist-workspace-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,0.65fr);align-items:start;gap:18px;margin-top:20px;margin-bottom:22px}.checklist-panel,.notes-panel{border-color:#d7cbbb;background:rgba(255,253,248,.95);box-shadow:var(--shadow)}.checklist-panel{padding:0;overflow:hidden;border-top:1px solid #d7cbbb}.checklist-panel>.section-heading{min-height:84px;margin:0;padding:19px 22px 16px;border-bottom:1px solid #e3d8ca;background:linear-gradient(130deg,#eef1e8,#f8f4eb)}.section-kicker{display:block;margin-bottom:3px}.checklist-panel>.section-heading h2{margin:0;color:#35251e;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-weight:600;letter-spacing:-.035em}.checklist-panel>.section-heading .checklist-toolbar-icon,.checklist-panel>.section-heading .text-button{border:1px solid #d3c7b8;background:rgba(255,253,248,.72);transition:border-color 150ms,background 150ms,color 150ms,box-shadow 150ms,transform 150ms}.checklist-panel>.section-heading .checklist-toolbar-icon:hover:not(.active),.checklist-panel>.section-heading .text-button:hover{border-color:#8eaa96;background:#e9f2e9;color:#1f5b49;box-shadow:0 5px 12px rgba(47,82,61,.14);transform:translateY(-2px)}.checklist-panel>.section-heading .checklist-toolbar-icon:hover:not(.active) svg{transform:scale(1.08)}.checklist-panel>.section-heading .checklist-toolbar-icon:active,.checklist-panel>.section-heading .text-button:active{box-shadow:0 2px 5px rgba(47,82,61,.1);transform:translateY(0) scale(.96)}.checklist-panel>.section-heading .checklist-toolbar-icon.active{border-color:#aebdad;background:#f7fbf5}.checklist-panel>.progress-dashboard{margin:20px 24px}.checklist-panel>.checklist-lists{margin:0 24px 24px}.progress-dashboard{grid-template-columns:minmax(260px,1.15fr) repeat(2,minmax(150px,0.72fr));gap:0;overflow:hidden;margin-bottom:20px;padding:0;border-color:#dfd3c2;border-radius:16px;background:linear-gradient(135deg,#faf6ee,#f2eee4)}.list-progress-card,.progress-dashboard-overall{min-height:126px;border:0;border-right:1px solid #dfd3c2;border-radius:0;background:0 0;box-shadow:none;transition:background 180ms,box-shadow 180ms}.checklist-panel[data-progress-level=empty] .progress-dashboard-overall,.list-progress-card[data-progress-level=empty]{background:rgba(112,108,101,.035)}.checklist-panel[data-progress-level=low] .progress-dashboard-overall,.list-progress-card[data-progress-level=low]{background:rgba(180,91,70,.065)}.checklist-panel[data-progress-level=medium] .progress-dashboard-overall,.list-progress-card[data-progress-level=medium]{background:rgba(199,145,42,.085)}.checklist-panel[data-progress-level=high] .progress-dashboard-overall,.list-progress-card[data-progress-level=high]{background:rgba(47,124,108,.07)}.checklist-panel[data-progress-level=complete] .progress-dashboard-overall,.list-progress-card[data-progress-level=complete]{background:rgba(25,112,82,.095);box-shadow:inset 0 4px 0 rgba(25,112,82,.72)}.list-progress-card:last-child{border-right:0}.list-progress-card h3,.progress-dashboard-label{color:#37261f;font-size:1rem;font-weight:600}.list-progress-card .checklist-meter,.progress-dashboard-overall .checklist-meter{min-width:auto}.list-progress-card{--dashboard-color:#87908c;--completion-color:var(--dashboard-color);grid-template-columns:1fr;align-content:center;gap:6px}.list-progress-card h3{overflow:visible;text-overflow:clip;white-space:normal}.list-progress-card .checklist-meter{grid-column:1;grid-row:auto;justify-content:flex-start}.list-progress-card .progress-orb{display:none}.list-progress-card .progress-copy{min-width:0;flex-direction:row;align-items:baseline;gap:7px}.list-progress-card .progress-copy strong{font-size:1.25rem}.list-progress-card .progress-copy small{font-size:.64rem}.list-progress-count{margin-top:0}.progress-orb{width:58px;height:58px;background:conic-gradient(var(--completion-color) var(--progress),#e4dbcd 0);box-shadow:0 4px 12px rgba(85,56,36,.08)}.progress-orb::before{background:#fffdf9}.progress-copy{min-width:54px}.progress-copy strong{color:#4b3327;font-family:Georgia,"Times New Roman",serif}.progress-dashboard-overall .progress-copy{align-items:center;text-align:center}.progress-dashboard-overall .progress-copy strong{display:inline-flex;min-width:4ch;align-items:baseline;justify-content:center;font-feature-settings:"lnum" 1,"tnum" 1;font-kerning:none;letter-spacing:0;line-height:1.05;text-align:center;transform:translateY(-1px)}.dashboard-progress-text{display:flex;align-items:center;flex-wrap:wrap;gap:7px 9px}.progress-state-badge{display:inline-flex;align-items:center;min-height:23px;padding:3px 8px;border:1px solid color-mix(in srgb,var(--completion-color) 32%,#d8cec0);border-radius:999px;background:color-mix(in srgb,var(--completion-color) 9%,#fffdf8);color:var(--completion-color);font-size:.67rem;font-weight:800;letter-spacing:.025em;line-height:1;text-transform:uppercase}.checklist-lists{gap:14px}.checklist-list{--list-header-start:#5f5a52;--list-header-end:#747068;border:1px solid #d6c9b7;border-left:5px solid var(--list-completion-color);border-radius:16px;background:#fbf8f1;box-shadow:0 10px 28px rgba(62,42,28,.07)}.checklist-list[data-progress-level=empty]{--list-header-start:#5f5a52;--list-header-end:#747068}.checklist-list[data-progress-level=low]{--list-header-start:#7e493f;--list-header-end:#9b6153}.checklist-list[data-progress-level=medium]{--list-header-start:#76591f;--list-header-end:#99752c}.checklist-list[data-progress-level=high]{--list-header-start:#285e56;--list-header-end:#3f7e72}.checklist-list[data-progress-level=complete]{--list-completion-color:#197052;--list-header-start:#15563f;--list-header-end:#247657;box-shadow:0 12px 30px rgba(25,112,82,.13)}.checklist-list-heading{min-height:74px;color:#fffdf8;background:linear-gradient(120deg,var(--list-header-start) 0,var(--list-header-end) 100%)}.checklist-list-progress{display:grid;min-width:166px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 10px;padding:8px 10px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:rgba(255,255,255,.1);color:#fffdf8}.checklist-list-progress-count,.checklist-list-progress-status{font-size:.68rem;font-weight:800;line-height:1}.checklist-list-progress-status{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checklist-list-progress-count{font-variant-numeric:tabular-nums;opacity:.9}.checklist-list-progress-track{display:block;height:5px;grid-column:1/-1;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.22)}.checklist-list-progress-track i{display:block;height:100%;border-radius:inherit;background:#fffdf8;box-shadow:0 0 8px rgba(255,255,255,.34);transition:width 260ms cubic-bezier(.2, .8, .2, 1)}.checklist-list-heading .checklist-icon-button,.checklist-list-heading .checklist-list-actions,.checklist-list-heading .checklist-list-progress,.checklist-list-heading .checklist-list-title-group h3{color:#fffdf8}.checklist-list-heading .checklist-icon-button{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.06)}.checklist-heading-clickable{cursor:pointer;transition:filter 160ms,box-shadow 160ms}.checklist-heading-clickable:hover{filter:brightness(1.035);box-shadow:inset 0 0 0 1px rgba(255,255,255,.09)}.checklist-category-heading .checklist-icon-button,.checklist-list-heading .checklist-icon-button{transition:border-color 150ms,background 150ms,color 150ms,box-shadow 150ms,transform 150ms}.checklist-category-heading .checklist-icon-button svg,.checklist-list-heading .checklist-icon-button svg{transition:transform 150ms}.checklist-list-heading .checklist-icon-button:hover{border-color:rgba(255,255,255,.58);background:rgba(255,255,255,.2);box-shadow:0 4px 11px rgba(25,16,10,.16);transform:translateY(-1px)}.checklist-category-heading .checklist-icon-button:hover svg,.checklist-list-heading .checklist-icon-button:hover svg{transform:scale(1.08)}.checklist-category-heading .checklist-icon-button:active,.checklist-list-heading .checklist-icon-button:active{transform:translateY(0) scale(.94)}.checklist-list.collapsed .checklist-list-heading{background:linear-gradient(120deg,#f7f2e9,#fffdf8)}.checklist-list.collapsed .checklist-icon-button,.checklist-list.collapsed .checklist-list-actions,.checklist-list.collapsed .checklist-list-progress,.checklist-list.collapsed .checklist-list-title-group h3{color:#3d3028}.checklist-list.collapsed .checklist-list-progress{border-color:color-mix(in srgb,var(--list-completion-color) 30%,#d8cdbf);background:color-mix(in srgb,var(--list-completion-color) 8%,#fffdf8)}.checklist-list.collapsed .checklist-list-progress-track{background:color-mix(in srgb,var(--list-completion-color) 18%,#e4dbcf)}.checklist-list.collapsed .checklist-list-progress-track i{background:var(--list-completion-color);box-shadow:none}.checklist-list.collapsed .checklist-list-heading .checklist-icon-button:hover{border-color:color-mix(in srgb,var(--list-completion-color) 52%,#c9d7cf);background:color-mix(in srgb,var(--list-completion-color) 14%,#fffdf8);color:var(--list-completion-color);box-shadow:0 4px 11px color-mix(in srgb,var(--list-completion-color) 15%,transparent)}.checklist-list-body{padding:14px;border-top:0;background:#fbf8f1}.checklist-groups{grid-template-columns:1fr;gap:12px}.checklist-category{--category-accent:#89847c;border:0;border-radius:12px;box-shadow:none}.checklist-category[data-progress-level=empty]{--category-accent:#89847c}.checklist-category[data-progress-level=low]{--category-accent:#b45b46}.checklist-category[data-progress-level=medium]{--category-accent:#b07c1f}.checklist-category[data-progress-level=high]{--category-accent:#397d70}.checklist-category[data-progress-level=complete]{--category-accent:#197052}.checklist-category-heading{border:1px solid #e1d7ca;border-left:4px solid var(--category-accent);border-bottom:0;border-radius:11px 11px 0 0;background:linear-gradient(100deg,color-mix(in srgb,var(--category-accent) 10%,#f7f3eb),#f8f5ee 76%)}.checklist-category-heading.checklist-heading-clickable:hover{filter:none;border-color:color-mix(in srgb,var(--category-accent) 36%,#d8cec1);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--category-accent) 8%,transparent)}.checklist-category-heading .checklist-icon-button:hover{border-color:color-mix(in srgb,var(--category-accent) 48%,#cfc5b8);background:color-mix(in srgb,var(--category-accent) 14%,#fffdf8);color:var(--category-accent);box-shadow:0 4px 10px color-mix(in srgb,var(--category-accent) 13%,transparent);transform:translateY(-1px)}.checklist-category-title{display:flex;min-width:0;align-items:center;gap:10px}.checklist-category-title-icon{display:inline-grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:1px solid color-mix(in srgb,var(--category-accent) 28%,#d8d0c5);border-radius:9px;background:color-mix(in srgb,var(--category-accent) 8%,#fffdf8);color:var(--category-accent);box-shadow:0 3px 10px color-mix(in srgb,var(--category-accent) 8%,transparent)}.checklist-category-title-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.checklist-category-title .checklist-category-title-input{width:100%;min-width:0}.checklist-category-icon-button.active{border-color:color-mix(in srgb,var(--category-accent) 42%,#c8beb0);background:color-mix(in srgb,var(--category-accent) 12%,#fff);color:var(--category-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--category-accent) 12%,transparent)}.checklist-category-icon-picker{position:relative;display:grid;gap:11px;margin:8px 10px;padding:14px 15px 16px 18px;overflow:hidden;border:1px solid color-mix(in srgb,var(--category-accent) 32%,#c9d0ca);border-radius:12px;background:linear-gradient(145deg,color-mix(in srgb,var(--category-accent) 11%,#eef3ef),#f5f1e9 74%);box-shadow:inset 4px 0 0 color-mix(in srgb,var(--category-accent) 72%,#52796d),0 8px 22px rgba(49,66,57,.11)}.category-icon-picker-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.category-icon-picker-heading>div{display:grid;gap:2px}.category-icon-picker-mode{width:max-content;margin-bottom:3px;padding:3px 7px;border:1px solid color-mix(in srgb,var(--category-accent) 30%,#c9d4cd);border-radius:999px;background:color-mix(in srgb,var(--category-accent) 12%,#fff);color:color-mix(in srgb,var(--category-accent) 82%,#254b42);font-size:.61rem;font-weight:850;letter-spacing:.06em;line-height:1;text-transform:uppercase}.category-icon-picker-heading small,.category-icon-picker-heading strong{display:block}.category-icon-picker-heading strong{color:#2f453d;font-size:.89rem}.category-icon-picker-heading small{color:#766c61;font-size:.72rem;line-height:1.35}.category-icon-picker-close{width:28px;height:28px;flex:0 0 auto;border:1px solid #ded4c7;border-radius:8px;background:#fffdf9;color:#75695d;cursor:pointer;font-size:1.05rem;line-height:1}.category-icon-default{display:flex;width:100%;align-items:center;gap:10px;padding:9px 11px;border:1px solid #ddd3c6;border-radius:10px;background:rgba(255,253,249,.94);color:#493b32;cursor:pointer;text-align:left}.category-icon-default.selected,.category-icon-default:hover{border-color:color-mix(in srgb,var(--category-accent) 42%,#cfc4b6);background:color-mix(in srgb,var(--category-accent) 7%,#fffdf9)}.category-icon-default.selected{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--category-accent) 14%,transparent)}.category-icon-default-mark{display:inline-grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--category-accent) 10%,#fff);color:var(--category-accent)}.category-icon-default-mark svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.category-icon-default>span:last-child{display:grid;gap:2px}.category-icon-default strong{font-size:.79rem}.category-icon-default small{color:#7a6f63;font-size:.68rem}.category-icon-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));gap:7px}.category-icon-option{display:grid;min-height:62px;place-items:center;gap:5px;padding:7px 5px 6px;border:1px solid #e1d8cc;border-radius:9px;background:rgba(255,253,249,.92);color:#6f665d;cursor:pointer}.category-icon-option.selected,.category-icon-option:hover{border-color:color-mix(in srgb,var(--category-accent) 46%,#cfc4b6);background:color-mix(in srgb,var(--category-accent) 8%,#fffdf9);color:var(--category-accent);transform:translateY(-1px)}.category-icon-option.selected{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--category-accent) 17%,transparent)}.category-icon-option svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.category-icon-option span{overflow:hidden;max-width:100%;font-size:.63rem;font-weight:750;line-height:1;text-overflow:ellipsis;white-space:nowrap}.category-icon-default:focus-visible,.category-icon-option:focus-visible,.category-icon-picker-close:focus-visible{outline:3px solid color-mix(in srgb,var(--category-accent) 28%,#fff);outline-offset:2px}.checklist-action-menu{position:fixed;z-index:120;display:grid;max-height:min(420px,calc(100vh - 24px));gap:4px;padding:7px;overflow-y:auto;border:1px solid #d8cec1;border-radius:12px;background:#fffdf9;box-shadow:0 16px 40px rgba(51,42,32,.2),0 2px 8px rgba(51,42,32,.08)}.category-action-menu{border:1px solid #d8cec1}.checklist-action-menu-heading{display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:8px;padding:3px 3px 6px 7px;border-bottom:1px solid #eee5da}.checklist-action-option-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.checklist-action-menu-heading>div{display:grid}.checklist-action-menu-heading strong{color:#3d3028;font-size:.8rem}.checklist-action-menu-close{width:28px;height:28px;border:1px solid #ddd3c6;border-radius:8px;background:#fffdf9;color:#776c60;cursor:pointer;font-size:1.05rem;line-height:1}.checklist-action-menu-options{display:grid;grid-template-columns:1fr;gap:2px}.checklist-action-option{display:grid;min-height:42px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;padding:5px 8px;border:1px solid transparent;border-radius:8px;background:0 0;color:#4b4037;cursor:pointer;text-align:left;transition:border-color 150ms,background 150ms}.checklist-action-option.active,.checklist-action-option:hover{border-color:#9fbdaf;background:#edf5f0}.checklist-action-option.danger{color:#8b514a}.checklist-action-option.danger:hover{border-color:#d5aaa3;background:#fcf1ef}.checklist-action-option-icon{display:inline-grid;width:30px;height:30px;place-items:center;border-radius:7px;background:#f2eee7;color:var(--forest-2)}.checklist-action-option.danger .checklist-action-option-icon{background:#f8e9e6;color:#98564e}.checklist-action-option strong{display:block;color:inherit;font-size:.76rem}.checklist-action-option small{margin-top:3px;color:#7b7065;font-size:.66rem;line-height:1.35}.checklist-category-menu-button.active,.checklist-list-menu-button.active{border-color:color-mix(in srgb,currentColor 34%,transparent);background:color-mix(in srgb,currentColor 12%,transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 10%,transparent)}.checklist-category-heading{grid-template-columns:minmax(0,1fr) auto auto}.check-group-drag,.check-task-actions,.check-task-drag{display:none}.checklist-list.arranging .checklist-category-heading{grid-template-columns:28px minmax(0,1fr) auto auto}.check-item.editing .check-task-actions,.check-item.editing .check-task-drag,.checklist-list.arranging .check-group-drag{display:inline-grid}.check-item.editing{grid-template-columns:28px 22px minmax(0,1fr) auto;background:#f9f5ed}.check-item.editing .check-task-actions{align-items:center}.checklist-batch-rename-input{width:100%;min-width:0;min-height:36px;padding:6px 9px;border:1px solid #b9cbbf;border-radius:8px;background:#fffdf9;color:var(--ink);font:inherit;font-weight:720;outline:0}.checklist-batch-rename-input:focus{border-color:var(--forest-2);box-shadow:0 0 0 3px rgba(36,86,80,.11)}.checklist-category-batch-title{font-size:.96rem}.check-task-rename-input{font-size:.91rem}.checklist-category.collapsed .checklist-task-list,.checklist-category.focus-collapsed .checklist-task-list{display:none}.checklist-category.collapsed .checklist-category-heading,.checklist-category.focus-collapsed .checklist-category-heading{border-bottom:1px solid #e1d7ca;border-radius:11px}.checklist-category-collapse-button:disabled{cursor:default;opacity:.58}.focus-incomplete .check-item.complete{display:none}.checklist-category[data-progress-level=complete] .checklist-category-heading{border-color:#bdd3c7;background:linear-gradient(100deg,#e6f1ea,#f2f7f3 76%)}.checklist-category-progress{display:flex;align-items:center;justify-content:flex-end;gap:6px}.checklist-category-status{color:var(--category-accent);font-size:.68rem;font-weight:800;white-space:nowrap}.checklist-category[data-progress-level=complete] .checklist-category-status::before{margin-right:4px;content:"✓"}.checklist-category-progress>.count{min-width:40px;padding:4px 7px;border:1px solid color-mix(in srgb,var(--category-accent) 30%,#d8dfda);border-radius:999px;background:color-mix(in srgb,var(--category-accent) 9%,#fff);color:var(--category-accent);font-size:.72rem;font-weight:850;font-variant-numeric:tabular-nums;line-height:1;text-align:center}.checklist-task-list{gap:0;padding:0;overflow:hidden;border:1px solid #e1d7ca;border-radius:0 0 11px 11px;background:#fffdf8}.check-item{grid-template-columns:22px minmax(0,1fr);--task-state-color:#b7aa99;min-height:54px;padding:7px 20px;border:0;border-bottom:1px solid #e8dfd3;border-radius:0;background:0 0;box-shadow:none}.check-item::before{position:absolute;inset:9px auto 9px 0;width:3px;border-radius:0 999px 999px 0;background:var(--task-state-color);content:"";opacity:.55;transform:scaleY(.58);transition:background 180ms,opacity 180ms,transform 180ms}.check-item:last-child{border-bottom:0}.check-item:hover{border-color:#e8dfd3;background:#f7f2e9;box-shadow:none;transform:none}.check-item.complete{--task-state-color:#197052;background:linear-gradient(90deg,#e4f1e8 0,#f0f6f1 68%,#edf5ef 100%);box-shadow:none}.check-item.complete::before{opacity:1;transform:scaleY(1)}.check-item.complete .check-task-text{text-decoration:line-through;text-decoration-color:#8fa69c;text-decoration-thickness:1.5px;color:#496359;text-decoration-color:#709488;text-decoration-thickness:1.5px}.check-item[data-task-state=pending]:hover{background:#faf6ee}.check-item[data-task-state=complete]:hover{background:linear-gradient(90deg,#deeee4 0,#edf5ef 100%)}.check-visual{border-color:#b7aa99;border-radius:6px}.notes-panel{position:sticky;top:calc(var(--header-height) + 82px);min-height:590px;padding:0;overflow:hidden}.notes-heading{display:flex;align-items:center;gap:13px;padding:20px;border-bottom:1px solid #d7cbbb;background:linear-gradient(130deg,#eef1e8,#f7f3e9)}.notes-icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid #aba;border-radius:12px;color:var(--forest);background:rgba(255,253,248,.7)}.notes-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.notes-panel h2{margin:0;color:var(--forest);font-size:1.3rem;font-weight:600}.notes-panel textarea{min-height:465px;padding:22px;border:0;border-radius:0;background:rgba(255,253,248,.94);font-family:Georgia,"Times New Roman",serif;font-size:.96rem;line-height:1.75;resize:vertical}.notes-panel textarea:focus{outline:0;box-shadow:inset 0 0 0 2px rgba(36,86,76,.16)}.notes-save-row{display:flex;align-items:center;gap:8px;min-height:48px;padding:0 20px;border-top:1px solid #e4dacd;color:#577263;background:#f4f1e8}.bottom-notes{margin-top:0}#handoverView,#workAreaView{padding-top:20px}.library-heading-copy,.role-overview-title-copy,.toolbar-title-copy{display:grid;gap:3px}.transfer-summary,.view-description{margin:0;color:var(--muted);font-size:.82rem;line-height:1.5}.work-toolbar{padding:0;overflow:hidden;border-color:#d7cbbb;background:rgba(255,253,248,.96);box-shadow:var(--shadow)}.work-toolbar .toolbar-heading{margin:0;padding:19px 22px 16px;border-bottom:1px solid #e3d8ca;background:linear-gradient(130deg,#eef1e8,#f8f4eb)}.work-toolbar .toolbar-title{color:#35251e;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-weight:600}.work-toolbar .search-box{grid-template-columns:24px minmax(0,1fr);gap:10px;margin:16px 22px 20px;padding-inline:15px;border-color:#d7cbbb;background:#fffdf8;box-shadow:inset 0 1px 2px rgba(62,42,28,.035)}.search-icon{width:20px;height:20px;fill:none;stroke:var(--forest-2);stroke-width:1.8;stroke-linecap:round;opacity:.78}.library-heading{margin:24px 4px 12px}.library-title{color:#35251e;font-family:Georgia,"Times New Roman",serif;font-size:1.7rem;font-weight:600;letter-spacing:-.035em}.sections-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;margin-top:18px}.resource-section{padding:0 18px 18px;border-width:4px 1px 1px;border-color:color-mix(in srgb,var(--section-color) 25%,#d8ccbd);border-radius:18px;background:#fffdf8;box-shadow:0 15px 36px color-mix(in srgb,var(--section-color) 9%,rgba(62,42,28,.08))}.resource-section-body{display:grid;min-width:0}.resource-section.collapsed:not(.searching) .resource-section-body{display:none}.resource-section.collapsed:not(.searching) .resource-heading{margin-bottom:-18px;border-bottom-color:transparent}.resource-section.searching .resource-heading{margin-bottom:16px}.resource-section::after{top:-54px;right:-48px;width:132px;height:132px;opacity:.72}.resource-heading{grid-template-columns:48px minmax(150px,1fr) auto;gap:12px;margin:0 -18px 16px;padding:16px 18px;border-bottom:1px solid color-mix(in srgb,var(--section-color) 17%,#ded5c9);background:linear-gradient(110deg,color-mix(in srgb,var(--section-color) 9%,#fbf8f1),#fffdf8 84%)}.resource-heading h2{color:#35251e;font-family:Georgia,"Times New Roman",serif;font-size:1.16rem;font-weight:600;line-height:1.15}.resource-heading .section-inline-actions{position:relative;z-index:2;flex-wrap:nowrap}.resource-heading-clickable,.resource-heading-clickable .checklist-icon-button{cursor:pointer}.resource-section .section-drag-handle{display:none;width:34px;min-width:34px;height:38px;border-color:color-mix(in srgb,var(--section-color) 22%,#d8d0c5);background:color-mix(in srgb,var(--section-color) 6%,#fffdf8);color:var(--section-color);letter-spacing:0}.resource-section .section-drag-handle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.sections-grid.arranging .resource-heading{grid-template-columns:34px 48px minmax(120px,1fr) auto}.sections-grid.arranging .section-drag-handle{display:inline-grid}.resource-section-menu-button.active{border-color:color-mix(in srgb,var(--section-color) 38%,#c8beb0);background:color-mix(in srgb,var(--section-color) 11%,#fff);color:var(--section-color);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--section-color) 11%,transparent)}.resource-action-menu{border:1px solid color-mix(in srgb,var(--section-color) 28%,#d0c6b9)}.resource-action-menu .checklist-action-option-icon{color:var(--section-color)}.work-section-title-input{width:100%;min-width:0;min-height:38px;padding:6px 9px;border:1px solid color-mix(in srgb,var(--section-color) 42%,#cfc5b8);border-radius:9px;background:#fffdf9;color:#35251e;font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;font-weight:600;outline:0}.work-section-title-input:focus{border-color:var(--section-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--section-color) 14%,transparent)}.section-icon{width:46px;height:46px;border-color:rgba(255,255,255,.34);border-radius:12px;box-shadow:0 7px 16px color-mix(in srgb,var(--section-color) 19%,transparent)}.link-grid{gap:9px}.link-card{min-height:68px;padding:10px 11px;border-color:color-mix(in srgb,var(--section-color) 17%,#ddd4c8);border-left-color:color-mix(in srgb,var(--section-color) 52%,#fff);background:linear-gradient(110deg,#fffdf9 70%,color-mix(in srgb,var(--section-color) 4%,#fff));box-shadow:0 2px 6px rgba(62,42,28,.025)}.link-card:not(.editing){grid-template-columns:42px minmax(0,1fr)}.link-card.editing{grid-template-columns:30px 42px minmax(0,1fr) 30px;background:color-mix(in srgb,var(--section-color) 5%,#fffdf9);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--section-color) 10%,transparent)}.link-card.editing:hover{transform:none}.link-card.editing .link-details{gap:6px}.link-icon-edit-button{padding:0;cursor:pointer;font:inherit;transition:border-color 150ms,background 150ms,box-shadow 150ms,transform 150ms}.link-icon-edit-button.active,.link-icon-edit-button:hover{border-color:color-mix(in srgb,var(--section-color) 52%,#c7bcae);background:color-mix(in srgb,var(--section-color) 17%,#fff);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--section-color) 12%,transparent);transform:translateY(-1px)}.link-icon-edit-button:focus-visible{outline:3px solid color-mix(in srgb,var(--section-color) 20%,transparent);outline-offset:2px}.work-link-label-input{border-style:dashed}.work-link-icon-picker{grid-column:2/-1;width:100%;margin-top:2px;border-color:color-mix(in srgb,var(--section-color) 28%,#d4dfd9);background:color-mix(in srgb,var(--section-color) 5%,#fffdf9)}.work-link-edit-input{width:100%;min-width:0;min-height:34px;padding:5px 9px;border:1px solid color-mix(in srgb,var(--section-color) 29%,#d8cec1);border-radius:8px;background:#fffdf9;color:var(--ink);font:inherit;font-size:.8rem;outline:0}.work-link-edit-input:first-child{font-weight:750}.work-link-edit-input:focus{border-color:var(--section-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--section-color) 12%,transparent)}.link-card.editing .link-drag-handle{width:30px;min-width:30px;height:30px;border-color:transparent;background:0 0;color:color-mix(in srgb,var(--section-color) 68%,#80766b);font-size:.85rem}.link-card.editing .link-drag-handle:hover{border-color:color-mix(in srgb,var(--section-color) 25%,#d8cec1);background:#fffdf9;color:var(--section-color)}.remove-work-link{display:inline-grid;width:30px;height:30px;place-items:center;padding:0;border:1px solid transparent;border-radius:8px;background:0 0;color:var(--muted);cursor:pointer;font-size:1.08rem;line-height:1}.remove-work-link:hover{border-color:#efd4d1;background:#fff2f1;color:var(--red)}.link-card a,.link-card strong{color:#352a24;font-size:.96rem}.add-section-card,.add-section-form{min-height:164px;border-color:#bdae9b;background:rgba(255,253,248,.62)}.transfer-workspace-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(330px,0.5fr);align-items:start;gap:18px}.role-overview-panel{margin:0;padding:0;overflow:hidden;border-color:#d7cbbb;background:rgba(255,253,248,.96);box-shadow:var(--shadow)}.role-overview-heading{margin:0;padding:21px 23px 18px;border-bottom:1px solid #e3d8ca;background:linear-gradient(130deg,#eef1e8,#f8f4eb)}.role-overview-heading h2{margin:0;color:#35251e;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-weight:600;letter-spacing:-.035em}.role-overview-heading .status{flex:0 0 auto;padding:7px 10px;border:1px solid #d3c7b8;border-radius:999px;background:rgba(255,253,248,.72);color:#5f7167;font-weight:700}.role-prompt-bar{margin:18px 22px 0;padding:11px 12px;border-color:#d8cdbf;background:#f6f1e8}.role-prompt-chip{border-color:#d4c8b9;background:#fffdf8}.role-overview-grid{gap:14px;margin:14px 0 0;padding:0 22px 22px}.role-overview-field{padding:16px;border-color:#e0d6ca;background:#fbf8f1}.role-overview-field:focus-within{border-color:#9eb5aa;background:#fffdf8;box-shadow:0 0 0 3px rgba(35,105,91,.08)}.role-overview-field strong{color:#382a23;font-family:Georgia,"Times New Roman",serif;font-size:.98rem;font-weight:600}.role-overview-field textarea{min-height:112px;border-color:#ddd2c5;border-radius:10px;background:#fffdf9}.decision-boundaries-grid,.ownership-boundaries-grid{gap:14px}.transfer-side{position:sticky;top:calc(var(--header-height) + 82px);display:grid;gap:14px}.transfer-panel{display:block;padding:24px;border-color:#d7cbbb;border-top:4px solid var(--forest);background:rgba(255,253,248,.97);box-shadow:var(--shadow)}.transfer-panel h2{margin:3px 0 0;color:#35251e;font-family:Georgia,"Times New Roman",serif;font-size:1.48rem;font-weight:600;letter-spacing:-.035em}.transfer-summary{margin-top:5px}.handover-checklist{grid-template-columns:1fr;gap:0;margin-top:17px;border-top:1px solid #e4dacf}.handover-check{min-height:38px;padding:7px 0;border-bottom:1px solid #ece4da;color:#70675f;font-size:.78rem}.handover-check::before{width:19px;height:19px;border-color:#c8baa9;background:#fffdf8}.transfer-actions{margin-top:20px;padding-top:19px;border-top:1px solid #e3d9cd}.transfer-actions .primary-button,.transfer-actions .secondary-button,.transfer-actions .text-button{min-height:44px}.transfer-actions .text-button{width:100%;justify-self:stretch}.privacy-note{margin:0;padding:15px 17px;border-color:#c9d5cc;background:#eaf1e9;line-height:1.5}.app-footer{width:min(1500px,calc(100% - 56px));min-height:0;justify-content:center;flex-wrap:wrap;gap:9px;margin-bottom:24px;padding:4px 0;border:0;border-radius:0;background:0 0;box-shadow:none;color:#817b73}.footer-brand,.footer-copyright,.footer-link,.footer-storage-status{display:flex;align-items:center}.footer-brand{min-width:0}.footer-brand strong{color:#7c766e;font-size:.72rem;font-weight:650;white-space:nowrap}.footer-version{margin-left:4px;color:#9a9288;font-size:.66rem;font-weight:600;letter-spacing:.04em}.footer-divider{color:#b9b2a9;font-size:.78rem}.footer-storage-status{gap:5px;padding:0;border:0;border-radius:0;background:0 0;color:#77867e;font-size:.7rem;font-weight:600;white-space:nowrap}.footer-storage-status svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-copyright,.footer-link{color:#817b73;font-size:.7rem;font-weight:600;white-space:nowrap}.footer-link{text-decoration:none;text-underline-offset:3px;transition:color 160ms}.footer-link:focus-visible,.footer-link:hover{color:var(--forest-2);text-decoration:underline}@media (max-width:1120px){.checklist-workspace-grid,.transfer-workspace-grid{grid-template-columns:1fr}.transfer-side{position:static}.notes-panel{position:static;min-height:420px}.notes-panel textarea{min-height:300px}}@media (max-width:1300px){.sections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1050px){.transfer-panel{grid-template-columns:1fr}}@media (max-width:720px){:root{--header-height:70px}.app-header{padding:9px 16px}#handoverView,#workAreaView{padding-top:14px}.checklist-panel>.section-heading,.role-overview-heading,.work-toolbar .toolbar-heading{padding:18px}.checklist-panel>.progress-dashboard{margin:18px}.checklist-panel>.checklist-lists{margin:0 18px 18px}.work-toolbar .search-box{margin:14px 18px 18px}.role-prompt-bar{margin:14px 16px 0}.role-overview-grid{padding:0 16px 18px}.company-logo-crop{width:132px;height:54px}.company-logo{width:164px}.brand-copy,.date-pill,.header-button{display:none}.header-actions{gap:7px}.header-actions .primary-button,.header-actions .secondary-button{min-height:40px;padding:0 11px;font-size:.76rem}main{width:min(100% - 22px,1280px);margin-top:0}.app-footer{width:calc(100% - 22px);min-height:0;margin-bottom:16px;padding:4px 0;border-radius:0}.footer-storage-status{padding:0;font-size:.68rem}.view-tabs{width:100vw;max-width:none;gap:6px;margin:0 0 14px 50%;padding:7px 8px;overflow:hidden;transform:translateX(-50%)}.view-tab{min-width:0;flex:1 1 0;justify-content:center;gap:4px;padding:0 4px;font-size:.73rem}.view-tab .tab-icon{width:18px;height:18px}.checklist-panel,.notes-panel,.role-overview-panel,.toolbar,.transfer-panel{border-radius:14px}.library-heading,.section-heading,.toolbar-heading{align-items:flex-start}.checklist-panel .section-heading{display:grid;gap:12px}.checklist-heading-actions{width:100%;justify-content:flex-start;gap:7px}.progress-dashboard{grid-template-columns:1fr;padding:9px}.list-progress-card,.progress-dashboard-overall{border-right:0;border-bottom:1px solid #dfd3c2;grid-template-columns:1fr;gap:10px}.list-progress-card:last-child{border-bottom:0}.progress-dashboard .progress-orb{width:50px;height:50px}.list-progress-card .checklist-meter,.progress-dashboard-overall .checklist-meter{grid-column:1;grid-row:auto;min-width:0;justify-content:flex-start}.list-progress-count{margin-top:0}.toolbar-heading{display:grid}.resource-heading{grid-template-columns:48px minmax(0,1fr)}.sections-grid.arranging .resource-heading{grid-template-columns:34px 48px minmax(0,1fr)}.resource-heading .section-inline-actions{grid-column:1/-1;flex-wrap:wrap;justify-content:flex-start}.theme-panel{grid-template-columns:1fr;gap:10px}.section-title-editor{grid-template-columns:1fr}.section-title-editor-actions{justify-content:flex-end}.theme-swatches{flex-wrap:wrap}.theme-custom-control{justify-content:space-between;padding:9px 0 0;border-top:1px solid color-mix(in srgb,var(--section-color) 18%,#d8dfda);border-left:0}.link-card{grid-template-columns:38px minmax(0,1fr);align-items:start}.link-card.editing{grid-template-columns:28px 34px minmax(0,1fr) 30px}.link-icon{width:34px;height:34px}.link-actions{grid-column:2;justify-self:end}.resource-actions-hidden .link-card{grid-template-columns:38px minmax(0,1fr)}.add-section-form,.checklist-groups,.decision-boundaries-grid,.handover-checklist,.ownership-boundaries-grid,.role-overview-grid,.sections-grid{grid-template-columns:1fr}.role-overview-heading{display:grid;gap:10px}.decision-boundaries-grid,.ownership-boundaries-grid,.role-overview-field-wide{grid-column:auto}.role-prompt-bar{display:grid;gap:8px}.role-overview-field{padding:13px}.library-heading{display:grid;gap:7px}.transfer-panel{padding:21px 18px}.checklist-category-editor,.checklist-list-editor{grid-template-columns:1fr}.checklist-list-heading{display:grid;grid-template-columns:minmax(0,1fr);align-items:flex-start;gap:10px}.checklist-list-copy{display:grid;width:100%;gap:7px}.checklist-list-title-group h3{overflow:visible;white-space:normal}.checklist-list-actions,.checklist-list-manage{flex-wrap:wrap;justify-content:flex-end}.checklist-reset-options{grid-template-columns:1fr}.checklist-list-actions{width:100%}.checklist-category-heading{grid-template-columns:minmax(0,1fr)}.checklist-category-progress{grid-column:1;justify-content:flex-start}.checklist-list.arranging .checklist-category-heading{grid-template-columns:28px minmax(0,1fr)}.checklist-list.arranging .checklist-category-progress{grid-column:2}.checklist-category-actions{grid-column:1/-1;justify-content:flex-start}.checklist-category-actions .checklist-icon-button{width:38px;height:38px}.checklist-action-menu-options{grid-template-columns:1fr}.checklist-heading-actions{flex-wrap:wrap}.checklist-meter{margin-right:0;gap:6px}.privacy-note{align-items:flex-start;flex-direction:column}.confirm-dialog{padding:20px}.confirm-dialog-actions{display:grid;grid-template-columns:1fr 1fr}}@media (max-width:520px){.app-header{gap:7px;padding:7px 10px}.company-logo-crop{width:94px;height:46px}.company-logo{width:120px}.header-actions{gap:5px}.header-actions .primary-button,.header-actions .secondary-button{min-height:38px;padding:0 7px;border-radius:8px;font-size:.7rem}.header-transfer-button{gap:5px}.header-transfer-button svg{width:15px;height:15px}}@media (max-width:390px){.view-tab{font-size:.68rem}.view-tab .tab-icon{width:16px;height:16px}}@media (max-width:340px){.company-logo-crop{width:82px;height:44px}.company-logo{width:106px}.header-actions .primary-button,.header-actions .secondary-button{padding-inline:6px;font-size:.67rem}.header-transfer-button{gap:0}.header-transfer-button svg{display:none}.app-footer{gap:6px;flex-wrap:wrap}.footer-brand strong{font-size:.68rem}.footer-storage-status{padding-inline:0;font-size:.66rem}.footer-copyright,.footer-link{font-size:.66rem}}@media (prefers-reduced-motion:reduce){.checklist-meter.progress-updated .progress-orb,.confirm-dialog{animation:none}}@media print{body{background:#fff;color:#111}#checklistView,#workAreaView,.app-header,.privacy-note,.transfer-actions,.view-tabs,footer{display:none!important}main{width:100%;margin:0}#handoverView[hidden]{display:block}.role-overview-panel,.transfer-panel{break-inside:avoid;box-shadow:none}input,textarea{border-color:#bbb;background:#fff}}