@layer reset{*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit}svg{flex-shrink:0;width:20px;height:20px}}@layer vendor;@layer base{:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#f5f6f7;--surface:#fff;--surface-subtle:#fafbfc;--hover:#eceef0;--selected:#e8ebee;--text:#25292e;--muted:#646d77;--faint:#8a929a;--line:#e5e8eb;--accent:#367c6c;--accent-soft:#e7f0ed;--danger:#b4383d;--shadow:0 16px 60px #202c3a16;font-family:Segoe UI Variable,Segoe UI,-apple-system,BlinkMacSystemFont,Arial,sans-serif;font-size:14px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--canvas:#181b1e;--surface:#212529;--surface-subtle:#1d2125;--hover:#2b3035;--selected:#333a40;--text:#e8ecef;--muted:#a2abb4;--faint:#838d97;--line:#343b42;--accent:#91c7b7;--accent-soft:#2c403a;--danger:#f18e95;--shadow:0 16px 60px #0004}body{color:var(--text);background:var(--canvas);overflow:hidden}button{color:var(--text);background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;line-height:1.4;display:inline-flex}button:hover{background:var(--hover)}button:active{transform:translateY(1px)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}input,textarea,select{color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:7px;min-width:0;padding:10px 12px}input::placeholder,textarea::placeholder{color:var(--muted)}label{flex-direction:column;gap:8px;font-size:13px;font-weight:500;display:flex}label small{color:var(--muted);font-weight:400}form{gap:20px;display:grid}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:600}p{line-height:1.7}kbd{color:var(--muted);border:1px solid var(--line);white-space:nowrap;border-radius:4px;padding:0 4px;font:11px/1.5 inherit}::selection{background:var(--accent-soft);color:var(--text)}*{scrollbar-width:thin;scrollbar-color:var(--line) transparent}.icon-button{width:32px;min-width:32px;height:32px;color:var(--muted);padding:5px}.primary,.new-note{background:var(--text);color:var(--surface);font-weight:500}.primary:hover,.new-note:hover{background:var(--text);filter:brightness(1.15)}.text-button{padding:6px 0;font-size:12px}.text-button:hover{color:var(--accent);background:0 0}.danger{color:var(--danger)}.danger-button{background:var(--danger);color:var(--surface)}.error{color:var(--danger);font-size:13px;line-height:1.6}.button{background:var(--hover);border-radius:7px;align-items:center;gap:8px;padding:9px 13px;text-decoration:none;display:inline-flex}.button-row{flex-wrap:wrap;gap:8px;display:flex}}@layer components{.workspace{grid-template-columns:224px 300px minmax(0,1fr);height:100dvh;padding:12px 12px 12px 0;display:grid}.sidebar{flex-direction:column;min-height:0;padding:16px 16px 8px;display:flex}.brand{letter-spacing:-.55px;align-items:center;gap:10px;height:38px;margin:0 0 27px;padding:0 6px;font-size:18px;font-weight:600;display:flex}.brand-symbol{background:var(--text);width:28px;height:30px;color:var(--surface);border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.brand-symbol svg{width:20px;height:20px}.brand .sidebar-hide{opacity:0;width:22px;min-width:22px;margin-left:auto}.brand:hover .sidebar-hide,.brand:focus-within .sidebar-hide{opacity:1}.new-note{border-radius:8px;justify-content:flex-start;height:40px;margin-bottom:22px;padding:9px 12px;box-shadow:0 2px 4px #0000000a}.new-note svg{width:17px}.new-note kbd{color:inherit;opacity:.6;border:0;margin-left:auto}.main-navigation{gap:3px;margin-bottom:26px;display:grid}.nav-item{text-align:left;width:100%;height:36px;color:var(--muted);justify-content:flex-start;gap:11px;padding:8px 12px;font-size:13px}.nav-item svg{width:18px;height:18px}.nav-item span:not(.nav-shortcut){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-item.active{color:var(--text);background:var(--selected);font-weight:600}.nav-shortcut{color:var(--faint);border:0;margin-left:auto}.sidebar-scroll{flex:1;overflow-y:auto}.section-label{color:var(--muted);letter-spacing:.065em;justify-content:space-between;align-items:center;margin:0 0 5px;padding-left:12px;font-size:11px;font-weight:500;display:flex}.section-label>button:first-child{font:inherit;color:inherit;padding:0}.section-label .icon-button{width:28px;height:28px}.section-label svg{width:15px}.folder-tree{margin-bottom:26px}.folder-row{min-height:35px;color:var(--muted);border-radius:7px;align-items:center;gap:6px;display:flex}.folder-row.active{background:var(--selected);color:var(--text)}.folder-row:hover{background:var(--hover)}.folder-toggle{width:20px;height:25px;padding:3px}.folder-toggle svg{width:13px;transition:transform .15s}.folder-toggle .expanded{transform:rotate(90deg)}.folder-glyph{width:17px;margin:0 2px}.folder-label{text-overflow:ellipsis;white-space:nowrap;text-align:left;min-width:0;color:inherit;flex:1;padding:7px 0;font-size:13px;display:block;overflow:hidden}.row-action{opacity:0;width:24px;min-width:24px}.folder-row:hover .row-action,.folder-row:focus-within .row-action,.tag-row:hover .row-action,.tag-row:focus-within .row-action{opacity:1}.tag-row{align-items:center;display:flex}.tag-row .nav-item{min-width:0}.tag-navigation .nav-item{height:33px;font-size:12px}.tag-navigation .nav-item svg{width:15px;color:var(--faint)}.sidebar-bottom{padding-top:18px}.sidebar-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;display:flex}.sidebar-footer>button:first-child{color:var(--muted);padding-left:11px;font-size:12px}.sidebar-footer svg{width:18px}.drop-target{outline:2px solid var(--accent);outline-offset:-2px;background:var(--accent-soft)!important}.note-list-panel{background:var(--surface-subtle);border:1px solid var(--line);border-right:0;border-radius:12px 0 0 12px;flex-direction:column;min-width:0;min-height:0;display:flex}.list-heading{align-items:center;gap:10px;height:71px;padding:22px 21px 16px 24px;display:flex}.list-heading h1{letter-spacing:-.35px;flex:1;margin:0;font-size:17px}.list-heading>.icon-button{width:26px;min-width:26px}.search-field{background:var(--canvas);height:35px;color:var(--muted);border-radius:7px;align-items:center;gap:8px;margin:3px 20px 15px;padding:0 10px;display:flex}.search-field svg{width:15px;height:15px}.search-field input{outline-offset:0;background:0 0;border:0;width:100%;min-width:0;padding:8px 0;font-size:12px}.list-caption{color:var(--muted);justify-content:space-between;align-items:center;margin:0 22px 7px;font-size:11px;display:flex}.list-caption .icon-button{width:24px;height:24px}.list-caption svg{width:15px}.note-list{flex:1;padding:0 9px 18px;overflow-y:auto}.note-row{border-radius:8px;margin:2px 0;display:flex}.note-row:hover{background:var(--hover)}.note-row.selected{background:var(--selected)}.note-row-content{text-align:left;width:100%;min-width:0;padding:15px 15px 14px;display:block}.note-row-content:hover{background:0 0}.note-row-title{justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px;font-size:13px;font-weight:600;line-height:1.6;display:flex}.note-row-title span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.note-row-title svg{width:12px;height:12px;color:var(--muted)}.note-row p{color:var(--muted);-webkit-line-clamp:2;word-break:break-word;white-space:pre-line;-webkit-box-orient:vertical;margin:0 0 12px;font-size:12px;line-height:1.6;display:-webkit-box;overflow:hidden}.note-row-meta{color:var(--muted);align-items:center;gap:14px;font-size:10px;display:flex}.note-row-meta span{text-overflow:ellipsis;align-items:center;gap:2px;display:flex;overflow:hidden}.note-row-meta svg{width:11px;height:11px}.note-checkbox{accent-color:var(--accent);align-self:center;margin-left:10px}.list-empty{text-align:center;padding:55px 19px}.list-empty>svg{width:29px;height:29px;color:var(--faint);margin-bottom:18px}.list-empty h2{margin-bottom:8px;font-size:15px;line-height:1.5}.list-empty p{color:var(--muted);font-size:12px}.list-empty .text-button{color:var(--accent)}.loading-state{color:var(--muted);padding:30px;font-size:13px}.load-more{margin:20px auto;display:block}.bulk-toolbar{justify-content:center;gap:12px;margin-bottom:10px;display:flex}.list-offline{color:var(--muted);padding:0 22px;font-size:11px}.editor-panel{border:1px solid var(--line);background:var(--surface);border-radius:0 12px 12px 0;flex-direction:column;min-width:0;min-height:0;display:flex;position:relative}.editor-heading{border-bottom:1px solid var(--line);align-items:center;gap:20px;height:61px;min-height:61px;padding:0 22px;display:flex}.breadcrumbs{color:var(--muted);flex:1;align-items:center;gap:8px;min-width:0;font-size:11px;display:flex}.breadcrumbs span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumbs span:first-child{flex-shrink:0;max-width:100px}.breadcrumbs svg{width:11px;height:11px;color:var(--faint)}.sync-state{color:var(--muted);flex-shrink:0;align-items:center;gap:5px;max-width:210px;font-size:10px;display:flex}.sync-state span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sync-state svg{width:13px;height:13px;color:var(--accent)}.editor-actions{gap:7px;display:flex}.editor-actions .icon-button{width:28px;min-width:28px;height:28px}.editor-actions svg{width:17px;height:17px}.is-pinned{color:var(--accent)}.menu-anchor{position:relative}.menu-dismiss{z-index:18;cursor:default;position:fixed;inset:0;background:0 0!important}.dropdown{background:var(--surface);width:204px;box-shadow:var(--shadow);border:1px solid var(--line);z-index:20;border-radius:10px;padding:6px;position:absolute;top:35px;right:0}.dropdown button{text-align:left;width:100%;padding:10px 12px;font-size:12px;display:block}.editor-mode-bar{justify-content:space-between;align-items:center;height:58px;min-height:58px;padding:0 28px;display:flex}.segmented{background:var(--canvas);border-radius:7px;gap:2px;padding:3px;display:inline-flex}.segmented button{color:var(--muted);border-radius:5px;padding:5px 12px;font-size:11px}.segmented button.active{color:var(--text);background:var(--surface);box-shadow:0 1px 3px #0000000d}.editor-mode-bar>.text-button{color:var(--muted)}.editor-mode-bar>.text-button svg{width:14px}.editor-scroll{scroll-behavior:auto;flex:1;padding:30px clamp(24px,5vw,80px) 60px;overflow:hidden auto}.note-title-area{max-width:760px;margin:0 auto 25px}.note-title-area h1{letter-spacing:-.9px;margin-bottom:12px;font-size:32px}.note-title{letter-spacing:-.85px;text-overflow:ellipsis;border:0;border-radius:0;width:100%;height:50px;padding:0;font-size:30px;font-weight:600;line-height:1.4}.note-title::placeholder{color:var(--text)}.note-title:focus{outline:0}.note-title:focus-visible{box-shadow:0 2px 0 var(--line)}.scratchpad-hint{color:var(--muted);margin-bottom:24px;font-size:13px}.note-metadata{color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;min-height:28px;margin-top:14px;font-size:11px;display:flex}.note-metadata>select{color:var(--muted);background:0 0;border:0;max-width:170px;padding:3px 18px 3px 0;font-size:11px}.metadata-divider{background:var(--line);width:1px;height:14px}.note-tags{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.tag-chip{background:var(--canvas);border-radius:5px;align-items:center;gap:2px;padding:3px 5px;font-size:10px;display:inline-flex}.tag-chip svg{width:11px;height:11px}.tag-chip button{width:16px;height:16px;padding:0}.tag-chip button svg{width:9px}.tag-input{background:0 0;border:0;width:96px;padding:3px 5px;font-size:11px}.markdown-editor{resize:vertical;tab-size:2;border:0;border-radius:0;outline:0;width:100%;max-width:760px;height:auto;min-height:60vh;margin:0 auto;padding:12px 0;font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:14px;line-height:1.9;display:block}.visual-editor{max-width:760px;margin:0 auto}.editor-panel .mdxeditor{color:var(--text);background:0 0;font-family:inherit}.editor-panel .mdxeditor-toolbar{background:var(--surface-subtle);border:1px solid var(--line);border-radius:7px;flex-wrap:wrap;gap:2px;margin-bottom:20px;padding:5px;position:relative;top:0}.editor-panel .mdxeditor-toolbar button{width:auto;min-width:25px;height:27px;color:var(--muted);border-radius:4px;padding:4px}.editor-panel .mdxeditor-toolbar button:hover{background:var(--hover)}.editor-panel .mdxeditor-toolbar svg{width:17px;height:17px}.editor-panel .mdxeditor-toolbar div[role=separator]{height:15px;margin:0 3px}.editor-panel [class*=_codeMirrorWrapper_]{background:var(--surface-subtle);padding-top:46px}.editor-panel [class*=_codeMirrorToolbar_]{background:0 0}.editor-panel .mdxeditor-toolbar button[role=combobox]{padding:4px 7px;font-size:11px}.prose-editor{color:var(--text);overflow-wrap:anywhere;min-height:45vh;font-family:inherit;font-size:15px;line-height:1.85;padding:0!important}.prose-editor:focus{outline:0}.prose-editor p{margin:0 0 18px;line-height:1.85}.prose-editor h1{letter-spacing:-.5px;margin:30px 0 14px;font-size:27px}.prose-editor h2{letter-spacing:-.35px;margin:29px 0 12px;font-size:21px}.prose-editor h3{margin:24px 0 10px;font-size:17px}.prose-editor ul,.prose-editor ol{margin:10px 0 22px;padding-left:24px}.prose-editor li{margin:6px 0;padding-left:3px}.prose-editor li[role=checkbox]{min-height:27px;margin-left:-22px;padding-left:27px}.prose-editor li[role=checkbox]:before{border-color:var(--faint);border-radius:4px;top:6px}.prose-editor li[aria-checked=true]:before{background:var(--accent);border-color:var(--accent)}.prose-editor a{color:var(--accent);text-underline-offset:3px}.prose-editor blockquote{border-left:3px solid var(--line);color:var(--muted);margin:24px 0;padding-left:20px}.prose-editor code{background:var(--canvas);border-radius:4px;padding:2px 4px;font-family:Cascadia Code,Consolas,monospace;font-size:.87em}.prose-editor img{border-radius:8px;max-width:100%}.prose-editor table{border-collapse:collapse;max-width:100%}.prose-editor td,.prose-editor th{border:1px solid var(--line);padding:8px 12px}.prose-editor hr{border:0;border-top:1px solid var(--line);margin:28px 0}.editor-panel .cm-editor{background:var(--canvas);color:var(--text);border-radius:7px;font-size:13px}.editor-panel .cm-scroller{overflow-x:auto}.editor-panel .cm-gutters{background:var(--canvas);color:var(--muted);border-color:var(--line)}.editor-panel .cm-activeLine,.editor-panel .cm-activeLineGutter{background:var(--hover)}.editor-panel .cm-cursor{border-left-color:var(--text)}.editor-panel .mdxeditor [class*=codeMirrorWrapper]{background:var(--canvas);border:1px solid var(--line)}.editor-panel .mdxeditor [class*=codeMirrorToolbar]{background:var(--canvas);color:var(--muted)}.editor-panel .mdxeditor [class*=placeholder]{color:var(--muted);padding-left:0;font-size:15px}.editor-footer{border-top:1px solid var(--line);min-height:44px;color:var(--muted);align-items:center;gap:17px;padding:5px 24px;font-size:10px;display:flex}.editor-footer>div{flex:1;align-items:center;gap:3px;display:flex}.editor-footer .icon-button{width:28px;min-width:28px;height:28px}.editor-footer svg{width:16px;height:16px}.attachments{border-top:1px solid var(--line);max-width:760px;margin:30px auto 0;padding-top:20px}.attachments h3{color:var(--muted);margin-bottom:12px;font-size:11px;font-weight:500}.attachments a{border-radius:6px;align-items:center;gap:10px;padding:10px;font-size:12px;text-decoration:none;display:flex}.attachments a:hover{background:var(--canvas)}.attachments a span{overflow-wrap:anywhere;flex:1}.attachments small{color:var(--muted)}.note-banner{background:var(--accent-soft);color:var(--text);justify-content:space-between;align-items:center;gap:12px;padding:10px 24px;font-size:12px;display:flex}.note-banner button{color:var(--accent);padding:4px 8px}.editor-warning{color:var(--danger);font-size:12px}.file-drop:after{content:"";pointer-events:none;border:2px dashed var(--accent);z-index:5;background:#367c6c12;border-radius:8px;position:absolute;inset:8px}.empty-editor{text-align:center;justify-content:center;align-items:center;padding:40px}.empty-editor>div{max-width:320px}.empty-editor-icon{stroke-width:1px;width:43px;height:43px;color:var(--faint);margin-bottom:27px}.empty-editor h2{letter-spacing:-.6px;margin-bottom:13px;font-size:25px}.empty-editor p{color:var(--muted);margin-bottom:25px;font-size:13px;line-height:1.8}.empty-editor .primary{padding:10px 16px;font-size:12px}.empty-editor .primary svg{width:16px}.empty-keyboard{color:var(--faint);margin-top:18px;font-size:10px;display:block}.scratchpad-view{grid-template-columns:224px minmax(0,1fr)}.scratchpad-view .note-list-panel{display:none}.scratchpad-view .editor-panel{border-radius:12px}.scratchpad-view .editor-scroll{padding-top:42px}.sidebar-hidden{grid-template-columns:0 300px minmax(0,1fr);padding-left:12px}.sidebar-hidden .sidebar{visibility:hidden;padding:0}.sidebar-hidden .list-heading{padding-left:46px}.sidebar-hidden.scratchpad-view{grid-template-columns:0 minmax(0,1fr)}.show-sidebar{z-index:10;position:fixed;top:34px;left:19px}.sidebar-hidden.scratchpad-view .editor-heading{padding-left:52px}.mobile-menu,.mobile-back,.mobile-bottom,.nav-backdrop{display:none}.dialog{border:1px solid var(--line);width:min(440px,100vw - 32px);max-height:min(85dvh,800px);color:var(--text);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;padding:24px}.dialog::backdrop{background:#131b2755}.dialog-wide{width:min(760px,100vw - 32px)}.dialog-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.dialog-heading h2{letter-spacing:-.4px;margin:0;font-size:19px}.dialog>p{color:var(--muted);font-size:13px}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.dialog-actions button{min-height:38px}.dialog-danger{border-top:1px solid var(--line);justify-items:start;gap:8px;margin-top:24px;padding-top:20px;font-size:12px;display:grid}.dialog-danger p{color:var(--muted)}.settings-layout{grid-template-columns:135px minmax(0,1fr);gap:32px;min-height:330px;display:grid}.settings-tabs{flex-direction:column;gap:5px;display:flex}.settings-tabs button{justify-content:flex-start;font-size:13px}.settings-tabs button.active{background:var(--selected);font-weight:500}.settings-content{padding:3px 8px 12px 0}.settings-content h3{margin-bottom:14px;font-size:14px}.settings-content p{color:var(--muted);margin-bottom:17px;font-size:12px}.settings-content small{color:var(--muted);font-size:11px}.settings-content .button,.settings-content>button,.button-row button{background:var(--hover);font-size:12px}.theme-options{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:30px;display:grid}.theme-options button{background:var(--canvas);border:1px solid #0000;flex-direction:column;gap:12px;padding:19px 12px;font-size:12px}.theme-options button.active{border-color:var(--accent);background:var(--accent-soft)}.theme-options svg{width:24px;height:24px}.settings-section{border-top:1px solid var(--line);margin:30px 0;padding-top:23px}.session-list{margin-bottom:15px;font-size:12px}.session-list>div{justify-content:space-between;gap:10px;margin-bottom:12px;display:flex}.session-list strong{overflow-wrap:anywhere;font-weight:400}.palette-search{align-items:center;gap:10px;margin:-5px 0 18px;display:flex}.palette-search input{border:0;outline:0;width:100%;padding:10px 0}.palette-search svg{color:var(--muted)}.command-list{gap:3px;max-height:390px;display:grid;overflow:auto}.command-list button{text-align:left;justify-content:space-between;padding:12px;font-size:13px}.command-list button.active{background:var(--selected)}.command-list svg{width:13px;color:var(--muted)}.shortcut-list>div{justify-content:space-between;align-items:center;margin:15px 0;font-size:13px;display:flex}.shortcut-list dd{margin:0}.history-layout{grid-template-columns:180px minmax(0,1fr);gap:20px;display:grid}.history-list{max-height:55vh;overflow:auto}.history-list button{text-align:left;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:5px;font-size:12px;display:flex}.history-list button.active{background:var(--selected)}.history-list time{color:var(--muted);font-size:10px}.history-list p,.revision-preview>p{color:var(--muted);font-size:12px}.revision-preview pre{white-space:pre-wrap;overflow-wrap:anywhere;background:var(--canvas);border-radius:8px;max-height:45vh;padding:15px;font-size:12px;line-height:1.7;overflow:auto}.link-results{max-height:350px;margin-top:15px;display:grid;overflow:auto}.link-results button{text-align:left;justify-content:flex-start}.toast{z-index:40;background:var(--text);color:var(--surface);box-shadow:var(--shadow);border-radius:10px;align-items:center;gap:15px;max-width:min(620px,90vw);padding:10px 13px 10px 18px;font-size:12px;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%)}.toast button{color:inherit;white-space:nowrap}.toast .icon-button{width:24px;min-width:24px}.toast svg{width:15px}.sync-banner{z-index:50;background:var(--surface);max-width:90vw;box-shadow:var(--shadow);border:1px solid var(--danger);color:var(--danger);border-radius:9px;padding:10px 15px;font-size:12px;position:fixed;top:12px;left:50%;transform:translate(-50%)}.sync-banner button{text-decoration:underline}.trashed-folders{background:var(--surface);border:1px solid var(--line);width:265px;max-height:180px;box-shadow:var(--shadow);z-index:8;border-radius:8px;padding:8px;position:fixed;bottom:70px;left:250px;overflow:auto}.trashed-folders>div{align-items:center;gap:8px;font-size:11px;display:flex}.trashed-folders span{text-overflow:ellipsis;flex:1;overflow:hidden}.trashed-folders svg{width:15px}.auth-page{flex-direction:column;align-items:center;height:100dvh;padding:54px 24px 30px;display:flex;overflow-y:auto}.auth-brand{letter-spacing:-.5px;align-items:center;gap:10px;margin-bottom:max(6vh,35px);font-size:20px;font-weight:600;display:flex}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;width:100%;max-width:440px;padding:38px;box-shadow:0 8px 30px #15233404}.auth-card h1{letter-spacing:-.9px;margin:0 0 12px;font-size:29px}.auth-card>p{color:var(--muted);margin-bottom:28px;font-size:13px}.auth-card .primary{justify-content:space-between;margin-top:5px;padding:12px 15px}.auth-card small{color:var(--muted);font-size:11px}.auth-card label+small{margin-top:-14px}.connection-screen{flex-direction:column;justify-content:center;align-items:center;height:100dvh;display:flex}.connection-screen>svg{width:40px;height:40px;margin-bottom:20px}.connection-screen h1{font-size:26px}.connection-screen p{color:var(--muted)}}@layer responsive{@media (width>=1600px){.workspace{grid-template-columns:244px 330px minmax(0,1fr)}.scratchpad-view{grid-template-columns:244px minmax(0,1fr)}.sidebar-hidden{grid-template-columns:0 330px minmax(0,1fr)}.sidebar-hidden.scratchpad-view{grid-template-columns:0 minmax(0,1fr)}.editor-scroll{padding-top:50px}}@media (width<=1100px) and (width>=769px){.workspace{grid-template-columns:190px 255px minmax(0,1fr)}.sidebar{padding:16px 10px 8px}.brand{gap:8px;font-size:16px}.editor-heading{gap:10px;padding:0 16px}.breadcrumbs span:last-child:not(:first-child){display:none}.editor-scroll{padding:25px 30px 50px}.editor-date{display:none}.scratchpad-view{grid-template-columns:190px minmax(0,1fr)}.sidebar-hidden{grid-template-columns:0 255px minmax(0,1fr)}.sidebar-hidden.scratchpad-view{grid-template-columns:0 minmax(0,1fr)}.new-note kbd{display:none}}@media (width<=768px){body{overflow:hidden}button{min-height:44px}input,textarea,select{font-size:16px}.icon-button{min-width:44px;min-height:44px}.workspace,.scratchpad-view,.sidebar-hidden,.sidebar-hidden.scratchpad-view{height:100dvh;padding:0;display:block}.sidebar,.sidebar-hidden .sidebar{visibility:visible;background:var(--canvas);z-index:32;width:min(300px,85vw);padding:max(20px, env(safe-area-inset-top)) 20px 20px;position:fixed;top:0;bottom:0;left:0;transform:translate(-101%)}.nav-open .sidebar{transform:translate(0)}.nav-backdrop{z-index:30;background:#10182066;border-radius:0;display:block;position:fixed;inset:0}.nav-backdrop:hover{background:#10182066}.brand{margin-bottom:25px}.brand .sidebar-hide{opacity:1;min-width:44px}.new-note{min-height:44px}.nav-item{min-height:43px;font-size:14px}.tag-navigation .nav-item{min-height:40px}.folder-row{min-height:44px}.folder-label{font-size:14px}.row-action{opacity:1}.note-list-panel,.scratchpad-view .note-list-panel{height:calc(100dvh - 76px - env(safe-area-inset-bottom));background:var(--surface);border:0;border-radius:0;display:flex}.list-heading,.sidebar-hidden .list-heading{gap:6px;height:76px;padding:16px 18px 6px}.list-heading h1{letter-spacing:-.7px;font-size:24px}.list-heading>.icon-button{min-width:44px}.mobile-menu{display:flex}.search-field{border-radius:9px;height:43px;margin:9px 24px 18px;padding:0 13px}.search-field input{padding:12px 0;font-size:14px}.search-field svg{width:18px;height:18px}.list-caption{margin:0 26px 8px;font-size:12px}.list-caption .icon-button{min-height:30px}.note-list{padding:0 13px 30px}.note-row{border-radius:10px;margin-bottom:4px}.note-row-content{padding:16px 15px}.note-row-title{margin-bottom:5px;font-size:15px}.note-row p{margin-bottom:11px;font-size:13px}.note-row-meta{font-size:11px}.list-empty{padding-top:60px}.list-empty h2{font-size:18px}.list-empty p,.list-empty .text-button{font-size:14px}.editor-panel{border:0;border-radius:0;height:100dvh;display:none}.editing-mobile .editor-panel{display:flex}.editing-mobile .note-list-panel,.editing-mobile .mobile-bottom{display:none}.editor-heading{gap:5px;height:60px;min-height:60px;padding:3px 10px}.mobile-back{display:flex}.breadcrumbs{font-size:12px}.breadcrumbs span:last-child:not(:first-child),.breadcrumbs>svg{display:none}.sync-state{max-width:100px;font-size:10px}.editor-actions{gap:0}.editor-actions .icon-button{min-width:38px}.editor-actions svg{width:20px;height:20px}.editor-mode-bar{height:60px;min-height:60px;padding:0 22px}.segmented button{min-height:32px;padding:5px 14px;font-size:12px}.editor-mode-bar>.text-button{font-size:11px}.editor-mode-bar>.text-button svg{width:13px}.editor-scroll,.scratchpad-view .editor-scroll{padding:20px 23px 60px}.note-title-area{margin-bottom:25px}.note-title{height:45px;font-size:27px}.note-title-area h1{font-size:29px}.scratchpad-hint{max-width:240px;font-size:13px}.note-metadata{gap:8px;margin-top:13px}.note-metadata>select{max-width:140px;min-height:32px;font-size:12px}.tag-input{min-height:32px;font-size:12px}.tag-chip{font-size:11px}.tag-chip button{width:28px;min-height:28px}.note-tags{flex:1}.metadata-divider{display:none}.editor-panel .mdxeditor-toolbar{margin-bottom:24px;padding:4px;overflow:visible}.editor-panel .mdxeditor-toolbar div[role=separator]{display:none}.editor-panel .mdxeditor-toolbar button{min-width:36px;min-height:39px}.editor-panel .mdxeditor-toolbar svg{width:19px;height:19px}.prose-editor{font-size:16px;line-height:1.85}.prose-editor h2{font-size:21px}.prose-editor li[role=checkbox]{min-height:35px;padding-top:3px}.prose-editor li[role=checkbox]:before{top:10px}.markdown-editor{min-height:55dvh;font-size:15px}.editor-footer{min-height:51px;padding:4px 15px max(4px, env(safe-area-inset-bottom));font-size:11px}.editor-date{display:none}.editor-footer .icon-button{min-width:42px;min-height:40px}.editor-footer svg{width:19px;height:19px}.mobile-bottom{height:calc(76px + env(safe-area-inset-bottom));padding:8px 23px calc(8px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--line);z-index:15;justify-content:space-between;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bottom button:not(.mobile-capture){color:var(--muted);flex-direction:column;gap:5px;min-width:54px;padding:4px;font-size:10px;display:flex}.mobile-bottom button.active{color:var(--text)}.mobile-bottom svg{width:22px;height:22px}.mobile-capture{background:var(--text);width:48px;height:48px;color:var(--surface);border-radius:14px;margin-left:12px}.mobile-capture:hover{background:var(--text)}.mobile-capture svg{width:25px;height:25px}.show-sidebar,.empty-editor{display:none}.dialog{border-radius:14px;max-height:88dvh;padding:22px}.dialog-heading{margin-bottom:20px}.dialog-heading h2{font-size:18px}.settings-layout{display:block}.settings-tabs{flex-direction:row;gap:4px;margin-bottom:22px}.settings-tabs button{flex:1;justify-content:center;font-size:12px}.settings-content{padding:0}.theme-options button{font-size:12px}.theme-options{gap:6px}.history-layout{grid-template-columns:1fr}.history-list{max-height:160px}.revision-preview pre{max-height:30vh}.dropdown{width:210px}.dropdown button{font-size:13px}.toast{gap:7px;width:max-content;max-width:calc(100vw - 30px);padding:9px 8px 9px 15px;bottom:90px}.toast button{min-width:34px}.editing-mobile .toast{bottom:65px}.sync-banner{width:calc(100vw - 30px)}.trashed-folders{width:auto;bottom:100px;left:20px;right:20px}.auth-page{padding:35px 22px}.auth-brand{margin-bottom:35px}.auth-card{padding:28px 25px}.auth-card h1{font-size:27px}.auth-card label{font-size:14px}}@media (prefers-reduced-motion:no-preference){button{transition:background-color .12s,color .12s,transform .12s}.note-row{animation:.16s ease-out note-in}.dialog[open]{animation:.16s ease-out dialog-in}.sidebar{transition:transform .18s ease-out}.toast{animation:.16s ease-out toast-in}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}}@keyframes note-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes dialog-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-in{0%{opacity:0;margin-bottom:-5px}to{opacity:1;margin-bottom:0}}
