:root{color-scheme:light dark;--bg: #0f1115;--surface: #171a21;--surface2: #1f2430;--border: #2a3142;--text: #e8eaef;--muted: #9aa3b5;--accent: #6ea8fe;--danger: #ff6b6b;font-family:Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button,input,textarea{font:inherit}#app{min-height:100vh}.hidden{display:none!important}.login-page,.app-shell{min-height:100vh}.login-page{display:grid;place-items:center;padding:1rem}.login-card{width:min(100%,360px);background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.login-card h1{margin:0 0 .25rem;font-size:1.4rem}.login-card p{margin:0 0 1rem;color:var(--muted)}.login-card label{display:block;margin-bottom:.75rem;color:var(--muted);font-size:.9rem}.login-card input{width:100%;margin-top:.25rem;padding:.6rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--text)}.login-card button,.google-signin,.toolbar button,.editor-actions button,.note-item,.folder-item{cursor:pointer}.login-card button,.toolbar button.primary,.editor-actions button.primary{background:var(--accent);color:#081018;border:none;border-radius:8px;padding:.55rem .9rem;font-weight:600}.login-card button{width:100%;margin-top:.5rem}.google-signin{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;margin-top:.5rem;padding:.65rem .9rem;border-radius:8px;border:1px solid var(--border);background:#fff;color:#1f1f1f;text-decoration:none;font-weight:600}.google-signin-icon{display:inline-grid;place-items:center;width:1.25rem;height:1.25rem;border-radius:999px;background:#4285f4;color:#fff;font-size:.75rem;font-weight:700}.error{color:var(--danger);font-size:.9rem;margin-top:.5rem}.app-shell{display:grid;grid-template-columns:260px 320px 1fr;height:100vh}.sidebar,.note-list,.editor-pane{border-right:1px solid var(--border);overflow:auto}.editor-pane{border-right:none}.sidebar-header,.list-header,.editor-header{padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:1}.sidebar-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.nav-views{display:flex;flex-wrap:wrap;gap:.35rem;padding:.75rem 1rem}.nav-views button{background:var(--surface2);color:var(--text);border:1px solid var(--border);border-radius:999px;padding:.25rem .65rem;font-size:.85rem}.nav-views button.active{border-color:var(--accent);color:var(--accent)}.folder-tree{padding:.5rem .75rem 1rem}.folder-item{display:block;width:100%;text-align:left;background:transparent;border:none;color:var(--text);padding:.35rem .5rem;border-radius:6px}.folder-item:hover,.note-item:hover{background:var(--surface2)}.folder-item.active,.note-item.active{background:#6ea8fe26;color:var(--accent)}.folder-children{margin-left:.75rem;border-left:1px solid var(--border);padding-left:.35rem}.note-list{background:var(--surface)}.note-item{display:block;width:100%;text-align:left;background:transparent;border:none;border-bottom:1px solid var(--border);color:var(--text);padding:.75rem 1rem}.note-item .title{font-weight:600;margin-bottom:.25rem}.note-item .preview{color:var(--muted);font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toolbar{display:flex;gap:.5rem;flex-wrap:wrap}.toolbar input{flex:1;min-width:120px;padding:.45rem .6rem;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--text)}.toolbar button{background:var(--surface2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.45rem .7rem}.editor-pane{padding:1rem}.editor-header input{width:100%;font-size:1.25rem;font-weight:600;padding:.5rem 0;border:none;background:transparent;color:var(--text);border-bottom:1px solid var(--border)}.editor-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin:.75rem 0 1rem}.editor-actions button{background:var(--surface2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.4rem .7rem}.block{margin-bottom:1rem}.block textarea{width:100%;min-height:220px;padding:.75rem;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--text);resize:vertical}.checklist-item{display:flex;gap:.5rem;align-items:flex-start;margin-bottom:.5rem}.checklist-item input[type=text]{flex:1;padding:.45rem .6rem;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--text)}.checklist-item input[type=checkbox]{margin-top:.55rem}.search-results{padding:.5rem 1rem 1rem}.search-results button{display:block;width:100%;text-align:left;background:transparent;border:none;border-bottom:1px solid var(--border);color:var(--text);padding:.65rem 0}.search-results .path{color:var(--muted);font-size:.8rem}.empty{color:var(--muted);padding:1rem}@media(max-width:900px){.app-shell{grid-template-columns:1fr;grid-template-rows:auto auto 1fr}.sidebar,.note-list{max-height:30vh}}
