:root{--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--canvas: #f4f6f2;--surface: #fffefa;--surface-raised: #ffffff;--surface-muted: #e9eee7;--text: #1e251f;--text-soft: #596358;--text-muted: #7a8378;--border: #d9e0d5;--border-strong: #c3cebf;--accent: #2f6f55;--accent-strong: #245844;--accent-soft: #dfeee6;--danger: #9f3a3a;--danger-soft: #f4dddd;--shadow: 0 18px 48px rgba(30, 37, 31, .1);--radius: 8px}:root[data-theme=dark]{--canvas: #111512;--surface: #171d19;--surface-raised: #1e2721;--surface-muted: #243029;--text: #edf3ed;--text-soft: #bbc7bb;--text-muted: #8f9b90;--border: #314036;--border-strong: #435547;--accent: #7bd2a2;--accent-strong: #a7e5be;--accent-soft: #203b2e;--danger: #f08e8e;--danger-soft: #4a2424;--shadow: 0 18px 48px rgba(0, 0, 0, .34)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;color:var(--text);background:var(--canvas);font-family:var(--font-sans)}[hidden]{display:none!important}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:16px;padding:22px;background:var(--surface-muted);border-right:1px solid var(--border);overflow:hidden;z-index:30}.brand-row{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;color:#fff;background:var(--accent);font-weight:800;letter-spacing:0}.eyebrow{margin:0 0 2px;color:var(--text-muted);font-size:.75rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1{margin:0;font-size:1.05rem;line-height:1.2}.primary-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 16px;border:1px solid transparent;border-radius:var(--radius);color:#fff;background:var(--accent);font-weight:750}.primary-action:hover{background:var(--accent-strong)}.primary-action.compact{width:fit-content}.search-field{position:relative;display:block}.search-field svg{position:absolute;left:13px;top:50%;width:18px;height:18px;color:var(--text-muted);transform:translateY(-50%)}.search-field input,.meta-grid input,.meta-grid select{width:100%;min-height:44px;border:1px solid var(--border);border-radius:var(--radius);color:var(--text);background:var(--surface-raised);outline:none}.search-field input{padding:0 12px 0 42px}.search-field input:focus,.meta-grid input:focus,.meta-grid select:focus,.title-input:focus,.editor:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.segmented-control{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;padding:4px;border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb,var(--surface-raised) 72%,transparent)}.segment{min-height:36px;border:0;border-radius:6px;color:var(--text-soft);background:transparent;font-size:.9rem;font-weight:650}.segment.active{color:var(--text);background:var(--surface-raised);box-shadow:0 1px #0000000a}.note-count{color:var(--text-muted);font-size:.82rem;font-weight:700}.notes-list{display:flex;flex:1;min-height:0;flex-direction:column;gap:8px;margin-right:-8px;padding-right:8px;overflow-y:auto}.note-item{position:relative;display:grid;gap:8px;width:100%;min-height:116px;padding:13px 13px 12px 16px;border:1px solid transparent;border-left:4px solid var(--note-accent);border-radius:var(--radius);color:var(--text);background:transparent;text-align:left}.note-item:hover,.note-item.active{border-color:var(--border);background:var(--surface-raised)}.note-item.active{box-shadow:0 1px #00000008}.note-item-top,.note-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.note-item strong{min-width:0;overflow:hidden;font-size:.95rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.note-item svg{flex:0 0 auto;width:15px;height:15px;color:var(--accent)}.note-snippet{display:-webkit-box;overflow:hidden;color:var(--text-soft);font-size:.84rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tag-row{display:flex;min-width:0;gap:5px;overflow:hidden}.tag-row span{max-width:82px;overflow:hidden;padding:2px 7px;border-radius:999px;color:var(--text-soft);background:var(--accent-soft);font-size:.72rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.note-item time{flex:0 0 auto;color:var(--text-muted);font-size:.72rem}.list-empty{padding:18px 4px;color:var(--text-muted);font-size:.9rem}.workspace{display:flex;min-width:0;min-height:100vh;flex-direction:column}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:64px;padding:12px clamp(16px,4vw,42px);border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--canvas) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-actions{display:flex;gap:8px}.icon-button,.tool-button{display:inline-grid;place-items:center;min-width:44px;height:44px;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-soft);background:var(--surface-raised)}.icon-button:hover,.tool-button:hover,.icon-button.active{color:var(--text);border-color:var(--border-strong);background:var(--surface)}.icon-button.active svg{fill:color-mix(in srgb,var(--accent) 25%,transparent);color:var(--accent)}.icon-button.danger:hover{color:var(--danger);background:var(--danger-soft)}.icon-button svg,.tool-button svg,.primary-action svg{width:18px;height:18px}.mobile-only{display:none}.sync-pill{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border:1px solid var(--border);border-radius:999px;color:var(--text-soft);background:var(--surface-raised);font-size:.84rem;font-weight:750}.sync-dot{width:8px;height:8px;border-radius:999px;background:var(--text-muted)}.sync-pill[data-state=live] .sync-dot{background:#2f9e68}.sync-pill[data-state=saving] .sync-dot,.sync-pill[data-state=connecting] .sync-dot{background:#bc8b2c}.sync-pill[data-state=offline] .sync-dot{background:var(--danger)}.empty-state{display:grid;place-content:center;gap:12px;min-height:calc(100vh - 64px);padding:32px;text-align:center}.empty-icon{display:grid;place-items:center;width:60px;height:60px;margin:0 auto;border:1px solid var(--border);border-radius:var(--radius);color:var(--accent);background:var(--surface-raised)}.empty-state h2{margin:0;font-size:1.4rem}.empty-state p{margin:0 0 8px;color:var(--text-soft)}.editor-shell{width:min(100%,980px);margin:0 auto;padding:clamp(18px,4vw,46px)}.remote-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--accent) 35%,var(--border));border-radius:var(--radius);color:var(--text);background:var(--accent-soft);font-size:.92rem}.remote-banner button{min-height:36px;padding:0 12px;border:1px solid var(--accent);border-radius:6px;color:var(--accent-strong);background:var(--surface-raised);font-weight:750}.title-row{display:grid;grid-template-columns:16px minmax(0,1fr);gap:14px;align-items:start}.note-color-chip{width:16px;height:58px;margin-top:8px;border-radius:999px}.title-input{width:100%;min-height:72px;resize:none;overflow:hidden;padding:0;border:1px solid transparent;border-radius:var(--radius);color:var(--text);background:transparent;font-size:clamp(2rem,5vw,4.4rem);font-weight:800;line-height:1.08;letter-spacing:0;outline:none}.title-input::placeholder,.editor:empty:before{color:color-mix(in srgb,var(--text-muted) 72%,transparent)}.meta-grid{display:grid;grid-template-columns:minmax(0,1fr) 148px;gap:12px;margin:20px 0 14px}.meta-grid label{display:grid;gap:6px}.meta-grid label span{color:var(--text-muted);font-size:.76rem;font-weight:800;text-transform:uppercase}.meta-grid input,.meta-grid select{padding:0 12px}.toolbar{display:flex;gap:8px;padding:10px 0;overflow-x:auto}.tool-button{flex:0 0 auto;height:40px;min-width:40px}.editor{min-height:48vh;padding:24px 0 40px;border:1px solid transparent;border-radius:var(--radius);color:var(--text);font-size:1.04rem;line-height:1.75;outline:none}.editor:empty:before{content:"Start writing. Paste plain text, add headings, lists, quotes, and ideas."}.editor h2{margin:1.4em 0 .35em;font-size:1.55rem;line-height:1.25}.editor p{margin:.85em 0}.editor ul,.editor ol{padding-left:1.35rem}.editor blockquote{margin:1.2rem 0;padding-left:1rem;border-left:4px solid var(--accent);color:var(--text-soft)}.editor a{color:var(--accent-strong)}.editor-footer{display:flex;justify-content:space-between;gap:14px;padding-top:16px;border-top:1px solid var(--border);color:var(--text-muted);font-size:.84rem;font-weight:700}.toast{position:fixed;right:18px;bottom:18px;z-index:60;max-width:min(360px,calc(100vw - 36px));padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);color:var(--text);background:var(--surface-raised);box-shadow:var(--shadow);font-size:.92rem}@media(max-width:860px){.app-shell{display:block}.sidebar{position:fixed;width:min(86vw,340px);transform:translate(-104%);transition:transform .18s ease;box-shadow:var(--shadow)}.sidebar.open{transform:translate(0)}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;background:#0d120f61}.mobile-only{display:inline-grid}.topbar{min-height:58px;padding:8px 12px}.topbar-actions{gap:6px}.icon-button{min-width:42px;height:42px}.sync-pill{max-width:136px;padding:0 10px}.editor-shell{padding:18px 16px 30px}.title-row{grid-template-columns:12px minmax(0,1fr);gap:10px}.note-color-chip{width:12px;height:42px;margin-top:6px}.title-input{min-height:54px;font-size:2.15rem}.meta-grid{grid-template-columns:1fr}.editor{min-height:52vh;font-size:1rem}.remote-banner,.editor-footer{align-items:flex-start;flex-direction:column}}
