.cadence-page{min-height:100vh;color:var(--text);background:var(--page);transition:background .22s ease}.cadence-page.template-mode{background:var(--template-page)}.cadence-container{width:min(100%,1008px);margin:0 auto;padding:28px 24px 72px}.cadence-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:13px}.brand-mark{display:flex;width:44px;height:48px;flex:none;align-items:center;justify-content:center}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand h1{margin:0;color:var(--text);font-size:21px;font-weight:800;letter-spacing:-.02em}.brand p{margin:1px 0 0;color:var(--muted);font-size:13px;font-weight:500}.brand-text{min-width:0}.week-nav{display:flex;align-items:center;gap:4px;margin-top:2px}.week-nav-arrow{display:flex;width:24px;height:24px;flex:none;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:7px;cursor:pointer;color:var(--muted);background:var(--surface);transition:color .14s ease,background .14s ease,border-color .14s ease}.week-nav-arrow:hover:not(:disabled){color:var(--text);border-color:var(--faint);background:var(--hover)}.week-nav-arrow:disabled{cursor:not-allowed;opacity:.4}.week-nav-arrow svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.chevron-left{transform:rotate(90deg)}.chevron-right{transform:rotate(-90deg)}.week-picker-button{display:flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid transparent;border-radius:8px;cursor:pointer;color:var(--muted);background:transparent;font-size:13px;font-weight:500;transition:color .14s ease,background .14s ease,border-color .14s ease}.week-picker-button:hover,.week-picker-button.active{color:var(--text);border-color:var(--border);background:var(--hover)}.week-picker-button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.week-picker-caret{width:12px;height:12px;flex:none;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.dropdown-panel,.block-menu{position:fixed;z-index:80;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable both-edges;-webkit-overflow-scrolling:touch;padding:8px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 12px 32px rgb(var(--shadow-color) / 16%);animation:pop-in .12s ease-out}.dropdown-panel[data-side=top],.block-menu[data-side=top]{animation-name:pop-in-up}.dropdown-item{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;padding:8px 9px;border:0;border-radius:8px;cursor:pointer;color:var(--muted);background:transparent;font-size:13px;font-weight:600;text-align:left}.dropdown-item:hover:not(:disabled),.dropdown-item:focus-visible{color:var(--text);background:var(--hover);outline:none}.dropdown-item.active{color:var(--accent);background:var(--accent-soft)}.dropdown-tag{flex:none;padding:1px 7px;border-radius:999px;color:var(--accent);background:var(--accent-soft);font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.week-nav-today{padding:3px 10px;border:1px solid var(--border);border-radius:8px;cursor:pointer;color:var(--muted);background:var(--surface);font-size:12px;font-weight:600;white-space:nowrap}.week-nav-today:hover{color:var(--text);border-color:var(--faint);background:var(--hover)}.toolbar{display:flex;align-items:center;gap:10px}.settings-button{display:flex;width:36px;height:36px;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:10px;cursor:pointer;color:var(--muted);background:var(--surface);transition:color .14s ease,background .14s ease,border-color .14s ease}.settings-button:hover,.settings-button.active{color:var(--text);border-color:var(--faint);background:var(--hover)}.settings-button svg{width:16px;height:16px}.settings-menu-label{margin:4px 7px 7px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.density-options{display:grid;gap:2px}.density-options button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:8px 9px;border:0;border-radius:8px;cursor:pointer;color:var(--muted);background:transparent;font-size:13px;font-weight:600;text-align:left}.density-options button:hover{color:var(--text);background:var(--hover)}.density-options button.active{color:var(--accent);background:var(--accent-soft)}.density-check{visibility:hidden;font-size:14px}.density-options button.active .density-check{visibility:visible}.settings-divider{height:1px;margin:8px 0;background:var(--border)}.visible-day-options{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.visible-day-options button{display:flex;min-width:0;height:28px;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:7px;cursor:pointer;color:var(--muted);background:var(--surface-soft);font-size:11px;font-weight:700}.visible-day-options button:hover{color:var(--text);border-color:var(--faint);background:var(--hover)}.visible-day-options button.active{color:#fff;border-color:var(--accent);background:var(--accent)}.visible-day-options button:disabled{cursor:not-allowed;opacity:.6}.settings-toggles{display:grid;gap:2px}.settings-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px;border:0;border-radius:8px;cursor:pointer;color:var(--muted);background:transparent;font-size:13px;font-weight:600;text-align:left}.settings-toggle:hover{color:var(--text);background:var(--hover)}.settings-switch{position:relative;width:34px;height:20px;flex:none;border-radius:999px;background:var(--border);transition:background .14s ease}.settings-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--surface);box-shadow:0 1px 2px rgb(var(--shadow-color) / 30%);transition:transform .14s ease}.settings-toggle[aria-checked=true]{color:var(--text)}.settings-toggle[aria-checked=true] .settings-switch{background:var(--accent)}.settings-toggle[aria-checked=true] .settings-switch:after{transform:translate(14px)}.settings-action{width:100%;padding:9px;border:0;border-radius:8px;cursor:pointer;color:var(--accent);background:var(--accent-soft);font-size:13px;font-weight:700}.settings-action:hover{background:#5666f02e}.settings-toggle-label{display:inline-flex;align-items:center;gap:5px}.settings-help{position:relative;display:inline-flex;color:var(--muted);cursor:help}.settings-help svg{width:14px;height:14px;fill:none;stroke:currentcolor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.settings-help:hover{color:var(--accent)}.settings-help-tip{position:absolute;bottom:calc(100% + 8px);left:50%;z-index:30;width:210px;transform:translate(-50%);padding:8px 10px;border-radius:8px;background:var(--tooltip-bg, #1f2430);box-shadow:0 8px 20px rgb(var(--shadow-color) / 22%);color:#fff;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:normal;text-transform:none;white-space:normal;opacity:0;pointer-events:none;transition:opacity .12s ease}.settings-help-tip:after{content:"";position:absolute;top:100%;left:50%;border:5px solid transparent;border-top-color:var(--tooltip-bg, #1f2430);transform:translate(-50%)}.settings-help:hover .settings-help-tip,.settings-help:focus-visible .settings-help-tip{opacity:1}.mode-button{padding:8px 14px;border:1px solid var(--accent);border-radius:10px;cursor:pointer;color:var(--accent);background:var(--accent-soft);font-size:13px;font-weight:600;white-space:nowrap}.mode-button:hover{background:#5666f02e}.mode-button.active{color:#fff;background:var(--accent)}.add-block-button:hover,.block-actions button:hover,.block-menu button:hover,.block-menu button.active{background:var(--hover)}.day-rail-peek-button{display:flex;width:36px;height:36px;flex:none;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:10px;cursor:pointer;color:var(--muted);background:var(--surface);transition:color .14s ease,background .14s ease,border-color .14s ease}.day-rail-peek-button:hover{color:var(--text);border-color:var(--faint);background:var(--hover)}.day-rail-peek-button svg{width:18px;height:18px;fill:currentColor;stroke:none}.day-rail-anchor{position:relative;height:0;margin-top:22px}.day-rail-peek{position:absolute;z-index:15;top:0;left:0;right:0;padding:10px 12px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 12px 32px rgb(var(--shadow-color) / 16%);animation:pop-in .12s ease-out}.day-rail-peek .day-rail{margin:0}.day-rail{display:flex;gap:9px;overflow-x:auto;margin:22px 0 20px;padding-bottom:2px}.day-card{display:flex;flex:1 0 0;min-width:92px;flex-direction:column;gap:6px;padding:11px 13px;border:1.5px solid var(--border);border-radius:14px;cursor:pointer;color:var(--text);background:var(--surface-soft);text-align:left;transition:all .14s ease}.day-card:hover{border-color:var(--faint)}.day-card.selected,.day-card.drag-over{border-color:var(--accent)}.day-card.selected{background:var(--surface);box-shadow:0 6px 18px #5666f038}.day-card:has(.upcoming){opacity:.58;background:var(--page)}.day-name{color:var(--muted);font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.day-card:has(.today) .day-name{color:var(--accent)}.day-number{font-size:21px;font-weight:800;line-height:1}.day-default{color:var(--faint);font-size:12px;font-weight:700;letter-spacing:.02em}.day-status{color:var(--muted);font-size:11.5px;font-weight:600}.day-status.today{display:flex;align-items:center;gap:5px;color:var(--accent);font-weight:700}.day-status.upcoming{color:var(--faint)}.today-dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}.day-outline{min-height:320px;padding:22px 22px 20px;border-radius:18px;background:var(--surface);box-shadow:0 1px 2px rgb(var(--shadow-color) / 8%),0 10px 30px rgb(var(--shadow-color) / 12%)}.outline-heading{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-left:58px;margin-bottom:14px}.density-compact .outline-heading{margin-left:54px}.outline-heading h2{margin:0;font-size:24px;font-weight:800;letter-spacing:-.02em}.outline-heading>span{color:var(--muted);font-size:14px;font-weight:600}.outline-heading strong{padding:3px 10px;border-radius:20px;color:var(--accent);background:var(--accent-soft);font-size:12px;font-weight:700}.day-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:50px;margin-bottom:14px;padding:10px 14px;border-radius:11px;color:var(--accent);background:var(--accent-soft);font-size:13.5px;font-weight:600}.day-banner-unlock{flex-shrink:0;padding:6px 12px;border:none;border-radius:8px;background:var(--accent);color:#fff;font:inherit;font-size:12.5px;font-weight:700;cursor:pointer}.day-banner-unlock:hover{filter:brightness(1.06)}.outline-body.locked{-webkit-user-select:text;user-select:text}.outline-body.locked .block-editor,.outline-body.locked .block-textarea{cursor:text}.empty-state{padding:30px 4px 30px 58px;color:var(--faint);font-size:14.5px;font-weight:500}.density-compact .empty-state{padding-left:54px}.empty-state-action{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;text-align:left}.empty-state-action:hover{color:var(--text)}.outline-body.future,.outline-body.archived{opacity:.62}.outline-row{display:flex;align-items:flex-start;gap:8px;padding:5px 8px;border-radius:10px;transition:background .12s ease}.density-compact .outline-row{gap:6px;padding:2px 8px}.outline-row:hover{background:var(--row-hover)}.outline-row.dragging{opacity:.4}.outline-row.child-drop{background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}.row-tools{opacity:0;transition:opacity .12s ease}.outline-row:hover .row-tools,.outline-row:focus-within .row-tools{opacity:1}.outline-body.locked .outline-row:hover .row-tools,.outline-body.locked .outline-row:focus-within .row-tools{opacity:0}.drag-handle{display:flex;width:16px;flex:none;align-items:flex-start;justify-content:center;margin-top:3px;cursor:grab}.drag-dots{display:block;width:14px;height:16px;fill:var(--faint)}.caret-button,.caret-spacer{width:18px;height:22px;flex:none}.caret-button{display:flex;align-items:center;justify-content:center;margin-top:1px;padding:0;border:0;cursor:pointer;background:transparent}.caret-button svg{display:block;width:15px;height:15px;fill:none;stroke:var(--muted);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4;transition:transform .15s ease}.caret-button svg.collapsed{transform:rotate(-90deg)}.todo-marker{display:flex;width:19px;height:19px;flex:none;align-items:center;justify-content:center;margin-top:3px;padding:0;border:2px solid var(--faint);border-radius:6px;cursor:pointer;background:transparent;transition:all .12s ease}.density-compact .todo-marker,.density-compact .bullet-marker{width:17px;height:17px}.todo-marker.checked{border-color:var(--accent);background:var(--accent)}.todo-marker svg{width:12px;height:12px;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.2}.bullet-marker{display:flex;width:19px;flex:none;justify-content:center;margin-top:3px}.bullet-marker span{width:6px;height:6px;margin-top:7px;border-radius:50%;background:var(--muted)}.block-editor{min-width:30px;flex:1;padding:1px 2px;outline:none;color:var(--text);cursor:text;font-size:15.5px;font-weight:500;line-height:1.55;overflow-wrap:anywhere}.density-compact .block-editor{font-size:14px}.block-editor.toggle{font-weight:700}.block-editor.bold{font-weight:800}.block-editor.done{color:var(--done);text-decoration:line-through}.block-editor:empty:before{color:var(--placeholder);content:attr(data-placeholder);pointer-events:none}.block-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.block-link:hover{text-decoration-thickness:2px}.block-textarea{height:auto;flex:1;overflow:hidden;resize:none;-moz-tab-size:3;tab-size:3;margin-top:1px;padding:9px 13px;border:0;border-radius:10px;outline:none;color:var(--text);background:var(--surface);font-size:15.5px;line-height:1.5}.density-compact .block-textarea{font-size:14px}.block-textarea.bold{font-weight:800}.block-textarea.note{max-height:240px;overflow-y:auto;border-left:2px solid var(--accent);background:#5666f012}.block-textarea.code{max-height:240px;overflow-y:auto;padding:10px 13px;background:var(--surface-muted);color:var(--code-text);font-family:JetBrains Mono,ui-monospace,monospace;font-size:13.5px;line-height:1.55;white-space:pre}.density-compact .block-textarea.code{font-size:12.5px}.block-actions{display:flex;align-items:flex-start;gap:1px;flex:none;margin-top:1px;margin-left:auto}.block-actions button{display:flex;width:25px;height:25px;align-items:center;justify-content:center;padding:0;border:0;border-radius:7px;cursor:pointer;color:var(--muted);background:transparent;font-size:17px;line-height:1}.block-actions button svg{display:block;width:14px;height:14px}.block-children-collapse{display:grid;grid-template-rows:1fr;opacity:1;transition:grid-template-rows .2s ease,opacity .15s ease}.block-children-collapse.collapsed{grid-template-rows:0fr;opacity:0}.block-children-collapse>.block-children{min-height:0;overflow:hidden}.block-children{margin-left:26px;padding-left:6px;border-left:1.5px solid var(--tree-line)}.density-compact .block-children{margin-left:20px;padding-top:2px}.block-children:hover{border-left-color:var(--tree-line-hover)}.drop-line{height:2px;margin:1px 6px;border-radius:2px;background:var(--accent)}.add-block-button{display:flex;align-items:center;gap:7px;margin-left:58px;margin-top:8px;padding:6px 8px;border:0;border-radius:8px;cursor:pointer;color:var(--muted);background:transparent;font-size:14px;font-weight:600}.density-compact .add-block-button{margin-left:54px}.keyboard-hints{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:24px;color:var(--muted);font-size:12.5px;font-weight:500}.keyboard-hints span{padding:5px 11px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.keyboard-hints b{color:var(--text)}.menu-backdrop{position:fixed;z-index:59;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:transparent}.block-menu{z-index:60;min-width:206px}.menu-label{padding:6px 10px 5px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.block-menu button{display:flex;width:100%;align-items:center;gap:11px;padding:8px 10px;border:0;border-radius:9px;cursor:pointer;color:var(--text);background:transparent;text-align:left;font-size:14px;font-weight:600}.menu-glyph{display:flex;width:27px;height:27px;flex:none;align-items:center;justify-content:center;border-radius:8px;color:var(--accent);background:var(--accent-soft);font-size:13px;font-weight:700}.modal-layer{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px}.modal-backdrop{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;cursor:pointer;background:#181a3699;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:fade-in .12s ease}.confirm-modal{position:relative;z-index:71;display:flex;width:min(100%,440px);max-height:min(80vh,620px);flex-direction:column;padding:22px 22px 18px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 24px 70px rgb(var(--shadow-color) / 48%);animation:pop-in .14s ease}.confirm-modal-title{margin:0;color:var(--text);font-size:19px;font-weight:800;letter-spacing:-.01em}.confirm-modal-subtitle{margin:6px 0 0;color:var(--muted);font-size:14px;font-weight:500;line-height:1.5}.delete-preview{overflow-y:auto;margin:15px 0 4px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft)}.delete-preview-children{margin:0;padding:0;list-style:none}.delete-preview-node .delete-preview-children{margin-top:3px;margin-left:11px;padding-left:11px;border-left:1.5px solid var(--tree-line)}.delete-preview-row{display:flex;align-items:flex-start;gap:9px;padding:3px 0}.delete-preview-glyph,.delete-preview-check{display:flex;width:18px;height:18px;flex:none;align-items:center;justify-content:center;margin-top:1px}.delete-preview-glyph{color:var(--accent);font-size:13px;font-weight:700}.delete-preview-check{border:2px solid var(--faint);border-radius:6px}.delete-preview-check.done{border-color:var(--accent);background:var(--accent)}.delete-preview-check svg{width:11px;height:11px;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.2}.delete-preview-text{color:var(--text);font-size:14px;font-weight:500;line-height:1.5;overflow-wrap:anywhere}.delete-preview-text.done{color:var(--done);text-decoration:line-through}.delete-preview-text.empty{color:var(--placeholder);font-style:italic}.copy-field{display:flex;flex-direction:column;gap:7px;margin-top:14px}.copy-field-label{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.link-modal{width:min(100%,420px)}.link-field{display:flex;flex-direction:column;gap:7px;margin-top:14px}.link-field-label{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.link-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;color:var(--text);background:var(--surface-soft);font-size:15px}.link-input:focus{outline:none;border-color:var(--accent)}.copy-select{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;padding:9px 11px;border:1px solid var(--border);border-radius:10px;color:var(--text);background:var(--surface);font-size:14px;font-weight:500;cursor:pointer;text-align:left}.copy-select:hover,.copy-select.active{border-color:var(--faint);background:var(--hover)}.copy-select-caret{width:14px;height:14px;flex:none;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.copy-week-menu{min-width:0}.copy-day-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.copy-day{padding:8px 0;border:1px solid var(--border);border-radius:9px;color:var(--text);background:var(--surface);font-size:13px;font-weight:600;cursor:pointer}.copy-day:hover:not(:disabled){background:var(--hover)}.copy-day.active{color:#fff;border-color:var(--accent);background:var(--accent)}.copy-day:disabled{color:var(--placeholder);cursor:not-allowed;opacity:.5}.copy-checkbox{display:flex;align-items:center;gap:9px;margin-top:15px;color:var(--text);font-size:14px;font-weight:500;cursor:pointer}.copy-checkbox input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.confirm-copy{border:1px solid var(--accent);color:#fff;background:var(--accent)}.confirm-copy:hover:not(:disabled){filter:brightness(1.05)}.confirm-copy:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.confirm-copy:disabled{cursor:not-allowed;opacity:.55}.carry-modal{width:min(100%,460px)}.modal-close{position:absolute;top:14px;right:14px;display:flex;width:28px;height:28px;align-items:center;justify-content:center;padding:0;border:0;border-radius:8px;cursor:pointer;color:var(--muted);background:transparent;font-size:20px;line-height:1}.modal-close:hover{color:var(--text);background:var(--hover)}.carry-modal .confirm-modal-title{padding-right:32px}.carry-actions{display:flex;flex-direction:column;gap:9px;margin-top:18px}.carry-actions button{width:100%;padding:11px 14px;border-radius:11px;cursor:pointer;font-size:14px;font-weight:600}.carry-primary{border:1px solid var(--accent);color:#fff;background:var(--accent)}.carry-primary:hover{filter:brightness(1.05)}.carry-primary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.carry-secondary{border:1px solid var(--border);color:var(--text);background:var(--surface)}.carry-secondary:hover{background:var(--hover)}.carry-ghost{border:0;color:var(--muted);background:transparent}.carry-ghost:hover{color:var(--text);background:var(--hover)}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:16px}.confirm-modal-actions button{padding:9px 16px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600}.confirm-cancel{border:1px solid var(--border);color:var(--text);background:var(--surface)}.confirm-cancel:hover{background:var(--hover)}.confirm-delete{border:1px solid #e5484d;color:#fff;background:#e5484d}.confirm-delete:hover{background:#d33940;border-color:#d33940}.confirm-delete:focus-visible{outline:2px solid #e5484d;outline-offset:2px}.pwa-status{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;width:min(calc(100% - 32px),430px);align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--border);border-radius:14px;color:var(--text);background:var(--surface);box-shadow:0 12px 32px rgb(var(--shadow-color) / 20%);animation:pop-in-up .16s ease-out}.pwa-status strong{display:block;font-size:14px}.pwa-status p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.pwa-status-actions{display:flex;flex:none;gap:6px}.pwa-status-actions button{padding:7px 10px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:700}.pwa-update-button{border:1px solid var(--accent);color:#fff;background:var(--accent)}.pwa-dismiss-button{border:1px solid var(--border);color:var(--muted);background:var(--surface)}.pwa-dismiss-button:hover{color:var(--text);background:var(--hover)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pop-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:none}}@keyframes pop-in-up{0%{opacity:0;transform:translateY(4px) scale(.98)}to{opacity:1;transform:none}}.search-button{display:flex;width:36px;height:36px;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:10px;cursor:pointer;color:var(--muted);background:var(--surface);transition:color .14s ease,background .14s ease,border-color .14s ease}.search-button:hover{color:var(--text);border-color:var(--faint);background:var(--hover)}.search-button svg{width:15px;height:15px}.search-modal{width:min(100%,520px)}.search-input{width:100%;margin-top:14px;padding:10px 12px;border:1px solid var(--border);border-radius:10px;color:var(--text);background:var(--surface-soft);font-size:15px}.search-input:focus{outline:none;border-color:var(--accent)}.search-results{overflow-y:auto;display:flex;flex-direction:column;gap:3px;margin-top:12px}.search-status{margin:10px 2px;color:var(--muted);font-size:14px}.search-result{display:flex;width:100%;flex-direction:column;gap:2px;padding:8px 10px;border:0;border-radius:10px;cursor:pointer;text-align:left;color:var(--text);background:transparent}.search-result:hover{background:var(--hover)}.search-group+.search-group{margin-top:10px}.search-group-header{margin:0 2px 4px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.search-result-text{overflow:hidden;font-size:14px;white-space:nowrap;text-overflow:ellipsis}.search-result-text mark{border-radius:3px;color:inherit;background:var(--accent-soft)}.tools-button{display:flex;width:36px;height:36px;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:10px;cursor:pointer;color:var(--muted);background:var(--surface);transition:color .14s ease,background .14s ease,border-color .14s ease}.tools-button:hover,.tools-button.active{color:var(--text);border-color:var(--faint);background:var(--hover)}.tools-button svg{width:16px;height:16px}.tools-menu-items,.tools-menu-group{display:grid;gap:4px}.tools-menu-items .settings-action{display:flex;align-items:center;gap:8px;text-align:left}.tools-menu-items .settings-action svg{width:14px;height:14px;flex:none}.weekly-rollup-modal{width:min(100%,560px);max-height:min(90vh,900px)}.rollup-header{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px}.rollup-week-range{margin:0;color:var(--muted);font-size:14px;font-weight:600}.rollup-sections{overflow-y:auto;display:flex;flex-direction:column;gap:24px;margin-top:18px}.rollup-section{display:flex;min-width:0;flex-direction:column}.rollup-section-title{margin:0 0 10px;color:var(--muted);font-size:24px;font-weight:700}.rollup-empty{margin:0;color:var(--muted);font-size:14px;font-style:italic}.rollup-children{margin:0;padding:0;list-style:none}.rollup-node .rollup-children{margin-top:3px;margin-left:11px;padding-left:11px;border-left:1.5px solid var(--tree-line)}.rollup-row{display:flex;align-items:flex-start;gap:9px;padding:3px 0}.rollup-check{display:flex;width:18px;height:18px;flex:none;align-items:center;justify-content:center;margin-top:1px;border:2px solid var(--faint);border-radius:6px}.rollup-check.done{border-color:var(--accent);background:var(--accent)}.rollup-check svg{width:11px;height:11px;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.2}.rollup-text{color:var(--text);font-size:14px;font-weight:500;line-height:1.5;overflow-wrap:anywhere}.rollup-text.done{color:var(--done);text-decoration:line-through}.io-modal{width:min(100%,460px)}.io-body{margin-top:12px;display:flex;flex-direction:column;gap:8px}.io-body p{margin:0;color:var(--text);font-size:14px;line-height:1.55}.io-body .io-note{color:var(--muted)}.io-primary{width:auto}.io-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;margin-top:16px;padding:28px 16px;border:2px dashed var(--border);border-radius:12px;background:var(--surface);color:var(--text);cursor:pointer}.io-dropzone:hover:not(:disabled),.io-dropzone.drag-active{border-color:var(--accent);background:var(--accent-soft)}.io-dropzone:disabled{cursor:default;opacity:.75}.io-dropzone-title{font-size:14px;font-weight:700}.io-dropzone-hint{font-size:12px;color:var(--muted)}.io-file-input{display:none}.io-error{margin:12px 0 0;color:#e5484d;font-size:13px;font-weight:600}@media(max-width:749.98px){.cadence-container{padding:20px 14px 48px}.cadence-header{align-items:center;justify-content:center;text-align:center}.brand-text{text-align:center}.week-nav{justify-content:center}.toolbar{width:100%;justify-content:center}.weekly-rollup-modal{max-height:88vh}.rollup-sections{gap:18px}.day-rail{gap:4px}.day-card{min-width:0;padding:8px 4px;gap:3px;border-radius:10px;align-items:center;text-align:center}.day-name{font-size:10.5px;letter-spacing:.02em}.day-number{font-size:16px}.day-default{font-size:9px}.day-outline{padding:18px 12px 16px}.outline-row{gap:5px;padding-left:3px;padding-right:3px}.drag-handle{display:none}.pwa-status{right:16px;bottom:16px;align-items:flex-start;flex-direction:column;gap:12px}.pwa-status-actions{width:100%}.pwa-status-actions button{flex:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/TrueTodo-Pages/assets/manrope-latin-400-normal-PaqtzbVb.woff2) format("woff2")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/TrueTodo-Pages/assets/manrope-latin-500-normal-BYYD-dBL.woff2) format("woff2")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/TrueTodo-Pages/assets/manrope-latin-600-normal-4f0koTD-.woff2) format("woff2")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/TrueTodo-Pages/assets/manrope-latin-700-normal-BZp_XxE4.woff2) format("woff2")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/TrueTodo-Pages/assets/manrope-latin-800-normal-BfWYOv1c.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/TrueTodo-Pages/assets/jetbrains-mono-latin-400-normal-V6pRDFza.woff2) format("woff2")}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/TrueTodo-Pages/assets/jetbrains-mono-latin-500-normal-BWZEU5yA.woff2) format("woff2")}:root{font-family:Manrope,system-ui,sans-serif;color:var(--text);background:var(--page);font-synthesis:none;-webkit-font-smoothing:antialiased;--accent: #5666f0;--accent-soft: rgb(86 102 240 / 12%);--text: #20242f;--muted: #6c7288;--faint: #c7ccdb;--border: #e6e8f2;--page: #f5f6fb;--template-page: #f4ece0;--surface: #fff;--surface-soft: #fbfbfe;--surface-muted: #f0f0f0;--control: #eceef6;--hover: #eef0fe;--row-hover: #f1f2fa;--done: #b4b9c9;--placeholder: #c3c8d8;--code-text: #3b4152;--tree-line: #e8eaf4;--tree-line-hover: #c9cef0;--template-title: rgb(120 92 44 / 34%);--template-note: rgb(120 92 44 / 62%);--scroll-thumb: #dfe2ee;--shadow-color: 20 20 50}:root[data-theme=dark]{--accent: #8390ff;--accent-soft: rgb(131 144 255 / 16%);--text: #f1f3fa;--muted: #a7aec2;--faint: #687188;--border: #343b4d;--page: #11141b;--template-page: #1b1816;--surface: #1d222e;--surface-soft: #202530;--surface-muted: #1b1b1b;--control: #272c38;--hover: #2b3142;--row-hover: #242a37;--done: #6e768a;--placeholder: #666f84;--code-text: #d5daea;--tree-line: #303748;--tree-line-hover: #56617d;--template-title: rgb(222 180 112 / 38%);--template-note: rgb(232 198 143 / 68%);--scroll-thumb: #394052;--shadow-color: 0 0 0}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}button,textarea{font:inherit}button:focus-visible,[contenteditable]:focus-visible,textarea:focus-visible{outline:2px solid rgb(86 102 240 / 40%);outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{border:2px solid var(--page);border-radius:8px;background:var(--scroll-thumb)}
