:root{--bg: #ffffff;--sidebar-bg: #f6f6f4;--border: #e3e3e0;--text: #1f1f1e;--muted: #8a8a86;--accent: #5b6ee1;--code-bg: #f0f0ee;--link-color: #1971c2;--wikilink-color: #5b6ee1}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}.landing{height:100%;display:flex;align-items:center;justify-content:center}.landing-card{text-align:center;padding:48px}.landing-card h1{font-size:2.5em;margin-bottom:4px}.google-btn{display:inline-block;margin-top:24px;padding:10px 20px;background:var(--accent);color:#fff;border-radius:6px;text-decoration:none;font-weight:600}.center-message{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted)}.app-shell{display:flex;height:100vh}.sidebar{width:280px;flex-shrink:0;background:var(--sidebar-bg);border-right:1px solid var(--border);display:flex;flex-direction:column}.user-badge{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border);font-size:13px}.user-badge img{width:22px;height:22px;border-radius:50%}.user-badge span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-badge button{font-size:11px}.file-tree{flex:1;overflow-y:auto;padding:6px 0}.file-tree-header{display:flex;justify-content:space-between;align-items:center;padding:4px 10px;font-size:11px;text-transform:uppercase;color:var(--muted);letter-spacing:.05em}.tree-row{display:flex;align-items:center;gap:4px;padding:4px 8px;cursor:pointer;font-size:13px;border-radius:4px}.tree-row:hover{background:#0000000d}.tree-row.active{background:#5b6ee126}.tree-icon{width:16px;text-align:center;color:var(--muted)}.tree-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-actions{display:none;gap:2px}.tree-row:hover .tree-actions{display:flex}.tree-actions button{border:none;background:none;cursor:pointer;font-size:11px;padding:1px 3px;color:var(--muted)}.tree-rename-input{flex:1;font-size:13px;border:1px solid var(--accent);border-radius:3px;padding:0 2px}.export-link{display:block;padding:10px 12px;border-top:1px solid var(--border);font-size:13px;color:var(--accent);text-decoration:none}.editor-pane{flex:1;display:flex;flex-direction:column;min-width:0}.editor-toolbar{display:flex;align-items:center;gap:12px;padding:8px 20px;border-bottom:1px solid var(--border)}.note-title{font-weight:600;flex:1}.share-url{font-size:12px;color:var(--muted)}.raw-toggle{font-size:12px;padding:4px 10px;border-radius:4px;border:1px solid var(--border);background:none;cursor:pointer}.raw-toggle.active{background:var(--accent);color:#fff;border-color:var(--accent)}.editor-host.editor-raw .cm-content{font-family:ui-monospace,Menlo,monospace}.editor-host{flex:1;overflow:auto;padding:12px 0}.editor-host .cm-editor{height:100%}.editor-host .cm-scroller{padding:0 max(calc((100% - 720px)/2),32px)}.presence-bar{display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--muted)}.status-dot.status-connected{background:#2f9e44}.status-dot.status-connecting{background:#f08c00}.status-dot.status-disconnected{background:#e03131}.avatars{display:flex}.avatar{width:26px;height:26px;border-radius:50%;border:2px solid;margin-left:-8px;display:flex;align-items:center;justify-content:center;background:var(--sidebar-bg);font-size:10px;font-weight:700;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}@media (prefers-color-scheme: dark){:root{--bg: #1e1e1e;--sidebar-bg: #181818;--border: #2e2e2e;--text: #e8e8e6;--muted: #8a8a86;--code-bg: #2a2a2a}}
