.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}.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:2px 0 0;color:var(--muted);font-size:13px;font-weight:500;min-height:26px;display:flex;align-items:center}.brand-text{min-width:0}.week-nav{display:flex;align-items:center;gap:4px;margin-top:2px;min-height:24px}.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{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}.block-menu{position:fixed}.block-menu[data-side=top]{animation-name:pop-in-up}.dropdown{position:relative;display:inline-flex}.dropdown-panel{position:absolute;top:calc(100% + 6px);width:var(--dropdown-width, max-content);min-width:var(--dropdown-min-width, 100%);max-width:calc(100vw - 16px);max-height:var(--dropdown-max-height, calc(100dvh - 96px) )}.dropdown-panel[data-align=start]{left:0}.dropdown-panel[data-align=end]{right:0}.dropdown-options{display:flex;flex-direction:column}.dropdown-options .ui-button-block{width:auto}.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}.tools-control,.settings-control{position:relative;display:flex}.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}.settings-options{display:grid;gap:2px}.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-fill);background:var(--accent-fill)}.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-toggle-label{display:inline-flex;align-items:center;gap:5px}.help-tip{position:relative;display:inline-flex;color:var(--muted);cursor:help}.help-tip svg{width:14px;height:14px;fill:none;stroke:currentcolor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.help-tip:hover{color:var(--accent)}.help-tip-bubble{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}.help-tip-bubble:after{content:"";position:absolute;top:100%;left:50%;border:5px solid transparent;border-top-color:var(--tooltip-bg, #1f2430);transform:translate(-50%)}.help-tip:hover .help-tip-bubble,.help-tip:focus-visible .help-tip-bubble{opacity:1}.help-tip[data-placement=bottom-end] .help-tip-bubble{top:calc(100% + 8px);bottom:auto;left:auto;right:-4px;width:190px;transform:none}.help-tip[data-placement=bottom-end] .help-tip-bubble:after{top:auto;bottom:100%;left:auto;right:6px;transform:none;border-top-color:transparent;border-bottom-color:var(--tooltip-bg, #1f2430)}.ui-button{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid transparent;border-radius:10px;cursor:pointer;font-size:13px;font-weight:600;white-space:nowrap}.ui-button:disabled{cursor:default;color:var(--muted);background:var(--surface);opacity:.55}.ui-button-solid,.ui-button-outlined{color:var(--accent);background:var(--accent-soft)}.ui-button-solid:hover:not(:disabled),.ui-button-outlined:hover:not(:disabled){background:var(--accent-soft-hover)}.ui-button-outlined{border-color:var(--accent)}.ui-button-solid.active,.ui-button-outlined.active{color:#fff;background:var(--accent-fill)}.ui-button-quiet{padding:8px 9px;border-radius:8px;color:var(--muted);background:transparent}.ui-button-quiet:hover:not(:disabled),.ui-button-quiet:focus-visible{color:var(--text);background:var(--hover)}.ui-button-quiet.active{color:var(--accent);background:var(--accent-soft)}.ui-button-check{visibility:hidden;font-size:14px}.ui-button.active .ui-button-check{visibility:visible}.ui-button-block{width:100%;text-align:left}.ui-button-block .ui-button-trailing{margin-left:auto}.ui-button-leading,.ui-button-trailing{display:inline-flex;align-items:center}.ui-button-leading svg{width:14px;height:14px;flex:none}.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;min-height:68px}.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)}.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 0 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;margin-left:22px;margin-right:22px;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-fill);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:.72}.outline-row{position:relative;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.important:hover{background:var(--important-row-hover)}.outline-row.important .block-editor{color:var(--important)}.outline-row.important .block-editor.done,.important-marker.done{color:var(--important-done)}.important-marker{display:flex;width:19px;height:19px;flex:none;align-items:center;justify-content:center;margin-top:3px;color:var(--important);font-size:15px}.density-compact .important-marker{width:17px;height:17px;font-size:14px}.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 .drag-handle,.outline-body.locked .outline-row:focus-within .drag-handle{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-fill);background:var(--accent-fill)}.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-editor:focus-visible{border-radius:5px}.focus-outline-disabled .block-editor:focus-visible,.focus-outline-disabled .block-textarea:focus-visible{outline:none}.block-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.block-link:hover{text-decoration-thickness:2px}.block-textarea{flex:1;-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;white-space:pre-wrap;overflow-wrap:anywhere;cursor:text}.density-compact .block-textarea{font-size:14px}.block-textarea.bold{font-weight:800}.block-textarea:empty:before{color:var(--placeholder);content:attr(data-placeholder);pointer-events:none}.block-textarea.note{max-height:230px;overflow-y:auto;border-left:2px solid var(--accent);background:var(--note-bg)}.block-textarea.code{max-height:230px;overflow-x:auto;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{position:absolute;left:6px;right:6px;height:2px;border-radius:2px;background:var(--accent);pointer-events:none}.drop-line.before{top:0}.drop-line.after{bottom:0}.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:4px 9px 3px;color:var(--text);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:8px}.block-menu button{display:flex;width:100%;align-items:center;gap:8px;padding:5px 9px;border:0;border-radius:8px;cursor:pointer;color:var(--text);background:transparent;text-align:left;font-size:13px;font-weight:600}.menu-glyph{display:flex;width:22px;height:22px;flex:none;align-items:center;justify-content:center;border-radius:7px;color:var(--accent);background:var(--accent-soft);font-size:12px;font-weight:700}.menu-glyph svg{width:12px;height:12px}.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-fill);background:var(--accent-fill)}.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-destination-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.copy-destination{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:18px 10px;border:1px solid var(--border);border-radius:12px;cursor:pointer;color:var(--text);background:var(--surface);font-size:14px;font-weight:600;transition:border-color .12s ease,background .12s ease,color .12s ease}.copy-destination svg{width:22px;height:22px;color:var(--muted);transition:color .12s ease}.copy-destination:hover{border-color:var(--faint);background:var(--hover)}.copy-destination.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.copy-destination.active svg{color:var(--accent)}.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-fill);background:var(--accent-fill)}.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-fill);color:#fff;background:var(--accent-fill)}.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-fill);color:#fff;background:var(--accent-fill)}.carry-primary:hover{filter:brightness(1.05)}.carry-primary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.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}.rename-week-modal{width:min(100%,420px)}.rename-week-field{display:flex;flex-direction:column;gap:7px;margin-top:14px}.rename-week-label{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.rename-week-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;color:var(--text);background:var(--surface-soft);font-size:15px}.rename-week-input:focus{outline:none;border-color:var(--accent)}.rename-week-hint{margin-top:10px;color:var(--muted);font-size:13px}.toast-stack{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;flex-direction:column-reverse;gap:12px;width:min(calc(100% - 32px),430px)}.toast{display:flex;width:100%;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:toast-in .22s ease-out}.toast.toast-exiting{animation:toast-out .22s ease-in forwards}.toast strong{display:block;font-size:14px}.toast p{margin:0;color:var(--muted);font-size:14px;line-height:1.4}.toast strong+p{margin-top:3px}.toast-actions{display:flex;flex:none;gap:6px}.toast-actions button{padding:7px 10px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:700}.toast-action-button{border:1px solid var(--accent-fill);color:#fff;background:var(--accent-fill)}.toast-dismiss-button{border:1px solid var(--border);color:var(--muted);background:var(--surface)}.toast-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}}@keyframes toast-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(24px)}}.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 .ui-button{padding:9px}.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-fill);background:var(--accent-fill)}.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}.history-flyout{position:fixed;z-index:82;display:flex;flex-direction:column;gap:2px;overflow-y:auto;overscroll-behavior:contain;padding:6px;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}.history-item{display:flex;align-items:center;gap:9px;width:100%;padding:7px 9px;border:0;border-radius:8px;cursor:pointer;color:var(--text);background:transparent;font-size:13px;font-weight:600;text-align:left}.history-item:hover,.history-item:focus-visible{background:var(--hover)}.history-item-icon{flex:none;width:12px;height:12px;color:var(--accent)}.history-item-label{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.history-item.undone{color:var(--muted);opacity:.6}.history-item.undone .history-item-icon{color:var(--muted)}.history-empty{margin:0;padding:8px 9px;color:var(--muted);font-size:13px;font-style:italic}.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-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}.onboarding-layer{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;animation:fade-in .16s ease}.onboarding-layer-intro{display:flex;align-items:center;justify-content:center;padding:20px}.onboarding-catcher{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);transition:backdrop-filter .22s ease,-webkit-backdrop-filter .22s ease}.onboarding-layer-intro .onboarding-catcher{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.onboarding-catcher.locked{cursor:default}.onboarding-spotlight{position:fixed;border-radius:14px;box-shadow:0 0 0 9999px #10122a9e,inset 0 0 0 2px var(--accent);pointer-events:none;transition:top .26s ease,left .26s ease,width .26s ease,height .26s ease}.onboarding-card{position:relative;z-index:81;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:0 24px 70px rgb(var(--shadow-color) / 48%);animation:pop-in .18s ease}.onboarding-card-intro{width:min(100%,520px);max-height:min(88vh,780px);padding:28px 26px 18px}.onboarding-card-spotlight{position:fixed;width:min(360px,calc(100vw - 24px));max-height:min(80vh,560px);padding:18px 20px 14px;transition:top .26s ease,left .26s ease}.onboarding-content{display:flex;overflow-y:auto;flex-direction:column}.onboarding-logo{width:138px;height:138px;margin:2px auto 16px}.onboarding-title{margin:0;color:var(--text);font-size:26px;font-weight:800;letter-spacing:-.02em;text-align:center}.onboarding-card-spotlight .onboarding-title{padding-right:30px;font-size:17px;text-align:left}.onboarding-body{color:var(--text);font-size:14.5px;font-weight:500;line-height:1.6}.onboarding-card-spotlight .onboarding-body{font-size:13.5px;line-height:1.55}.onboarding-body p{margin:12px 0 0}.onboarding-body strong{font-weight:700}.onboarding-body .onboarding-prompt{font-weight:600}.onboarding-list{display:flex;flex-direction:column;margin:12px 0 0;padding:0;gap:9px;list-style:none}.onboarding-list li{display:flex;align-items:center;gap:10px}.onboarding-glyph{display:flex;width:22px;min-width:22px;height:22px;align-items:center;justify-content:center;border-radius:7px;background:var(--accent-soft);color:var(--accent);font-size:11px}.onboarding-inline-caret{width:14px;height:14px;fill:none;stroke:var(--muted);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4;vertical-align:-2px}.onboarding-themes{display:grid;margin-top:18px;gap:10px;grid-template-columns:repeat(3,1fr)}.onboarding-theme{display:flex;flex-direction:column;align-items:center;padding:15px 8px 12px;border:1px solid var(--border);border-radius:14px;cursor:pointer;background:var(--page);color:var(--text);gap:7px;transition:transform .12s ease,box-shadow .12s ease}.onboarding-theme:hover{transform:translateY(-2px)}.onboarding-theme.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.onboarding-theme-icon{display:flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--accent);font-size:15px}.onboarding-theme-label{font-size:14px;font-weight:700}.onboarding-theme-hint{color:var(--muted);font-size:11.5px;font-weight:500}.onboarding-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:18px;padding-top:14px;border-top:1px solid var(--border);gap:12px}.onboarding-card-spotlight .onboarding-footer{margin-top:14px;padding-top:12px}.onboarding-actions{display:flex;align-items:center;gap:8px}.onboarding-back,.onboarding-next{padding:9px 16px;border-radius:11px;cursor:pointer;font-size:14px;font-weight:600}.onboarding-next{border:1px solid var(--accent-fill);background:var(--accent-fill);color:#fff;font-weight:700}.onboarding-next:hover{filter:brightness(1.05)}.onboarding-back{border:0;background:transparent;color:var(--muted)}.onboarding-back:hover{background:var(--hover);color:var(--text)}@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}.toolbar,.brand-text{position:relative}.tools-control,.settings-control,.brand-text .dropdown{position:static}.toolbar .dropdown-panel,.brand-text .dropdown-panel{left:0;right:0;width:auto;min-width:0;max-width:none}.weekly-rollup-modal{max-height:88vh}.rollup-sections{gap:18px}.day-rail{gap:4px;min-height:53px}.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 0 16px}.day-banner{margin-left:12px;margin-right:12px}.outline-row{gap:5px;padding-left:3px;padding-right:3px}.drag-handle{display:none}.toast-stack{right:16px;bottom:16px}.toast{align-items:flex-start;flex-direction:column;gap:12px}.toast-actions{width:100%}.toast-actions button{flex:1}.onboarding-card-intro{padding:22px 18px 14px}.onboarding-logo{width:104px;height:104px;border-radius:24px}.onboarding-title{font-size:22px}.onboarding-themes{grid-template-columns:1fr;gap:8px}.onboarding-theme{flex-direction:row;justify-content:flex-start;padding:10px 14px;gap:12px}.onboarding-theme-hint{margin-left:auto}}@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}:root,.theme-tokens-light{--accent: #5666f0;--accent-fill: var(--accent);--accent-soft: rgb(86 102 240 / 12%);--accent-soft-hover: rgb(86 102 240 / 18%);--note-bg: rgb(86 102 240 / 7%);--focus-ring: rgb(86 102 240 / 40%);--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;--important: #e5484d;--important-row-hover: rgb(229 72 77 / 13%);--important-done: #f7c7c9;--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],.theme-tokens-dark{--accent: #96a1ff;--accent-fill: #5b68e4;--accent-soft: rgb(150 161 255 / 16%);--accent-soft-hover: rgb(150 161 255 / 24%);--note-bg: rgb(150 161 255 / 10%);--focus-ring: rgb(150 161 255 / 45%);--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;--important: #ff7b7f;--important-row-hover: rgb(255 123 127 / 18%);--important-done: #7a474f;--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}:root[data-theme=sepia],.theme-tokens-sepia{--accent: #a05a2c;--accent-fill: var(--accent);--accent-soft: rgb(160 90 44 / 14%);--accent-soft-hover: rgb(160 90 44 / 22%);--note-bg: rgb(160 90 44 / 9%);--focus-ring: rgb(160 90 44 / 40%);--text: #3f3527;--muted: #8a7a5f;--faint: #c9b997;--border: #ddceb0;--page: #f1e7d0;--template-page: #e9dcbd;--surface: #f9f2e3;--surface-soft: #f5edda;--surface-muted: #ece2cf;--control: #e6dbc3;--hover: #ede2ca;--row-hover: #efe6d0;--done: #b3a586;--important: #cf2f24;--important-row-hover: rgb(180 48 42 / 17%);--important-done: #e79f92;--placeholder: #c2b493;--code-text: #5a4d38;--tree-line: #e0d3b8;--tree-line-hover: #cbb98f;--template-title: rgb(120 92 44 / 40%);--template-note: rgb(120 92 44 / 66%);--scroll-thumb: #d8c8a8;--shadow-color: 60 45 20}*{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 var(--focus-ring);outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{border:2px solid var(--page);border-radius:8px;background:var(--scroll-thumb)}
