:root{--bg: #FAFAF8;--text: #1A1A18;--text-2: #88877F;--text-3: #C0BFB7;--accent: #1D9E75;--accent-soft: rgba(29, 158, 117, .08);--heat-1: #9FE1CB;--heat-2: #5DCAA5;--heat-3: #1D9E75;--heat-0: rgba(26, 26, 24, .05);--field: rgba(26, 26, 24, .045);--field-focus: rgba(26, 26, 24, .07);--row-hover: rgba(26, 26, 24, .035);--hairline: rgba(26, 26, 24, .08);--circle: rgba(26, 26, 24, .22);--dot-work: #E8A33D;--dot-personal: #4A9DDB;--dot-chores: #B4B2A9;--spring: cubic-bezier(.34, 1.56, .64, 1);--ease: cubic-bezier(.25, .1, .25, 1)}.dark{--bg: #161614;--text: #EDEDEB;--text-2: #84837C;--text-3: #4C4C48;--accent: #2BB587;--accent-soft: rgba(43, 181, 135, .1);--heat-0: rgba(237, 237, 235, .06);--field: rgba(237, 237, 235, .06);--field-focus: rgba(237, 237, 235, .09);--row-hover: rgba(237, 237, 235, .045);--hairline: rgba(237, 237, 235, .08);--circle: rgba(237, 237, 235, .26);--dot-chores: #5F5E5A}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100%;transition:background .4s var(--ease),color .4s var(--ease);-webkit-font-smoothing:antialiased}.app{max-width:580px;margin:0 auto;padding:72px 36px 56px}.view{display:none}.view.active{display:block;animation:viewIn .3s var(--ease)}@keyframes viewIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.back-row{display:flex;align-items:center;gap:10px;margin-bottom:28px;cursor:pointer;color:var(--text-2);transition:color .25s var(--ease);width:fit-content;background:none;border:none;font-family:inherit;padding:0}.back-row:hover{color:var(--text)}.back-row svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.back-row .view-title{font-size:17px;font-weight:600;color:var(--text)}.view-sub{font-size:13px;color:var(--text-2);margin:-20px 0 28px 26px}.eyebrow-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.date{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3)}.nav-link{font-size:13px;color:var(--text-2);cursor:pointer;background:none;border:none;font-family:inherit;padding:0;transition:color .25s var(--ease)}.nav-link:hover{color:var(--text)}.eyebrow-links .nav-link,.nav-link-lg{font-size:15px}.title-row{display:flex;align-items:baseline;gap:14px;margin-bottom:30px}.title-row h1{font-size:32px;font-weight:700;letter-spacing:-.022em}.progress{display:flex;align-items:center;gap:8px;margin-left:auto;transform:translateY(-3px)}.ring .track{stroke:var(--hairline)}.ring .fill{stroke:var(--accent);transition:stroke-dashoffset .5s var(--ease)}.today-count{font-size:13px;color:var(--text-2);font-variant-numeric:tabular-nums}.triage{background:var(--field);border-radius:14px;padding:16px 18px 14px;margin-bottom:28px;max-height:400px;overflow:hidden;transition:opacity .4s var(--ease),max-height .45s var(--ease),margin .45s var(--ease),padding .45s var(--ease)}.triage.dismissed{opacity:0;max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0}.triage-head{font-size:13px;font-weight:600;margin-bottom:2px}.triage-sub{font-size:12.5px;color:var(--text-2);margin-bottom:10px}.triage-item{display:flex;align-items:center;gap:8px;padding:7px 0;transition:opacity .3s var(--ease),max-height .3s var(--ease);max-height:40px;overflow:hidden}.triage-item.kept{opacity:0;max-height:0;padding:0}.triage-item>span{flex:1;font-size:14.5px}.keep-btn{display:flex;align-items:center;gap:5px;font-size:12.5px;font-family:inherit;color:var(--accent);background:var(--accent-soft);border:none;border-radius:20px;padding:4px 12px;cursor:pointer;transition:transform .2s var(--spring)}.keep-btn:hover{transform:scale(1.06)}.x-btn{width:24px;height:24px;border-radius:50%;border:none;background:transparent;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s var(--ease)}.x-btn:hover{background:var(--row-hover)}.x-btn svg{width:12px;height:12px;stroke:var(--text-3);stroke-width:2;stroke-linecap:round;fill:none;transition:stroke .2s var(--ease)}.x-btn:hover svg{stroke:var(--text-2)}.triage-foot{display:flex;justify-content:flex-end;margin-top:8px}.triage-foot button{font-size:12.5px;font-family:inherit;color:var(--text-2);background:none;border:none;cursor:pointer;transition:color .25s var(--ease)}.triage-foot button:hover{color:var(--text)}.capture{margin-bottom:40px}.capture-field{position:relative}.capture-field>svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:15px;height:15px;stroke:var(--text-3);stroke-width:1.8;stroke-linecap:round;fill:none;pointer-events:none;transition:stroke .25s var(--ease)}.capture input{width:100%;font:inherit;font-size:15.5px;color:var(--text);background:var(--field);border:none;border-radius:11px;padding:13px 46px 13px 40px;outline:none;transition:background .25s var(--ease);caret-color:var(--accent)}.capture input::placeholder{color:var(--text-3)}.capture input:focus{background:var(--field-focus)}.capture-field:focus-within>svg{stroke:var(--text-2)}.recur-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:8px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s var(--ease)}.recur-btn:hover{background:var(--row-hover)}.recur-btn svg{width:15px;height:15px;stroke:var(--text-3);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none;transition:stroke .25s var(--ease)}.recur-btn.active svg{stroke:var(--accent)}.recur-picker{display:flex;flex-wrap:wrap;gap:6px;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s var(--ease),opacity .3s var(--ease),margin .3s var(--ease)}.recur-picker.open{max-height:80px;opacity:1;margin-top:10px}.pill{font-size:12.5px;font-family:inherit;color:var(--text-2);background:var(--field);border:none;border-radius:14px;padding:5px 12px;cursor:pointer;transition:background .2s var(--ease),color .2s var(--ease),transform .2s var(--spring)}.pill:hover{transform:scale(1.05)}.pill.selected{background:var(--accent-soft);color:var(--accent);font-weight:600}.task-list{position:relative}.task{display:flex;align-items:center;gap:14px;padding:13px 12px;margin:0 -12px;border-radius:11px;cursor:pointer;max-height:76px;overflow:hidden;transition:opacity .35s var(--ease),transform .4s var(--spring),max-height .4s var(--ease),padding-top .4s var(--ease),padding-bottom .4s var(--ease),background .2s var(--ease)}.task:hover:not(.leaving):not(.leaving-up){background:var(--row-hover)}.task.entering{opacity:0;transform:translateY(8px)}.task.leaving{opacity:0;transform:translateY(16px);max-height:0;padding-top:0;padding-bottom:0}.task.leaving-up{opacity:0;transform:translateY(-12px);max-height:0;padding-top:0;padding-bottom:0}.checkbox{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--circle);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease)}.task:hover .checkbox:not(.checked){border-color:var(--accent);box-shadow:inset 0 0 0 8px var(--accent-soft)}.checkbox.checked{background:var(--accent);border-color:var(--accent)}.checkbox svg{width:12px;height:12px;opacity:0;transform:scale(.4);transition:opacity .18s var(--ease) .05s,transform .3s var(--spring) .05s}.checkbox.checked svg{opacity:1;transform:scale(1)}.checkbox svg path{stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:16;stroke-dashoffset:16;transition:stroke-dashoffset .25s var(--ease) .08s}.checkbox.checked svg path{stroke-dashoffset:0}.task-text{flex:1;font-size:15.5px;line-height:1.45;position:relative;transition:color .35s var(--ease);min-width:0}.task-text:after{content:"";position:absolute;left:0;top:52%;height:1.5px;width:0;background:var(--text-2);transition:width .3s var(--ease)}.task.done-anim .task-text{color:var(--text-3)}.task.done-anim .task-text:after{width:100%}.row-action{width:26px;height:26px;border-radius:50%;border:none;background:transparent;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s var(--ease),background .2s var(--ease),transform .2s var(--spring)}.task:hover .row-action{opacity:1}.row-action:hover{background:var(--row-hover);transform:scale(1.1)}.row-action svg{width:14px;height:14px;stroke:var(--text-2);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.row-action.promote svg{stroke:var(--accent)}.row-action.promote:hover{background:var(--accent-soft)}.repeat-glyph{width:13px;height:13px;flex-shrink:0;stroke:var(--text-3);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.area-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;transition:transform .25s var(--spring),background .25s var(--ease)}.area-dot:hover{transform:scale(1.5)}.inbox-age{font-size:12px;color:var(--text-3);flex-shrink:0}.empty-note{font-size:14.5px;color:var(--text-2);padding:32px 0;text-align:center}.all-clear{text-align:center;padding:40px 0 28px;opacity:0;transform:translateY(6px);transition:opacity .6s var(--ease) .15s,transform .6s var(--ease) .15s;display:none}.all-clear.show{display:block}.all-clear.visible{opacity:1;transform:translateY(0)}.all-clear .tick-large{width:36px;height:36px;border-radius:50%;background:var(--accent);display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}.all-clear .tick-large svg{width:16px;height:16px}.all-clear .tick-large path{stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;fill:none}.all-clear p{font-size:16px;color:var(--text);font-weight:500}.all-clear span{display:block;font-size:13.5px;color:var(--text-2);margin-top:5px}@keyframes pulse{0%{background:transparent}30%{background:var(--accent-soft)}to{background:transparent}}.pulse{animation:pulse .9s var(--ease);border-radius:12px}.done-section{margin-top:40px;padding-top:26px;border-top:1px solid var(--hairline)}.section-label{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3)}.section-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}.section-meta{font-size:13px;color:var(--text-2);font-variant-numeric:tabular-nums}.done-item{font-size:14px;color:var(--text-3);text-decoration:line-through;text-decoration-color:var(--text-3);padding:6px 0 6px 36px;transition:opacity .4s var(--ease)}.done-item.entering{opacity:0}.consistency-section{margin-top:40px;padding-top:26px;border-top:1px solid var(--hairline)}.heat-wrap{width:fit-content;margin:8px auto}.month-row{display:flex;margin-left:30px;margin-bottom:5px}.month-slot{width:15px;flex-shrink:0;font-size:11px;color:var(--text-3);white-space:nowrap;overflow:visible}.heat-body{display:flex}.day-labels{display:flex;flex-direction:column;gap:3px;width:30px;flex-shrink:0}.day-labels span{height:12px;font-size:11px;line-height:12px;color:var(--text-3)}.heatmap{display:flex;gap:3px}.heat-col{display:flex;flex-direction:column;gap:3px}.heat-cell{width:12px;height:12px;border-radius:3.5px;transition:background .4s var(--ease)}.heat-cell.skip{background:transparent!important;border:1px solid var(--circle)}.heat-cell.future{visibility:hidden}.heat-cell.today-cell{box-shadow:0 0 0 1.5px var(--accent)}@keyframes cellPop{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}.heat-cell.pop{animation:cellPop .45s var(--spring)}.heat-legend{display:flex;align-items:center;justify-content:space-between;font-size:11.5px;color:var(--text-3);margin-bottom:24px}.heat-legend .legend-cells{display:flex;align-items:center;gap:5px}.heat-legend .heat-cell{width:10px;height:10px}.habit-row{display:flex;align-items:center;gap:12px;padding:10px 0}.habit-name{flex:1;min-width:0;font-size:14.5px}.habit-sched{font-size:12px;color:var(--text-3);margin-left:7px}.habit-mini{display:flex;gap:3px}.habit-mini span{width:10px;height:10px;border-radius:3px;transition:background .4s var(--ease)}.habit-mini .skip{background:transparent!important;border:1px solid var(--circle);box-sizing:border-box}.habit-mini span.pop{animation:cellPop .45s var(--spring)}.habit-count{font-size:12.5px;color:var(--text-2);min-width:46px;text-align:right;font-variant-numeric:tabular-nums}.footer{margin-top:56px;display:flex;justify-content:flex-end;align-items:center}.footer-icons{display:flex;gap:16px}.icon-btn{background:none;border:none;cursor:pointer;padding:4px;color:var(--text-3);transition:color .25s var(--ease),transform .25s var(--spring);display:flex}.icon-btn:hover{color:var(--text-2);transform:scale(1.12)}.icon-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.icon-btn:focus-visible,.capture input:focus-visible,.nav-link:focus-visible,.keep-btn:focus-visible,.pill:focus-visible,.x-btn:focus-visible,.recur-btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.eyebrow-links{display:flex;align-items:baseline;gap:16px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.topbar .back-row{margin-bottom:0}.collection-row{max-height:none}.collection-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.collection-name{font-size:15.5px;font-weight:500}.collection-preview{font-size:13px;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.confirm-delete{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-2)}.confirm-delete button{font-size:12.5px;font-family:inherit;background:none;border:none;cursor:pointer;color:var(--text-2);transition:color .2s var(--ease)}.confirm-delete button:first-of-type{color:var(--accent);font-weight:600}.confirm-delete button:hover{color:var(--text)}.note-capture-field>svg{top:18px;transform:none}.capture textarea{display:block;width:100%;font:inherit;font-size:15.5px;color:var(--text);background:var(--field);border:none;border-radius:11px;padding:13px 46px 13px 40px;outline:none;resize:none;line-height:1.5;transition:background .25s var(--ease);caret-color:var(--accent)}.capture textarea::placeholder{color:var(--text-3)}.capture textarea:focus{background:var(--field-focus)}.note-cards{display:flex;flex-direction:column;gap:10px}.note-card{position:relative;background:var(--field);border-radius:14px;padding:14px 16px;cursor:pointer;transition:background .2s var(--ease),opacity .35s var(--ease),transform .4s var(--spring)}.note-card:hover{background:var(--field-focus)}.note-card.entering{opacity:0;transform:translateY(8px)}.note-card-age{position:absolute;top:14px;right:40px;font-size:11.5px;color:var(--text-3)}.note-card-delete{position:absolute;top:8px;right:8px;opacity:0}.note-card:hover .note-card-delete{opacity:1}.note-card-title{font-size:15px;font-weight:600;margin-bottom:3px;padding-right:60px}.note-card-sub{font-size:13px;color:var(--text-2);line-height:1.4;padding-right:20px}.note-card-link{display:flex;align-items:center;gap:12px}.note-card-favicon{width:28px;height:28px;border-radius:7px;flex-shrink:0;background:var(--row-hover)}.note-card-title--prompt{padding-right:40px}.note-card-prompt .note-card-code{margin-top:6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;line-height:1.55;color:var(--text-2);background:var(--row-hover);border-radius:8px;padding:10px 12px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;word-break:break-word}.copy-icon-btn{border:none;background:transparent;cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-3);transition:color .2s var(--ease),background .2s var(--ease),transform .2s var(--spring)}.copy-icon-btn:hover{color:var(--text);background:var(--row-hover);transform:scale(1.06)}.copy-icon-btn.copied{color:var(--accent)}.copy-icon-btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.card-copy{position:absolute;top:8px;right:8px;z-index:1}.note-card--prompt .note-card-age{display:none}.note-card--prompt .note-card-delete{right:40px}.note-title-input{display:block;width:100%;font-family:inherit;font-size:22px;font-weight:700;letter-spacing:-.015em;color:var(--text);background:none;border:none;outline:none;padding:0;margin-bottom:14px;caret-color:var(--accent)}.note-title-input::placeholder{color:var(--text-3)}.note-render{cursor:text;min-height:200px;animation:viewIn .25s var(--ease)}.note-body{font-size:15.5px;line-height:1.6}.note-editor-rich{font-size:15.5px;line-height:1.6;color:var(--text);outline:none;min-height:200px;caret-color:var(--accent);animation:viewIn .25s var(--ease)}.note-editor-rich h2{font-size:17px;font-weight:600;margin:20px 0 6px;letter-spacing:-.01em}.note-editor-rich h3{font-size:15.5px;font-weight:600;margin:16px 0 4px}.note-editor-rich ul,.note-editor-rich ol{margin:6px 0 6px 20px}.note-editor-rich li{margin:3px 0}.note-editor-rich pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.55;background:var(--row-hover);border-radius:10px;padding:14px 16px;margin:10px 0;white-space:pre-wrap;word-break:break-word}.note-editor-rich:empty:before,.note-editor-rich>div:only-child:empty:before{content:"Type / for headings, lists and prompts";color:var(--text-3)}.slash-menu{position:fixed;z-index:50;min-width:220px;background:var(--bg);border:1px solid var(--hairline);border-radius:12px;box-shadow:0 8px 28px #0000001f;padding:6px;animation:viewIn .14s var(--ease)}.dark .slash-menu{box-shadow:0 8px 28px #00000080}.slash-item{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;text-align:left;background:none;border:none;border-radius:8px;padding:8px 10px;cursor:pointer;font-family:inherit;transition:background .15s var(--ease)}.slash-item:hover,.slash-item.selected{background:var(--row-hover)}.slash-label{font-size:14px;color:var(--text);font-weight:500}.slash-hint{font-size:12px;color:var(--text-3)}.note-h2{font-size:17px;font-weight:600;margin:20px 0 6px;letter-spacing:-.01em}.note-h3{font-size:15.5px;font-weight:600;margin:16px 0 4px}.note-paragraph{margin:6px 0;white-space:pre-wrap}.note-list{margin:6px 0 6px 20px}.note-list li{margin:3px 0}.note-link{color:var(--text-2);text-decoration:underline;text-underline-offset:2px}.note-placeholder{color:var(--text-3)}.code-block{position:relative;margin:10px 0}.code-block pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.55;background:var(--row-hover);border-radius:10px;padding:14px 44px 14px 16px;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.code-block .copy-icon-btn{position:absolute;top:8px;right:8px}.note-editor{display:block;width:100%;min-height:200px;font:inherit;font-size:15.5px;line-height:1.6;color:var(--text);background:none;border:none;outline:none;resize:none;caret-color:var(--accent);animation:viewIn .25s var(--ease)}.note-meta{margin-top:24px;padding-top:18px;border-top:1px solid var(--hairline);font-size:12px;color:var(--text-3);display:flex;justify-content:space-between;align-items:baseline;gap:12px}.note-hint{font-size:11.5px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
