:root{--bg:#fffdf9;--panel:#faf6ef;--border:#ebe4d9;--text:#1f1d19;--muted:#7b7367;--hover:#f2ebe0;--accent:#b45309;--accent-soft:#b4530917;--danger:#dc2626;--danger-soft:#dc262617;--measure:46rem;--serif:Georgia, "Iowan Old Style", "Times New Roman", serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-kerning:normal;font-variant-ligatures:common-ligatures contextual;font-family:system-ui,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#17161a;--panel:#1c1a1f;--border:#302d35;--text:#f3f1ed;--muted:#9c958a;--hover:#26232b;--accent:#fbbf24;--accent-soft:#fbbf2421;--danger:#f87171;--danger-soft:#f8717124}}*{box-sizing:border-box}body{margin:0}::selection{background:var(--accent-soft)}[hidden]{display:none!important}#app{grid-template-columns:268px 1fr;height:100dvh;transition:grid-template-columns .22s;display:grid}body.focus-mode #app{grid-template-columns:0 1fr}body.focus-mode .sidebar{border-right-color:#0000}.exit-focus{z-index:5;color:var(--muted);opacity:.35;background:0 0;border-color:#0000;padding:.25rem .5rem;transition:opacity .15s;display:none;position:fixed;top:.75rem;left:.75rem}body.focus-mode .exit-focus{display:block}.exit-focus:hover,.exit-focus:focus-visible{opacity:1;background:var(--hover)}.scrim{display:none}@media (prefers-reduced-motion:reduce){#app{transition:none}}.sidebar{border-right:1px solid var(--border);background:var(--panel);flex-direction:column;display:flex;overflow:hidden}.sidebar-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:1rem .875rem;display:flex}.sidebar-header h1{letter-spacing:-.01em;margin:0;font-size:.95rem;font-weight:600}.note-list{flex-direction:column;flex:1;gap:.125rem;margin:0;padding:.5rem;list-style:none;display:flex;overflow-y:auto}.note-group{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);padding:.9rem .75rem .3rem;font-size:.7rem;font-weight:600}.note-group:first-child{padding-top:.25rem}.note-item{cursor:pointer;border-radius:7px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:background .12s;display:flex}.note-item:hover{background:var(--hover)}.note-item[aria-current=true]{background:var(--accent-soft)}.note-item[aria-current=true] .note-item-title{color:var(--accent);font-weight:600}.note-item-main{flex:1;min-width:0}.note-item-title,.note-item-preview{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.note-item-title{letter-spacing:-.005em}.note-item-preview{color:var(--muted);margin-top:.15rem;font-size:.8rem}.note-delete{width:1.5rem;height:1.5rem;color:var(--muted);opacity:0;background:0 0;border:none;border-radius:5px;flex-shrink:0;padding:0;font-size:1.1rem;line-height:1;transition:opacity .12s}.note-item:hover .note-delete,.note-item:focus-within .note-delete,.note-item[aria-current=true] .note-delete{opacity:1}.note-delete:hover{background:var(--bg);color:var(--danger)}.editor{min-width:0;caret-color:var(--accent);flex-direction:column;display:flex}.note-title,.note-body{width:100%;max-width:var(--measure);font-family:var(--serif);color:inherit;background:0 0;border:none;outline:none;margin-inline:auto}.note-title{letter-spacing:-.01em;padding:2rem 1.5rem .5rem;font-size:1.7rem;font-weight:600;line-height:1.25}.note-body{resize:none;-webkit-hyphens:auto;hyphens:auto;tab-size:4;flex:1;padding:.5rem 1.5rem;font-size:1.0625rem;line-height:1.75}.word-count{width:100%;max-width:var(--measure);text-align:right;color:var(--muted);opacity:.7;min-height:1.6em;margin-inline:auto;padding:0 1.5rem 1.25rem;font-size:.75rem}::placeholder{color:var(--muted);opacity:.65}.empty-state{text-align:center;text-wrap:balance;color:var(--muted);place-content:center;justify-items:center;padding:2rem;display:grid}kbd{border:1px solid var(--border);background:var(--bg);text-align:center;min-width:1.4em;color:var(--muted);border-bottom-width:2px;border-radius:4px;padding:.05em .35em;font-family:inherit;font-size:.72em;font-weight:600;line-height:1.5;display:inline-block}#new-note{align-items:center;gap:.4rem;display:inline-flex}#new-note kbd{border-color:var(--accent-soft);color:var(--accent);opacity:.75}.sidebar-hints{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;align-items:center;gap:.25rem .75rem;padding:.6rem .875rem;font-size:.7rem;display:flex}.sidebar-hints kbd{background:0 0;margin-right:.15rem}.clear-all{letter-spacing:.01em;color:var(--muted);opacity:.75;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:.3rem;margin-left:auto;padding:.2rem .5rem;font-size:.7rem;transition:color .14s,background .14s,border-color .14s,opacity .14s;display:inline-flex}.clear-all svg{flex-shrink:0;width:.85rem;height:.85rem}.clear-all:hover,.clear-all:focus-visible{background:var(--danger-soft);border-color:var(--danger-soft);color:var(--danger);opacity:1}.clear-all:active{transform:translateY(.5px)}.empty-hints{opacity:.8;margin-top:.75rem;font-size:.8rem}.empty-hints kbd{margin-inline:.1rem}.empty-privacy{opacity:.65;max-width:34ch;margin-top:2rem;font-size:.75rem;line-height:1.6}.toast{z-index:30;border:1px solid var(--border);background:var(--panel);border-radius:9px;align-items:center;gap:.75rem;max-width:calc(100vw - 2rem);padding:.6rem .6rem .6rem .9rem;animation:.16s ease-out toast-in;display:flex;position:fixed;bottom:1rem;left:1rem;box-shadow:0 1px 2px #0000000f,0 8px 24px #0000001f}@keyframes toast-in{0%{opacity:0;transform:translateY(6px)}}@media (prefers-reduced-motion:reduce){.toast{animation:none}}.toast-message{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.toast-undo{color:var(--accent);flex-shrink:0;padding:.25rem .6rem;font-size:.875rem;font-weight:550}.toast-undo:hover{background:var(--accent-soft);border-color:var(--accent)}button{border:1px solid var(--border);background:var(--bg);color:inherit;font:inherit;cursor:pointer;border-radius:7px;padding:.35rem .75rem;transition:background .12s,border-color .12s}button:hover{background:var(--hover)}#new-note{color:var(--accent);font-weight:550}#new-note:hover{background:var(--accent-soft);border-color:var(--accent)}@media (width<=640px){#app,body.focus-mode #app{grid-template-columns:1fr}.sidebar{z-index:20;width:min(82vw,300px);transition:transform .22s;position:fixed;inset:0 auto 0 0;box-shadow:0 0 40px #0003}body.focus-mode .sidebar{transform:translate(-100%)}body:not(.focus-mode) .scrim{z-index:15;background:#0006;display:block;position:fixed;inset:0}.exit-focus,body.focus-mode .exit-focus{opacity:.75;padding:.5rem .65rem;display:block}.sidebar-hints span,.empty-hints{display:none}.note-title{padding:3.25rem 1.15rem .5rem;font-size:1.45rem}.note-body,.word-count{padding-inline:1.15rem}.empty-state{padding:3.25rem 1.5rem 2rem}}@media (prefers-reduced-motion:reduce){.sidebar{transition:none}}
