:root{--paper:#f2f1eb;--surface:#fbfbf8;--ink:#20221f;--muted:#777970;--line:#deded5;--lime:#c8ef73;--lime-deep:#8cb239;--blue:#3454f5;--blue-soft:#e8ebff;--orange:#f1814a;--shadow:0 20px 60px #2a2b2517}*{box-sizing:border-box}html{background:var(--paper)}body{background:radial-gradient(circle at 82% 5%, #c8ef7324, transparent 25rem), var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #3454f533}.app-shell{min-height:100dvh}.sidebar{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfbf8d1;border-right:1px solid #deded5e6;flex-direction:column;width:246px;padding:28px 22px 24px;display:flex;position:fixed;inset:0 auto 0 0}.brand{letter-spacing:-.04em;cursor:pointer;background:0 0;border:0;align-items:center;gap:11px;padding:0;font-size:18px;font-weight:800;display:inline-flex}.brand-mark{background:var(--ink);width:39px;height:39px;color:var(--lime);letter-spacing:-.06em;border-radius:13px 13px 13px 4px;place-items:center;font-size:12px;display:grid}.side-nav{scrollbar-width:thin;flex-direction:column;gap:4px;min-height:0;margin-top:28px;display:flex;overflow-y:auto}.side-nav button{color:#686a62;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:13px;grid-template-columns:26px 1fr auto;align-items:center;gap:9px;min-height:41px;padding:0 13px;font-size:12px;font-weight:650;transition:all .18s;display:grid}.side-nav button:hover{color:var(--ink);background:#ecece5}.side-nav button.active{background:var(--ink);color:#fff}.side-nav button b{min-width:21px;color:inherit;text-align:center;background:#20221f14;border-radius:99px;padding:2px 6px;font-size:10px}.side-nav button.active b{background:var(--lime);color:var(--ink)}.nav-mark{text-align:center;font-size:14px}.sidebar-note{border:1px solid var(--line);background:#f5f5f0;border-radius:14px;margin-top:12px;padding:12px}.sidebar-note span{color:var(--lime-deep);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.sidebar-note p{color:#62645d;margin:6px 0 0;font-size:10px;line-height:1.45}.add-button{background:var(--lime);cursor:pointer;border:0;border-radius:14px;min-height:48px;margin-top:13px;font-weight:800}.add-button span{margin-right:7px}.sidebar-user{border-top:1px solid var(--line);grid-template-columns:34px 1fr 26px;align-items:center;gap:9px;margin-top:12px;padding:10px 8px;display:grid}.user-avatar,.mobile-logout{background:var(--blue-soft);color:var(--blue);border-radius:10px;place-items:center;font-size:11px;font-weight:850;display:grid}.user-avatar{width:34px;height:34px}.user-details{min-width:0}.user-details strong,.user-details small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.user-details strong{font-size:10px}.user-details small{color:var(--muted);margin-top:2px;font-size:8px}.sidebar-user>button{color:#999b92;cursor:pointer;background:0 0;border:0;border-radius:8px;width:26px;height:26px}.sidebar-user>button:hover{color:var(--ink);background:#e9e9e3}.main{min-height:100dvh;margin-left:246px}.page-content{width:min(100%,1080px);margin:0 auto;padding:58px 50px 90px}.eyebrow{color:#82847b;letter-spacing:.12em;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:800;display:block}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.065em;margin-bottom:9px;font-size:clamp(35px,4.3vw,58px);line-height:.98}.hero-row{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.hero-row>div:first-child>p,.page-head p{max-width:590px;color:var(--muted);margin:0;font-size:15px;line-height:1.6}.day-capacity{border-left:1px solid #cfd0c7;flex:0 0 158px;padding:15px 18px}.day-capacity span,.day-capacity small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:750;display:block}.day-capacity strong{letter-spacing:-.05em;margin:3px 0;font-size:26px;display:block}.day-capacity small{font-size:9px}.quick-capture{text-align:left;cursor:pointer;background:#fbfbf8cc;border:1px solid #d3d4ca;border-radius:18px;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;width:100%;min-height:65px;margin:40px 0 35px;padding:10px 20px 10px 13px;transition:all .18s;display:grid;box-shadow:0 7px 20px #20221f09}.quick-capture:hover{box-shadow:var(--shadow);border-color:#b9bab1;transform:translateY(-1px)}.quick-capture>span{background:var(--lime);border-radius:11px;place-items:center;width:35px;height:35px;font-size:20px;display:grid}.quick-capture b{font-size:14px}.quick-capture em{color:#989a92;font-size:11px;font-style:normal;font-weight:650}.section-block{margin-top:25px}.section-title{color:#55574f;letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:11px;font-size:11px;font-weight:800;display:flex}.section-title>div{align-items:center;gap:8px;display:flex}.section-title>span{color:#999b93}.live-dot{background:var(--orange);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #f1814a1f}.task-list{flex-direction:column;gap:9px;display:flex}.task-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;grid-template-columns:34px minmax(0,1fr) 28px 34px;align-items:center;gap:11px;min-height:76px;padding:10px 14px;transition:all .18s;display:grid;box-shadow:0 4px 12px #23241f06}.task-card:hover{transform:translateY(-1px);box-shadow:0 10px 30px #23241f12}.task-card.done{opacity:.58}.task-card.done h3{text-decoration:line-through}.check{width:28px;height:28px;color:var(--ink);cursor:pointer;background:0 0;border:1.5px solid #c8c9c1;border-radius:9px;font-weight:900}.check:hover{border-color:var(--lime-deep);background:var(--lime)}.check:disabled{opacity:.32;cursor:not-allowed;background:#efefe9}.check:disabled:hover{background:#efefe9;border-color:#c8c9c1}.task-card.done .check{border-color:var(--ink);background:var(--ink);color:var(--lime)}.task-body{text-align:left;cursor:pointer;background:0 0;border:0;min-width:0;padding:7px 0}.task-title-line{align-items:center;gap:8px;display:flex}.task-title-line h3{letter-spacing:-.02em;margin:0;font-size:14px;font-weight:750}.important-star{color:var(--orange);font-size:12px}.task-meta{color:#878980;flex-wrap:wrap;align-items:center;gap:7px 15px;margin-top:7px;font-size:10px;font-weight:650;display:flex}.task-meta>span:not(:first-child):not(.project-pill):before{content:"·";color:#c5c6bd;margin-right:12px}.task-meta .overdue{color:#d15e35}.draft-pill,.project-pill{border-radius:6px;padding:3px 7px}.draft-pill{color:#a95f39;background:#f0e7df}.project-pill{background:var(--blue-soft);color:var(--blue)}.goal-pill{color:#637d26}.recurrence-pill{color:var(--blue)}.delegated-pill{color:#9c5a27}.today-pill{color:#536f1d}.plan-toggle{border:1px solid var(--line);color:#b1b3aa;cursor:pointer;background:#f2f2ec;border-radius:9px;width:27px;height:27px}.plan-toggle:hover,.plan-toggle.active{color:#58751e;background:#e8f6cb;border-color:#9ebd5d}.plan-toggle.unavailable{visibility:hidden;pointer-events:none}.more{color:#a7a9a0;letter-spacing:.06em;cursor:pointer;background:0 0;border:0;font-weight:900}.empty-focus{background:#fbfbf885;border:1px dashed #c9cac0;border-radius:20px;grid-template-columns:64px 1fr auto;align-items:center;gap:20px;min-height:165px;padding:25px;display:grid}.empty-orbit{border:1px solid #ced0c4;border-radius:50%;place-items:center;width:60px;height:60px;display:grid;box-shadow:inset 0 0 0 10px #f5f5ef}.empty-orbit span{background:var(--lime);border-radius:50%;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.empty-focus h3{letter-spacing:-.03em;margin-bottom:5px;font-size:16px}.empty-focus p{max-width:440px;color:var(--muted);margin-bottom:0;font-size:12px;line-height:1.55}.empty-focus button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:11px;padding:10px 14px;font-size:11px;font-weight:750}.two-columns{grid-template-columns:1.5fr 1fr;gap:18px;margin-top:30px;display:grid}.compact-block{margin-top:0}.mini-list{border:1px solid var(--line);background:#fbfbf8a6;border-radius:16px;overflow:hidden}.mini-list button{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #e6e6df;grid-template-columns:25px 1fr;align-items:center;gap:7px;width:100%;padding:13px 15px;display:grid}.mini-list button:last-child{border-bottom:0}.mini-list button:hover{background:#fff}.mini-list strong,.mini-list small{display:block}.mini-list strong{margin-bottom:3px;font-size:11px}.mini-list small{color:var(--muted);font-size:9px}.mini-star{color:#d0d1c8;font-size:11px}.mini-star.active{color:var(--orange)}.quiet-empty{border:1px dashed var(--line);color:var(--muted);border-radius:16px;margin:0;padding:24px;font-size:11px}.draft-card{background:var(--ink);color:#fff;border-radius:17px;align-self:end;padding:18px}.draft-card>div{align-items:center;gap:12px;display:flex}.draft-icon{width:36px;height:36px;color:var(--lime);background:#343631;border-radius:11px;place-items:center;display:grid}.draft-card strong,.draft-card small{display:block}.draft-card strong{font-size:12px}.draft-card small{color:#aeb0a8;margin-top:3px;font-size:9px}.draft-card button{background:var(--lime);cursor:pointer;border:0;border-radius:10px;width:100%;margin-top:14px;padding:9px;font-size:10px;font-weight:800}.draft-card button:disabled{color:#85877e;background:#3c3e39}.page-head{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:34px;display:flex}.page-head h1{margin-bottom:10px}.primary{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:12px;min-height:44px;padding:0 18px;font-size:12px;font-weight:800;transition:all .18s}.primary:hover{background:#343632;transform:translateY(-1px)}.primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.head-add{flex:none}.filters{scrollbar-width:none;gap:7px;margin-bottom:19px;display:flex;overflow-x:auto}.filters button{border:1px solid var(--line);color:#777970;cursor:pointer;background:#fbfbf899;border-radius:99px;flex:none;padding:8px 13px;font-size:10px;font-weight:750}.filters button.active{border-color:var(--ink);background:var(--ink);color:#fff}.large-list .task-card{min-height:82px}.generic-empty{text-align:center;border:1px dashed #c7c8bf;border-radius:24px;max-width:490px;margin:65px auto;padding:44px 32px}.generic-empty>span{background:var(--lime);border-radius:16px;place-items:center;width:50px;height:50px;margin:0 auto 18px;font-size:24px;display:grid}.generic-empty h3{letter-spacing:-.035em;margin-bottom:7px}.generic-empty p{max-width:330px;color:var(--muted);margin:0 auto 20px;font-size:12px;line-height:1.6}.project-list{flex-direction:column;gap:9px;display:flex}.project-row{border:1px solid var(--line);background:var(--surface);border-radius:16px;transition:all .18s;overflow:hidden;box-shadow:0 4px 12px #23241f06}.project-row:hover{border-color:#d1d2c8;box-shadow:0 9px 25px #23241f0e}.project-row.done{opacity:.62}.project-summary{grid-template-columns:42px minmax(0,1fr) 145px 34px 38px;align-items:center;gap:10px;min-height:78px;padding:9px 13px;display:grid}.project-expand,.project-inline-add,.project-more{cursor:pointer;border:0}.project-expand{color:#74766d;background:#f0f0ea;border-radius:11px;grid-template-columns:1fr;align-content:center;place-items:center;gap:1px;width:38px;height:48px;display:grid}.project-expand:hover{background:var(--blue-soft);color:var(--blue)}.project-expand>span{font-size:21px;line-height:15px;transition:transform .18s}.project-row.expanded .project-expand>span{transform:rotate(90deg)}.project-expand small{font-size:8px;font-weight:800}.project-main{text-align:left;cursor:pointer;background:0 0;border:0;min-width:0;padding:7px 0}.project-label{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:850}.project-main strong,.project-main small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.project-main strong{letter-spacing:-.025em;margin:3px 0 4px;font-size:14px}.project-main small{color:var(--muted);font-size:9px}.project-progress-cell{min-width:0}.progress-track{background:#ebebe5;border-radius:99px;height:5px;overflow:hidden}.progress-track span{background:var(--blue);border-radius:99px;height:100%;display:block}.project-progress-cell small{color:#8b8d84;text-align:right;margin-top:6px;font-size:8px;display:block}.project-inline-add{background:var(--blue-soft);width:32px;height:32px;color:var(--blue);border-radius:10px;font-size:18px}.project-inline-add:hover{background:var(--blue);color:#fff}.project-more{color:#a7a9a0;letter-spacing:.04em;background:0 0;width:36px;height:32px;font-weight:900}.project-more:hover{color:var(--ink)}.project-steps{background:#f7f7f2;border-top:1px solid #e7e7df;padding:0 13px 13px 65px}.project-details{color:var(--muted);margin:0;padding:13px 3px 9px;font-size:10px;line-height:1.5}.project-step-list{background:var(--surface);border:1px solid #e0e0d8;border-radius:12px;overflow:hidden}.project-step-row{border-bottom:1px solid #e9e9e2;grid-template-columns:31px minmax(0,1fr) 32px;align-items:center;gap:9px;min-height:53px;padding:6px 9px;display:grid}.project-step-row:last-child{border-bottom:0}.project-step-row.done{opacity:.56}.project-step-row.done strong{text-decoration:line-through}.project-step-row .check{width:27px;height:27px}.project-step-main{text-align:left;cursor:pointer;background:0 0;border:0;min-width:0;padding:4px 0}.project-step-main strong,.project-step-main span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.project-step-main strong{font-size:11px}.project-step-main span{color:var(--muted);margin-top:4px;font-size:8px}.project-empty-steps{color:var(--muted);text-align:center;border:1px dashed #d2d3ca;border-radius:12px;margin:0;padding:18px;font-size:10px}.project-add{width:100%;color:var(--blue);cursor:pointer;background:#ecece6;border:0;border-radius:10px;margin-top:8px;padding:10px;font-size:9px;font-weight:800}.project-add:hover{background:var(--blue-soft)}.idea-intro{background:var(--blue-soft);border:1px solid #d7dbf7;border-radius:17px;align-items:center;gap:16px;margin-bottom:24px;padding:17px 20px;display:flex}.idea-intro>span{background:var(--blue);color:#fff;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.idea-intro strong{margin-bottom:3px;font-size:11px;display:block}.idea-intro p{color:#656d9b;margin:0;font-size:10px;line-height:1.5}.idea-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.idea-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;flex-direction:column;min-height:255px;display:flex;overflow:hidden}.idea-main{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;padding:22px}.idea-number{color:var(--blue);letter-spacing:.13em;font-size:8px;font-weight:850}.idea-card h3{letter-spacing:-.04em;margin:20px 0 10px;font-size:18px;line-height:1.25}.idea-card p{color:var(--muted);font-size:11px;line-height:1.6}.idea-card small{color:var(--blue);font-size:9px;font-weight:750}.idea-actions{border-top:1px solid var(--line);display:flex}.idea-actions button{min-height:44px;color:var(--blue);cursor:pointer;background:#f6f6f1;border:0;flex:1;font-size:9px;font-weight:800}.idea-actions button+button{border-left:1px solid var(--line)}.idea-actions button.ghost{color:#8e9088;flex:0 0 76px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#17191685;place-items:center;padding:20px;animation:.16s ease-out fade;display:grid;position:fixed;inset:0}.delete-confirm-backdrop{z-index:120;background:#1719169e}.delete-confirm{background:var(--surface);border:1px solid #ffffff52;border-radius:24px;width:min(100%,430px);padding:28px;animation:.2s ease-out rise;box-shadow:0 35px 90px #10110f4d}.delete-confirm-mark{color:#b64d2a;background:#ffe8de;border-radius:13px;place-items:center;width:42px;height:42px;margin-bottom:20px;font-size:25px;font-weight:500;display:grid}.delete-confirm h2{letter-spacing:-.045em;margin:7px 0 10px;font-size:25px}.delete-confirm>p{color:#50534c;margin:0 0 9px;font-size:12px;line-height:1.55}.delete-confirm>small{color:var(--muted);font-size:9px;line-height:1.5;display:block}.delete-confirm-actions{grid-template-columns:1fr 1fr;gap:9px;margin-top:24px;display:grid}.delete-confirm-actions button{cursor:pointer;border-radius:11px;min-height:43px;font-size:10px;font-weight:850}.delete-confirm-actions button:disabled{opacity:.58;cursor:wait}.cancel-button{border:1px solid var(--line);color:#666960;background:#f3f3ed}.delete-confirm-button{color:#fff;background:#b8512f;border:1px solid #c85f3b}.delete-confirm-button:hover{background:#a74728}.sheet{background:var(--surface);border-radius:24px;width:min(100%,660px);max-height:calc(100dvh - 32px);padding:25px;animation:.22s ease-out rise;overflow-y:auto;box-shadow:0 35px 90px #10110f40}.sheet-handle{display:none}.sheet-top{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.sheet-top h2{letter-spacing:-.05em;text-overflow:ellipsis;white-space:nowrap;max-width:510px;margin-bottom:20px;font-size:25px;overflow:hidden}.close{color:#777970;cursor:pointer;background:#efefe9;border:0;border-radius:10px;width:34px;height:34px;font-size:21px}.kind-switch{background:#ecece6;border-radius:13px;grid-template-columns:repeat(4,1fr);gap:5px;margin-bottom:14px;padding:4px;display:grid}.kind-switch button{color:#787a72;cursor:pointer;background:0 0;border:0;border-radius:10px;min-height:37px;font-size:10px;font-weight:800}.kind-switch button.active{background:var(--surface);color:var(--ink);box-shadow:0 3px 10px #1f211d12}.field{display:block}.field.full{margin-bottom:15px}.field>span{color:#66685f;letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;margin:0 2px 6px;font-size:9px;font-weight:800;display:flex}.field em{color:#aaaca4;letter-spacing:0;text-transform:none;font-style:normal;font-weight:600}.field input,.field textarea,.field select{width:100%;color:var(--ink);background:#fff;border:1px solid #d7d8cf;border-radius:12px;font-size:12px}.field input,.field select{height:44px;padding:0 13px}.field textarea{resize:vertical;padding:12px 13px;line-height:1.5}.field input::placeholder,.field textarea::placeholder{color:#b0b2aa}.form-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:15px;display:grid}.duration-chips{gap:6px;margin:-5px 0 16px;display:flex}.duration-chips button{border:1px solid var(--line);color:#777970;cursor:pointer;background:#f5f5ef;border-radius:9px;flex:1;min-height:32px;font-size:9px;font-weight:750}.duration-chips button.active{border-color:var(--ink);background:var(--ink);color:#fff}.recurrence-field{margin:0 0 16px}.recurrence-field>span{color:#66685f;letter-spacing:.04em;text-transform:uppercase;margin:0 2px 6px;font-size:9px;font-weight:800;display:block}.recurrence-switch{background:#ecece6;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:5px;padding:4px;display:grid}.recurrence-switch button{color:#777970;cursor:pointer;background:0 0;border:0;border-radius:9px;min-height:34px;font-size:9px;font-weight:750}.recurrence-switch button.active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #1f211d12}.weekday-chips{grid-template-columns:repeat(7,1fr);gap:5px;margin-top:8px;display:grid}.weekday-chips button{border:1px solid var(--line);color:#777970;cursor:pointer;background:#f5f5ef;border-radius:9px;min-height:34px;font-size:9px;font-weight:800}.weekday-chips button.active{border-color:var(--blue);background:var(--blue-soft);color:var(--blue)}.field-hint{color:#a24f2d;margin-top:7px;font-size:9px;display:block}.project-suggestion{background:#fff3ed;border:1px solid #f0c8b5;border-radius:13px;justify-content:space-between;align-items:center;gap:15px;margin:-3px 0 16px;padding:13px 14px;display:flex}.project-suggestion strong{margin-bottom:2px;font-size:10px;display:block}.project-suggestion p{color:#9b674d;margin:0;font-size:9px}.project-suggestion button{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:8px 11px;font-size:9px;font-weight:800}.project-suggestion-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.project-suggestion-actions button:last-child{background:var(--ink)}.important-toggle{cursor:pointer;background:#fff8f3;border:1px solid #edd5c9;border-radius:13px;align-items:center;gap:11px;margin-top:2px;padding:13px;display:flex}.important-toggle.disabled{border-color:var(--line);cursor:not-allowed;background:#f4f4ef}.important-toggle input{opacity:0;pointer-events:none;position:absolute}.toggle-box{color:#b7a399;background:#f0e1d8;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.important-toggle input:checked+.toggle-box{background:var(--orange);color:#fff}.important-toggle strong,.important-toggle small{display:block}.important-toggle strong{margin-bottom:3px;font-size:10px}.important-toggle small{color:#94968e;font-size:9px}.goal-score{background:#f5f9e9;border:1px solid #dce5c6;border-radius:13px;margin-top:10px;padding:13px;display:block}.goal-score>span,.goal-score strong,.goal-score small{display:block}.goal-score strong{margin-bottom:3px;font-size:10px}.goal-score small{color:#7b826d;font-size:9px}.goal-score>div{grid-template-columns:1fr 48px;align-items:center;gap:12px;margin-top:11px;display:grid}.goal-score input{accent-color:#789b2e;width:100%}.goal-score output{color:#536f1d;text-align:center;background:#dff0b7;border-radius:8px;padding:6px 7px;font-size:10px;font-weight:850}.destination-field{background:var(--blue-soft);border:1px solid #d7dbf7;border-radius:14px;padding:12px}.destination-fixed{background:var(--blue-soft);border:1px solid #d7dbf7;border-radius:14px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;padding:13px 15px;display:flex}.destination-fixed span{color:#73799d;text-transform:uppercase;font-size:9px;font-weight:750}.destination-fixed strong{color:var(--blue);font-size:11px}.field-explain{color:#93958d;margin:6px 2px 0;font-size:8px;line-height:1.4;display:block}.date-presets{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.date-presets button{border:1px solid var(--line);color:#74766e;cursor:pointer;background:#f5f5ef;border-radius:8px;padding:6px 8px;font-size:8px;font-weight:750}.date-presets button:hover{color:#607c24;background:#f2f8e5;border-color:#a9ba83}.form-error{margin-top:16px}.wizard-sheet{width:min(100%,590px)}.wizard-progress{background:#e8e8e1;border-radius:99px;height:4px;margin:-4px 0 25px;overflow:hidden}.wizard-progress span{border-radius:inherit;background:var(--lime);height:100%;transition:width .2s;display:block}.wizard-question{flex-direction:column;justify-content:center;min-height:280px;display:flex}.wizard-step-label{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:8px;font-weight:850}.wizard-question h3{letter-spacing:-.045em;max-width:520px;margin:0 0 24px;font-size:28px;line-height:1.12}.wizard-answers{grid-template-columns:1fr 1fr;gap:10px;display:grid}.wizard-answers button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#f7f7f2;border-radius:16px;min-height:90px;padding:17px}.wizard-answers button:first-child{background:#f2f8e5;border-color:#cfe0a9}.wizard-answers button:hover{border-color:var(--blue);transform:translateY(-1px)}.wizard-answers strong,.wizard-answers small{display:block}.wizard-answers strong{margin-bottom:6px;font-size:17px}.wizard-answers small{color:var(--muted);font-size:9px;line-height:1.4}.wizard-duration{margin:0 0 18px}.wizard-duration>span{color:#66685f;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:800;display:block}.wizard-duration em{color:#aaaca4;text-transform:none;font-style:normal;font-weight:600}.wizard-duration>div{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.wizard-duration button{border:1px solid var(--line);color:#777970;cursor:pointer;background:#f5f5ef;border-radius:9px;min-height:34px;font-size:9px;font-weight:800}.wizard-duration button.active{border-color:var(--ink);background:var(--ink);color:#fff}.wizard-duration input{border:1px solid var(--line);border-radius:10px;width:100%;height:40px;margin-top:7px;padding:0 12px}.wizard-finish{align-self:flex-end;margin-top:4px}.wizard-skip{color:#7b7e75;cursor:pointer;background:0 0;border:0;width:100%;margin-top:18px;padding:10px;font-size:9px;font-weight:750;text-decoration:underline}.wizard-footer-actions{align-items:center;gap:10px;margin-top:18px;display:flex}.wizard-footer-actions .wizard-skip{flex:1;width:auto;margin-top:0}.flow-hint{background:var(--blue-soft);border:1px solid #d7dbf7;border-radius:16px;align-items:center;gap:14px;margin-bottom:22px;padding:15px 18px;display:flex}.flow-hint>span{background:var(--blue);color:#fff;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-weight:850;display:grid}.flow-hint strong,.flow-hint p{display:block}.flow-hint strong{margin-bottom:3px;font-size:11px}.flow-hint p{color:#656d9b;margin:0;font-size:10px;line-height:1.5}.inbox-list{flex-direction:column;gap:9px;display:flex}.inbox-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;overflow:hidden}.inbox-card>button{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:13px;width:100%;min-height:76px;padding:13px 16px;display:grid}.inbox-card>button:hover{background:#f7f7f2}.inbox-dot{background:var(--orange);border-radius:50%;width:8px;height:8px}.inbox-card strong,.inbox-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.inbox-card strong{font-size:13px}.inbox-card small{color:var(--muted);margin-top:5px;font-size:9px}.inbox-card b{color:var(--blue);font-size:9px}.today-section.calendar .live-dot{background:var(--blue);box-shadow:0 0 0 4px #3454f51a}.today-section.delegated .live-dot{background:#b36a31;box-shadow:0 0 0 4px #b36a311a}.archive-note{color:var(--muted);margin-top:18px;font-size:10px}.material-filters span{border:1px solid var(--line);color:#777970;background:#fbfbf899;border-radius:99px;flex:none;padding:8px 13px;font-size:10px;font-weight:750}.reference-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.reference-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;flex-direction:column;min-height:210px;display:flex;overflow:hidden}.reference-card>button:first-child{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;padding:20px}.reference-card span{color:var(--blue);letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:850}.reference-card h3{margin:20px 0 8px;font-size:17px;line-height:1.25}.reference-card p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.reference-archive{border:0;border-top:1px solid var(--line);color:#8e9088;cursor:pointer;background:#f6f6f1;min-height:40px;font-size:9px;font-weight:750}.review-head{align-items:center}.review-total{text-align:center;background:#eff8dc;border:1px solid #dce5c6;border-radius:16px;min-width:130px;padding:14px 18px}.review-total strong,.review-total small{display:block}.review-total strong{color:#668523;font-size:27px}.review-total small{color:#7d8f58;text-transform:uppercase;font-size:8px;font-weight:750}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.review-grid>button{border:1px solid var(--line);background:var(--surface);text-align:left;cursor:pointer;border-radius:18px;grid-template-rows:auto 1fr auto;grid-template-columns:36px 1fr auto;gap:8px 12px;min-height:175px;padding:19px;display:grid}.review-grid>button:hover{background:#f7fbed;border-color:#b9c993}.review-grid>button>span{background:var(--ink);width:32px;height:32px;color:var(--lime);border-radius:10px;grid-row:1/4;place-items:center;font-size:11px;font-weight:850;display:grid}.review-grid strong{align-self:center;font-size:13px}.review-grid p{color:var(--muted);grid-column:2/4;margin:0;font-size:10px;line-height:1.5}.review-grid b{color:var(--blue);grid-column:2/4;font-size:10px}.review-next{background:var(--ink);color:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:17px 20px;display:flex}.review-next span,.review-next strong{display:block}.review-next span{color:#aeb0a8;text-transform:uppercase;margin-bottom:4px;font-size:8px}.review-next strong{font-size:12px}.review-next button{background:var(--lime);cursor:pointer;border:0;border-radius:9px;padding:9px 13px;font-size:9px;font-weight:850}.sheet-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;margin-top:22px;padding-top:18px;display:flex}.sheet-footer-leading{align-items:center;gap:12px;display:flex}.delete-button{color:#a24f2d;cursor:pointer;background:#fff4ef;border:1px solid #ecc9bd;border-radius:9px;padding:9px 12px;font-size:9px;font-weight:800}.delete-button:hover{background:#ffeae1;border-color:#d99f8b}.delete-button:disabled{opacity:.55;cursor:wait}.draft-note{color:#9b704f;font-size:9px;font-weight:700}.toast{z-index:200;background:var(--ink);color:#fff;max-width:calc(100vw - 32px);box-shadow:var(--shadow);border-radius:12px;padding:12px 17px;font-size:10px;font-weight:700;animation:.22s ease-out rise;position:fixed;bottom:28px;left:50%;transform:translate(-50%)}.mobile-header,.bottom-nav{display:none}.mobile-actions{align-items:center;gap:7px;display:flex}.mobile-logout{cursor:pointer;border:0;width:36px;height:36px}.loading-state{padding-top:80px}.loading-line,.loading-card{background:#e5e5de;position:relative;overflow:hidden}.loading-line:after,.loading-card:after{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);animation:1.3s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.loading-line{border-radius:5px;width:62%;height:13px;margin-bottom:10px}.loading-line.short{width:120px;height:8px}.loading-line.title{width:45%;height:48px}.loading-card{border-radius:17px;height:75px;margin-top:35px}.loading-card+.loading-card{margin-top:10px}@keyframes fade{0%{opacity:0}}@keyframes rise{0%{opacity:0;transform:translateY(10px)}}@keyframes shimmer{to{transform:translate(100%)}}.auth-page{background:var(--surface);grid-template-columns:minmax(400px,.9fr) minmax(520px,1.1fr);min-height:100dvh;display:grid}.auth-story{background:var(--ink);color:#fff;flex-direction:column;min-height:100dvh;padding:42px clamp(38px,5vw,76px);display:flex;overflow:hidden}.auth-brand{letter-spacing:-.04em;align-items:center;gap:12px;font-size:17px;display:flex}.auth-copy{margin:auto 0}.auth-copy .eyebrow{color:var(--lime)}.auth-copy h1{max-width:680px;margin-bottom:24px;font-size:clamp(43px,5.6vw,78px);line-height:.98}.auth-copy p{color:#b9bbb3;max-width:570px;margin:0;font-size:14px;line-height:1.75}.auth-route{color:#7e8178;letter-spacing:.1em;flex-wrap:wrap;align-items:center;gap:9px;font-size:9px;font-weight:800;display:flex}.auth-route span{border:1px solid #3c3e39;border-radius:8px;padding:8px 10px}.auth-route span.active{border-color:var(--lime);background:var(--lime);color:var(--ink)}.auth-route i{font-style:normal}.auth-panel{background:radial-gradient(circle at 100% 0, #c8ef7338, transparent 27rem), var(--paper);place-items:center;padding:35px;display:grid}.auth-card{border:1px solid var(--line);width:min(100%,440px);box-shadow:var(--shadow);background:#fbfbf8eb;border-radius:26px;padding:34px}.auth-card h2{letter-spacing:-.055em;margin-bottom:8px;font-size:35px}.auth-card>p{color:var(--muted);margin-bottom:24px;font-size:11px;line-height:1.55}.oauth-page{background:radial-gradient(circle at 75% 8%, #c8ef7338, transparent 24rem), var(--paper);place-items:center;min-height:100dvh;padding:28px 16px;display:grid}.oauth-card{border:1px solid var(--line);background:var(--surface);width:min(100%,500px);box-shadow:var(--shadow);border-radius:27px;padding:36px}.oauth-mark{background:var(--ink);width:48px;height:48px;color:var(--lime);border-radius:15px 15px 15px 5px;place-items:center;margin-bottom:24px;font-size:13px;font-weight:850;display:grid}.oauth-card h1{margin-bottom:14px;font-size:38px}.oauth-card>p{color:var(--muted);font-size:12px;line-height:1.6}.oauth-permissions{flex-direction:column;gap:9px;margin:22px 0;display:flex}.oauth-permissions>div{border:1px solid var(--line);background:#f5f5f0;border-radius:13px;grid-template-columns:30px 1fr;align-items:center;gap:11px;padding:13px;display:grid}.oauth-permissions>div>span{background:var(--lime);border-radius:9px;place-items:center;width:28px;height:28px;font-size:11px;font-weight:900;display:grid}.oauth-permissions p{margin:0}.oauth-permissions strong,.oauth-permissions small{display:block}.oauth-permissions strong{font-size:11px}.oauth-permissions small{color:var(--muted);margin-top:3px;font-size:9px}.oauth-card form{grid-template-columns:1fr auto;align-items:center;gap:13px;display:grid}.oauth-card form .primary{min-height:46px}.oauth-cancel{color:var(--muted);font-size:10px;font-weight:750;text-decoration:none}.oauth-footnote{color:#92948c;margin-top:17px;font-size:8px;line-height:1.5;display:block}.auth-tabs{background:#ecece6;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:22px;padding:4px;display:grid}.auth-tabs button{color:#85877f;cursor:pointer;background:0 0;border:0;border-radius:9px;min-height:36px;font-size:10px;font-weight:800}.auth-tabs button.active{background:var(--surface);color:var(--ink);box-shadow:0 3px 10px #1f211d12}.auth-error{color:#a24f2d;background:#fff3ed;border:1px solid #f0c8b5;border-radius:10px;margin:10px 0;padding:10px 12px;font-size:9px;line-height:1.45}.auth-notice{color:#607c24;background:#f2f8e5;border:1px solid #dce5c6;border-radius:10px;margin:10px 0;padding:10px 12px;font-size:9px;line-height:1.45}.resend-button{width:100%;color:var(--blue);cursor:pointer;background:0 0;border:1px solid #d7d8cf;border-radius:10px;margin:0 0 8px;padding:9px;font-size:9px;font-weight:800}.bot-field{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.auth-submit{width:100%;margin-top:4px}.auth-divider{color:#a1a39a;align-items:center;gap:12px;margin:20px 0;font-size:9px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.telegram-button{color:#1877a9;cursor:pointer;background:#eaf7ff;border:1px solid #bdddf1;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;font-size:10px;font-weight:800;text-decoration:none;display:flex}.telegram-button span{font-size:14px}.telegram-button.disabled{border-color:var(--line);color:#9a9c94;cursor:not-allowed;background:#f1f1ec}.auth-note{color:#9a9c94;text-align:center;margin-top:18px;font-size:8px;line-height:1.55;display:block}.week-panel{border:1px solid var(--line);background:var(--surface);border-radius:18px;min-width:0;margin:18px 0;padding:20px}.week-panel h2{font-size:19px}.week-panel p{font-size:12px;line-height:1.6}.week-panel button:not(.primary):not(.close),.weekly-page>.week-toolbar button{border:1px solid var(--line);cursor:pointer;text-align:left;background:#f4f5ee;border-radius:9px;padding:8px 11px}.week-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.week-toolbar input,.week-toolbar select{border:1px solid var(--line);border-radius:8px;max-width:100%;padding:8px}.week-role-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:14px 0;display:flex}.week-role-row p{margin:5px 0}.week-prose{white-space:pre-wrap;overflow-wrap:anywhere}.week-warning{color:#795311;background:#fff1d6;border:1px solid #e4bc6a;border-radius:12px;padding:12px 15px;font-size:12px}.week-metrics{flex-wrap:wrap;gap:16px;margin-bottom:15px;font-size:12px;display:flex}.week-layout{grid-template-columns:minmax(250px,.8fr) minmax(0,2fr);align-items:start;gap:18px;display:grid}.week-layout>:only-child{grid-column:1/-1}.week-role h3{margin:20px 0 10px;font-size:15px}.week-goal{overflow-wrap:anywhere;background:#f5faed;border:1px solid #bbd3a0;border-left:5px solid #789b2e;border-radius:12px;margin:10px 0;padding:14px;font-size:12px}.week-goal.unscheduled{background:#fff4db;border-color:#dba546 #dba546 #dba546 #d28c1a;border-left-style:solid;border-left-width:5px}.week-goal-actions{flex-wrap:wrap;gap:5px;margin:10px 0;display:flex}.week-goal-actions button{font-size:10px}.week-linked-task{overflow-wrap:anywhere;width:100%;margin:5px 0;display:block}.week-seven-days{grid-template-columns:repeat(7,minmax(130px,1fr));gap:8px;padding-bottom:12px;display:grid;overflow-x:auto}.week-day{border:1px solid var(--line);background:#f6f6f1;border-radius:12px;min-height:240px;padding:9px}.week-day h3{font-size:12px}.week-day-empty{color:#8c8e82}.week-day .week-time-block{overflow-wrap:anywhere;width:100%;margin:8px 0;font-size:11px;display:block;background:#edf6d9!important;border-left:4px solid #789b2e!important}.week-time-block span{margin-top:7px;display:block}.week-calendar-task{overflow-wrap:anywhere;width:100%;margin:8px 0;font-size:10px;display:block}.week-unscheduled{background:#fff1d6;border-radius:12px;margin-bottom:12px;padding:12px}.week-unscheduled button{margin:4px}.day-week{margin:25px 40px 0}.mission-panel{margin-bottom:24px}@media (max-width:1050px){.week-layout{grid-template-columns:1fr}}@media (max-width:680px){.day-week{margin:15px 16px 0}.week-panel{padding:14px}.week-seven-days{grid-template-columns:repeat(7,160px)}.week-toolbar .primary{max-width:100%}}.logbook-head{align-items:center}.logbook-head-actions{align-items:center;gap:10px;display:flex}.log-streak{text-align:center;background:#eff8dc;border:1px solid #dce5c6;border-radius:16px;min-width:110px;padding:15px 18px}.log-streak span,.log-streak small{display:block}.log-streak span{color:#668523;letter-spacing:-.05em;font-size:27px;font-weight:850}.log-streak small{color:#7d8f58;text-transform:uppercase;letter-spacing:.06em;font-size:8px;font-weight:750}.logbook-layout{grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);align-items:start;gap:20px;display:grid}.log-editor{border:1px solid var(--line);background:var(--surface);border-radius:22px;padding:25px;box-shadow:0 9px 35px #22241e0a}.log-editor-top{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.log-editor-top h2{letter-spacing:-.05em;margin:0;font-size:27px}.log-date span{color:var(--muted);text-transform:uppercase;margin-bottom:4px;font-size:8px;font-weight:800;display:block}.log-date input{border:1px solid var(--line);background:#fff;border-radius:10px;height:37px;padding:0 9px;font-size:10px}.log-fields-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:17px;display:grid}.log-day-field textarea{resize:vertical;background:repeating-linear-gradient(#fff 0 27px,#ecece6 28px);min-height:210px;font-size:12px;line-height:1.75}.logbook-completed-hint{background:#f5f9e9;border:1px solid #dce5c6;border-radius:14px;margin:-2px 0 17px;padding:14px 15px}.logbook-completed-hint>div{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.logbook-completed-hint>div span{color:#617b28;letter-spacing:.04em;text-transform:uppercase;font-size:9px;font-weight:850}.logbook-completed-hint>div small{color:#879477;text-align:right;font-size:8px}.logbook-completed-hint ul{gap:6px;margin:12px 0 0;padding:0;list-style:none;display:grid}.logbook-completed-hint li{color:#4f5840;justify-content:space-between;align-items:center;gap:12px;font-size:10px;display:flex}.logbook-completed-hint li:before{content:"✓";color:#789b2e;font-weight:900}.logbook-completed-hint li small{color:#8c967e;white-space:nowrap;margin-left:auto;font-size:8px}.logbook-completed-hint p{color:#879477;margin:10px 0 0;font-size:9px}.log-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding-top:17px;display:flex}.log-actions small{color:var(--muted);font-size:8px;line-height:1.5}.log-action-buttons{justify-content:flex-end;align-items:center;gap:9px;display:flex}.log-history{position:sticky;top:28px}.back-today{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--blue);cursor:pointer;border-radius:10px;margin-bottom:9px;padding:10px;font-size:9px;font-weight:750}.log-timeline{flex-direction:column;gap:8px;display:flex}.log-timeline>button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fbfbf8b8;border-radius:14px;grid-template-columns:72px 1fr;gap:10px;width:100%;padding:13px;display:grid}.log-timeline>button:hover,.log-timeline>button.active{background:#f7fbed;border-color:#b9c993}.timeline-date{color:#777970;font-size:9px;display:block;position:relative}.timeline-date i{background:#dadbd2;width:1px;position:absolute;top:17px;bottom:-24px;left:4px}.log-timeline>button:last-child .timeline-date i{display:none}.timeline-body small{color:#55574f;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:9px;line-height:1.4;display:block;overflow:hidden}.timeline-body em{color:#9a9c94;font-size:8px;font-style:normal}.timeline-body b{background:var(--blue-soft);color:var(--blue);border-radius:6px;margin-top:8px;padding:3px 6px;font-size:7px;display:table}.log-empty{text-align:center;border:1px dashed #c7c8bf;border-radius:16px;padding:28px 18px}.log-empty>span{background:var(--lime);border-radius:11px;place-items:center;width:38px;height:38px;margin:0 auto 12px;display:grid}.log-empty strong{margin-bottom:5px;font-size:10px;display:block}.log-empty p{color:var(--muted);margin:0;font-size:9px;line-height:1.5}.log-empty .primary{margin-top:16px}.logbook-list-section{max-width:980px}.logbook-list{flex-direction:column;gap:9px;display:flex}.journal-row{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fbfbf8c7;border-radius:16px;grid-template-columns:112px minmax(0,1fr) 24px;align-items:start;gap:18px;width:100%;padding:17px 18px;transition:border-color .16s,background .16s,transform .16s;display:grid;overflow:hidden}.journal-row:hover{background:#f7fbed;border-color:#b9c993;transform:translateY(-1px)}.journal-row-date{color:#666960;flex-direction:column;gap:4px;display:flex}.journal-row-date strong{font-size:11px}.journal-row-date small{color:#a0a198;font-size:8px}.journal-row-text{color:#4f514b;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;min-width:0;font-size:11px;line-height:1.65}.journal-row-arrow{color:#a0a198;font-size:22px;line-height:1}.journal-editor-backdrop{z-index:105}.journal-editor-modal{width:min(100%,800px);max-height:calc(100dvh - 32px);overflow-y:auto}.journal-editor-controls{align-items:flex-end;gap:10px;display:flex}.journal-thoughts textarea{min-height:260px;font-size:13px;line-height:1.8}@media (max-width:880px){.sidebar{width:210px;padding-inline:16px}.main{margin-left:210px}.page-content{padding-inline:28px}.idea-grid,.reference-grid,.logbook-layout{grid-template-columns:1fr}.log-history{position:static}}@media (max-width:680px){body{background:var(--paper)}.sidebar{display:none}.main{margin-left:0;padding:63px 0 78px}.mobile-header{z-index:40;height:64px;padding:max(9px, env(safe-area-inset-top)) 17px 8px;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);background:#f2f1ebe6;border-bottom:1px solid #deded5b3;justify-content:space-between;align-items:center;display:flex;position:fixed;inset:0 0 auto}.mobile-header .brand{font-size:16px}.mobile-header .brand-mark{border-radius:11px 11px 11px 4px;width:34px;height:34px;font-size:10px}.round-add{background:var(--lime);cursor:pointer;border:0;border-radius:11px;width:36px;height:36px;font-size:19px;font-weight:800}.page-content{padding:30px 16px 50px}h1{font-size:39px}.hero-row{align-items:flex-start}.hero-row>div:first-child>p{font-size:12px}.day-capacity{flex-basis:102px;padding:8px 0 8px 13px}.day-capacity strong{font-size:19px}.day-capacity span,.day-capacity small{font-size:7px}.quick-capture{grid-template-columns:35px 1fr;margin:27px 0}.quick-capture em{display:none}.task-card{grid-template-columns:31px minmax(0,1fr) 25px 20px;gap:7px;padding:9px 11px}.task-meta{gap:6px 9px}.task-meta>span:not(:first-child):not(.project-pill):before{margin-right:7px}.empty-focus{grid-template-columns:52px 1fr;min-height:145px;padding:19px}.empty-orbit{width:50px;height:50px}.empty-focus button{display:none}.two-columns{grid-template-columns:1fr}.page-head{align-items:flex-start}.page-head p{font-size:12px}.head-add{display:none}.project-summary{grid-template-columns:38px minmax(0,1fr) 32px 26px;gap:7px;padding:8px 10px}.project-progress-cell{display:none}.project-more{width:26px;font-size:9px}.project-steps{padding:0 10px 10px}.idea-intro{padding:14px}.idea-intro>span{flex:0 0 32px;width:32px;height:32px}.bottom-nav{z-index:50;overscroll-behavior-x:contain;scrollbar-width:none;min-height:68px;padding:7px 6px max(8px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfbf8f0;border-top:1px solid #d5d6cde6;grid-auto-columns:68px;grid-auto-flow:column;justify-content:start;display:grid;position:fixed;inset:auto 0 0;overflow-x:auto}.bottom-nav button{color:#96988f;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:3px;font-size:8px;font-weight:750;display:flex}.bottom-nav button span{border-radius:9px;place-items:center;width:27px;height:27px;font-size:11px;display:grid}.bottom-nav button.active{color:var(--ink)}.bottom-nav button.active span{background:var(--lime)}.review-grid{grid-template-columns:1fr}.review-head{align-items:flex-start}.review-total{min-width:92px;padding:10px}.inbox-card>button{grid-template-columns:10px minmax(0,1fr)}.inbox-card b{display:none}.kind-switch button{font-size:8px}.modal-backdrop{align-items:end;padding:0}.sheet{width:100%;max-height:92dvh;padding:11px 17px max(22px, env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.sheet-handle{background:#d2d3ca;border-radius:99px;width:38px;height:4px;margin:0 auto 15px;display:block}.sheet-top h2{font-size:21px}.form-grid{grid-template-columns:1fr}.duration-chips{margin-top:-4px}.project-suggestion{flex-direction:column;align-items:flex-start}.project-suggestion-actions{justify-content:flex-start}.wizard-question{min-height:330px}.wizard-question h3{font-size:25px}.wizard-answers{grid-template-columns:1fr}.wizard-answers button{min-height:72px}.toast{bottom:84px}.auth-page{grid-template-columns:1fr}.auth-story{min-height:37dvh;padding:24px 20px 28px}.auth-copy{margin:40px 0 25px}.auth-copy h1{margin-bottom:13px;font-size:41px}.auth-copy p{font-size:11px}.auth-route{display:none}.auth-panel{padding:18px 14px 35px}.auth-card{border-radius:22px;margin-top:-18px;padding:25px 20px}.logbook-head{align-items:flex-start}.logbook-head-actions{flex-direction:column;align-items:flex-end}.log-streak{min-width:84px;padding:10px}.logbook-layout{gap:30px}.log-editor{padding:18px}.log-editor-top{align-items:flex-end}.log-fields-grid{grid-template-columns:1fr}.log-day-field textarea{min-height:160px}.log-actions{align-items:flex-end}.log-actions small{max-width:150px}.log-action-buttons{flex-wrap:wrap}.log-timeline>button{grid-template-columns:66px 1fr}.journal-row{grid-template-columns:1fr 18px;gap:9px 12px;padding:15px}.journal-row-date{flex-direction:row;grid-column:1;align-items:baseline;gap:8px}.journal-row-text{grid-column:1}.journal-row-arrow{grid-area:1/2/span 2;align-self:center}.journal-editor-backdrop{align-items:end;padding:0}.journal-editor-modal{border-radius:24px 24px 0 0;width:100%;max-height:calc(100dvh - 18px)}.journal-editor-controls{gap:6px}.journal-thoughts textarea{min-height:220px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
.task-search-tools{gap:16px;margin:18px 0 8px;display:flex}.task-search-tools input,.task-search-tools select{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;padding:10px 12px;font-size:14px}.task-search-tools input{flex:1}.task-search-tools select{max-width:45%}.today-goal-block{border-bottom:1px solid var(--line);align-items:center;gap:16px;padding:18px 0;font-size:15px;display:flex}.today-goal-block time{color:var(--muted);font-size:13px}.today-goal-block>span{overflow-wrap:anywhere;flex:1}.journal-delete{box-shadow:none;width:auto;padding:0}.journal-edit-form .log-editor-top{margin-bottom:16px}.journal-edit-form textarea{min-height:240px}:root{--paper:#fafaf9;--surface:#fff;--ink:#22262d;--muted:#6b7079;--line:#e5e6e8;--lime:#ececed;--lime-deep:#a8782a;--blue:#343943;--blue-soft:#f0f0f1;--orange:#b58030;--shadow:0 12px 36px #22262d0a}body{background:var(--paper)}button{cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #b5803080}.sidebar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f2f2f0;border:0;width:230px;padding:30px 18px}.brand{letter-spacing:-.035em;font-size:23px}.brand-mark{color:#b58030;background:0 0;border-radius:0;width:auto;font-size:30px}.side-nav{gap:5px;margin-top:34px}.side-nav button{min-height:45px;color:var(--ink);border-radius:8px;font-size:14px;font-weight:500;position:relative}.side-nav button.active{color:var(--ink);background:#e7e7e5}.side-nav button.active:before{content:"";background:var(--ink);border-radius:2px;width:3px;height:30px;position:absolute;left:0}.side-nav button b,.side-nav button.active b{color:var(--muted);background:0 0;font-size:12px}.nav-mark{font-size:20px}.sidebar-note{display:none}.sidebar-user{margin-top:auto;padding-top:22px}.user-details strong{font-size:13px}.user-details small{font-size:12px}.sidebar-user>button{min-height:36px}.add-button{background:var(--ink);color:#fff;border-radius:10px;font-weight:500}.main{background:var(--surface);margin-left:230px}.page-content{width:min(100%,1400px);padding:48px clamp(24px,4vw,64px) 90px}h1{letter-spacing:-.045em;font-size:clamp(32px,3.5vw,48px);font-weight:700;line-height:1.1}h2{letter-spacing:-.025em}.page-head{align-items:center;gap:18px;margin-bottom:28px}.page-head .eyebrow,.page-head>div>p{display:none}.primary{background:var(--ink);color:#fff;border-radius:10px;font-size:14px;font-weight:600}.head-add{font-size:14px}.today-tabs{border-bottom:1px solid var(--line);gap:28px;margin:0 clamp(24px,4vw,64px);padding-top:28px;display:flex}.today-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:14px 0;font-size:16px}.today-tabs [aria-selected=true]{color:var(--ink);border-bottom-color:var(--ink)}.hero-row .eyebrow{text-transform:none;letter-spacing:0;font-size:13px;font-weight:500}.day-capacity span,.day-capacity small{text-transform:none;letter-spacing:0;font-size:12px}.quick-capture{border:1px dashed var(--line);background:#fafafa;border-radius:10px;min-height:52px;margin:26px 0}.quick-capture b{font-size:14px;font-weight:500}.quick-capture em{font-size:13px}.section-title{font-size:16px}.section-title>span{font-size:13px}.task-list{gap:0}.task-card{border:0;border-bottom:1px solid var(--line);box-shadow:none;background:0 0;border-radius:0;padding:20px 0}.task-card:hover{box-shadow:none;background:#fafaf9;transform:none}.task-title-line h3{overflow-wrap:anywhere;font-size:16px;font-weight:500;line-height:1.45}.task-meta{color:var(--muted);gap:6px 12px;font-size:13px;font-weight:400;line-height:1.5}.task-meta>span{background:0 0;border:0;padding:0}.important-star,.mini-star.active{color:#b58030}.check{border-color:#8b8f96;border-radius:5px;width:24px;height:24px}.task-card.done .check{color:#fff}.more,.plan-toggle{min-width:28px;min-height:36px;font-size:17px}.filters{border-bottom:1px solid var(--line);gap:22px;margin-bottom:0}.filters button{background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:13px 0;font-size:14px;font-weight:500}.filters button.active{color:var(--ink);border-bottom-color:var(--ink);background:0 0}.project-list{gap:0}.project-row{border:0;border-bottom:1px solid var(--line);box-shadow:none;background:0 0;border-radius:0}.project-row:hover{box-shadow:none}.project-summary{padding:20px 0}.project-main strong{font-size:17px;font-weight:550}.project-main small{font-size:13px;line-height:1.6}.project-label{display:none}.project-progress-cell small{font-size:12px}.progress-track span{background:var(--ink)}.project-steps{padding:0 16px 20px 46px}.project-step-main strong{font-size:15px;font-weight:500}.project-step-main span{font-size:13px;line-height:1.6}.project-step-row{padding:12px 0}.project-add,.project-details,.field>span{font-size:14px}.field input,.field select,.field textarea{font-size:16px}.sheet-top h2{white-space:normal;overflow-wrap:anywhere}.sheet button,.log-actions button{min-height:40px}.kind-switch button{font-size:13px}.log-day-field textarea{background:#fff;line-height:1.7}.logbook-completed-hint{border-color:var(--line);background:#f6f6f3}.logbook-completed-hint li{font-size:14px}.ui-dialog{border:1px solid var(--line);background:var(--surface);width:min(640px,100% - 32px);max-height:calc(100dvh - 40px);color:var(--ink);border-radius:18px;padding:28px;overflow:auto;box-shadow:0 24px 80px #1113}.ui-dialog::backdrop{background:#20242b55}.ui-dialog>header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.ui-dialog h2{margin:0;font-size:25px}.dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.dialog-actions button:not(.primary),.week-switch button{border:1px solid var(--line);background:0 0;border-radius:8px;padding:10px 14px;font-size:14px}.icon-button{border:0;border-radius:10px;place-items:center;min-width:44px;min-height:44px;font-size:24px;display:inline-grid}.icon-button:not(.primary){background:0 0}.text-button{color:var(--muted);text-align:left;text-underline-offset:3px;background:0 0;border:0;padding:6px 0;font-size:14px;text-decoration:underline}.journal-tools{align-items:center;gap:24px;margin-bottom:20px;display:flex}.journal-tools select{color:var(--ink);background:#f4f4f4;border:0;border-radius:8px;max-width:100%;padding:10px 14px;font-size:14px}.journal-search{border:1px solid var(--line);border-radius:8px;width:100%;margin-bottom:20px;padding:12px 16px;font-size:16px}.journal-mission{color:var(--muted);margin:12px 0 28px;font-size:14px}.journal-mission summary{cursor:pointer}.journal-mission .week-panel{color:var(--ink)}.journal-month{margin-bottom:36px;scroll-margin-top:24px}.journal-month h2{text-transform:capitalize;margin:0 0 18px;font-size:27px}.journal-month h2 small{color:var(--muted);margin-left:8px;font-size:18px;font-weight:400}.journal-note-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.journal-note{text-align:left;border:1px solid var(--line);background:#fdfdfc;border-radius:13px;flex-direction:column;align-items:stretch;min-width:0;padding:24px;transition:border-color .15s,background .15s;display:flex}.journal-note:hover{background:#fafaf7;border-color:#c4b79e}.journal-note strong{font-size:18px;font-weight:600}.journal-note-copy{white-space:pre-wrap;overflow-wrap:anywhere;color:#42464e;margin-top:14px;font-size:16px;line-height:1.7;display:block}.journal-read-more{color:var(--muted);margin-top:14px;font-size:14px;text-decoration:underline}.journal-reading{white-space:pre-wrap;overflow-wrap:anywhere;font-size:18px;line-height:1.8}.logbook-head-actions{flex-direction:row;gap:10px}.logbook-head h1{font-size:clamp(30px,3vw,44px)}.more-sections{gap:6px;display:grid}.more-sections button{text-align:left;background:#f6f6f5;border:0;border-radius:8px;padding:14px;font-size:16px}.weekly-board-page{max-width:none;padding-left:28px;padding-right:28px}.weekly-board-page .page-head{margin-bottom:10px}.week-switch{gap:6px;display:flex}.week-range{color:var(--muted);margin-bottom:28px;font-size:16px}.weekly-workspace{grid-template-columns:220px minmax(0,1fr);gap:24px;display:grid}.weekly-roles{border-right:1px solid var(--line);min-width:0;padding-right:20px}.weekly-roles summary{cursor:pointer;font-size:18px;font-weight:600}.roles-content{padding-top:16px}.roles-content>p{font-size:14px;line-height:1.6}.role-group{margin-bottom:24px}.role-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.role-heading h3{margin:0;font-size:15px;font-weight:600}.role-heading .icon-button{min-width:32px;min-height:32px;font-size:20px}.role-goal{border-left:2px solid #d6c09a;margin:10px 0;padding:8px 0 8px 12px}.role-goal-title{text-align:left;overflow-wrap:anywhere;background:0 0;border:0;padding:0;font-size:14px;line-height:1.5}.role-goal>.text-button{font-size:12px;display:block}.role-goal.done{opacity:.65}.role-goal.done .role-goal-title{text-decoration:line-through}.role-goal.dropped{opacity:.5}.linked-task{text-align:left;overflow-wrap:anywhere;background:#f4f4f4;border:0;width:100%;margin:6px 0;padding:6px;font-size:13px;display:block}.weekly-task-pool{margin-top:28px}.weekly-task-pool summary{font-size:14px}.pool-task{gap:6px;margin:10px 0;display:flex}.pool-task button{text-align:left;overflow-wrap:anywhere;background:#f5f5f4;border:0;padding:8px;font-size:13px}.pool-task button:first-child{flex:1}.weekly-days-panel{min-width:0;overflow-x:auto}.weekly-days{grid-template-columns:repeat(7,minmax(120px,1fr));min-width:840px;display:grid}.weekly-day{border-left:1px solid var(--line);min-width:0}.weekly-day>header{border-bottom:1px solid var(--line);align-items:baseline;gap:8px;padding:12px;display:flex}.weekly-day>header span{color:var(--muted);font-size:13px}.weekly-day>header strong{font-size:22px}.weekly-day.is-today>header{background:#f8f3e9}.weekly-day.is-today>header strong{color:#95691f}.day-priorities{border-bottom:1px solid var(--line);min-height:170px;padding:12px 8px}.day-zone-title{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;display:flex}.day-zone-title button{background:0 0;border:0;min-width:28px;min-height:28px;font-size:20px}.day-task{background:#f5f5f3;border-radius:7px;margin-bottom:8px;padding:8px;position:relative}.day-task>button:first-child{text-align:left;overflow-wrap:anywhere;background:0 0;border:0;width:100%;padding:0 14px 0 0;font-size:13px;line-height:1.5}.day-task small{color:var(--muted);margin-top:5px;font-size:12px;display:block}.unschedule{min-width:22px;min-height:26px;color:var(--muted);background:0 0;border:0;position:absolute;top:1px;right:1px}.day-appointments{min-height:240px;padding:16px 8px}.day-event{text-align:left;background:#faf8f3;border:0;border-left:2px solid #b58030;border-radius:4px;width:100%;margin:0 0 10px;padding:9px}.day-event time,.day-event span,.day-event small{display:block}.day-event time{font-size:13px;font-weight:600}.day-event span{overflow-wrap:anywhere;margin-top:4px;font-size:13px;line-height:1.5}.day-event small{color:var(--muted);margin-top:6px;font-size:12px}.is-dragging .weekly-day{outline-offset:-3px;background:#fbf8f1;outline:1px dashed #c2ab80}[draggable=true]{cursor:grab}.mobile-week-days{display:none}.save-status{color:var(--muted);font-size:13px}.muted{color:var(--muted);line-height:1.6}.role-settings{max-width:760px}.settings-role-row{border-bottom:1px solid var(--line);align-items:center;gap:18px;padding:20px 0;display:flex}.settings-role-row button{text-align:left;background:0 0;border:0;padding:0}.settings-role-row button:first-child{flex:1}.settings-role-row strong,.settings-role-row small{display:block}.settings-role-row strong{font-size:16px;font-weight:500}.settings-role-row small{color:var(--muted);margin-top:5px;font-size:14px}.settings-role-row>span{font-size:13px}.role-enabled{color:var(--ink)}.role-switch{align-items:center;gap:12px;margin:20px 0;display:flex}@media (min-width:1600px){.journal-note-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1050px){.weekly-workspace{grid-template-columns:180px minmax(0,1fr);gap:16px}.weekly-board-page{padding-left:20px;padding-right:20px}}@media (max-width:760px){.sidebar{display:none}.main{margin-left:0}.page-content{padding:26px 18px 110px}.mobile-header{background:var(--surface)}.mobile-header .brand-mark{background:0 0;width:auto;font-size:26px}.mobile-header .brand{font-size:20px}.round-add{background:var(--ink);color:#fff;min-width:44px;min-height:44px}.today-tabs{gap:24px;margin:0 18px;padding-top:4px}.today-tabs button{font-size:15px}.day-capacity{flex-basis:100px}.day-capacity span,.day-capacity small{font-size:12px}.bottom-nav{background:#fffffff5;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-columns:auto;justify-content:stretch;width:100%;min-height:72px;display:grid;overflow:visible}.bottom-nav button{gap:4px;min-height:48px;font-size:12px;font-weight:400}.bottom-nav button span{width:30px;height:30px;font-size:22px}.bottom-nav button.active span{background:var(--ink);color:#fff;border-radius:6px}.task-card{grid-template-columns:28px minmax(0,1fr) 28px 24px;gap:8px;padding:18px 0}.task-title-line h3{font-size:16px}.task-meta{font-size:13px}.check{width:23px;height:23px}.filters{gap:20px}.filters button{font-size:14px}.project-summary{padding:18px 0}.project-main strong{font-size:16px}.project-main small{font-size:13px}.project-steps{padding:0 0 18px 12px}.project-step-main strong{font-size:15px}.journal-note-grid{grid-template-columns:1fr;gap:14px}.journal-note{padding:20px}.journal-note-copy{font-size:16px;line-height:1.65}.journal-month h2{font-size:25px}.journal-month{scroll-margin-top:80px}.logbook-head{flex-wrap:wrap;gap:16px}.logbook-head h1{font-size:32px}.logbook-head-actions{flex-direction:row}.journal-tools{gap:20px}.ui-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px);padding:22px}.journal-reading{font-size:17px}.weekly-board-page .page-head{flex-wrap:wrap}.weekly-workspace{flex-direction:column;gap:24px;display:flex}.weekly-roles{border:0;padding:0}.roles-content{background:#fafaf9;border-radius:10px;padding:12px}.weekly-roles summary{font-size:18px}.weekly-task-pool{margin-top:14px}.role-goal-title{font-size:16px}.role-goal>.text-button{font-size:14px}.weekly-days-panel{overflow:visible}.mobile-week-days{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;margin-bottom:16px;display:grid}.mobile-week-days button{background:#f5f5f5;border:0;border-radius:9px;gap:6px;padding:10px 0;display:grid}.mobile-week-days span{font-size:12px}.mobile-week-days strong{font-size:18px}.mobile-week-days [aria-selected=true]{background:var(--ink);color:#fff}.weekly-days{min-width:0;display:block}.weekly-day{border:0;display:none}.weekly-day.selected{display:block}.weekly-day>header{display:none}.day-priorities{min-height:90px;padding:0 0 18px}.day-zone-title{font-size:14px}.day-task>button:first-child,.day-event span{font-size:16px}.day-task{padding:14px}.day-task small,.day-event small{font-size:13px}.day-appointments{min-height:0;padding:20px 0}.day-event{padding:14px}.day-event time{font-size:15px}.unschedule{min-width:32px;min-height:40px;font-size:20px}.settings-role-row{gap:10px}.kind-switch button{font-size:12px}}
