:root{--bg: #111418;--bg-elevated: #181c22;--bg-soft: #20262f;--border: #2d3541;--text: #e8edf4;--muted: #9aa7b8;--accent: #4f8cff;--accent-soft: rgba(79, 140, 255, .14);--success: #3ecf8e;--danger: #ff6b6b;--shadow: 0 18px 50px rgba(0, 0, 0, .35);--radius: 14px;--mono: Consolas, "Cascadia Mono", monospace;--sans: "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at top,#1a2230 0%,var(--bg) 42%);color:var(--text);font-family:var(--sans)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.shell{max-width:1180px;margin:0 auto;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#4f8cff,#7c5cff);display:grid;place-items:center;font-weight:700;box-shadow:var(--shadow)}.brand h1{margin:0;font-size:1.2rem}.brand p{margin:2px 0 0;color:var(--muted);font-size:.85rem}.nav{display:flex;flex-wrap:wrap;gap:8px}.nav a,.nav button{border:1px solid transparent;background:transparent;color:var(--text);padding:10px 14px;border-radius:999px;cursor:pointer;font:inherit}.nav a.active,.nav button.active{background:var(--accent-soft);border-color:#4f8cff59;color:#dbe8ff}.hero,.panel,.card{background:#181c22eb;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.hero{padding:28px;margin-bottom:24px}.hero h2{margin:0 0 8px;font-size:1.8rem}.hero p{margin:0;color:var(--muted);line-height:1.6;max-width:760px}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:24px 0}.stat{padding:18px;border-radius:12px;background:var(--bg-soft);border:1px solid var(--border)}.stat strong{display:block;font-size:1.6rem;margin-bottom:4px}.stat span{color:var(--muted);font-size:.9rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.card{padding:18px;display:flex;flex-direction:column;gap:10px;min-height:180px}.card-head{display:flex;align-items:center;gap:10px}.card-icon{width:38px;height:38px;border-radius:10px;background:var(--bg-soft);display:grid;place-items:center;font-size:1.1rem}.card h3{margin:0;font-size:1rem}.card p{margin:0;color:var(--muted);line-height:1.5;flex:1}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.75rem;border:1px solid var(--border);color:var(--muted);width:fit-content}.badge.builtin{color:#9ed0ff;border-color:#4f8cff59}.badge.optional{color:#ffd58b;border-color:#ffc14f59}.badge.package{color:#9dffb8;border-color:#3ecf8e59}.panel{padding:20px;margin-bottom:20px}.toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}button,.button{border:1px solid var(--border);background:var(--bg-soft);color:var(--text);border-radius:10px;padding:10px 14px;cursor:pointer;font:inherit}button.primary{background:linear-gradient(135deg,#4f8cff,#5d7dff);border-color:transparent}button.danger{background:#ff6b6b1f;border-color:#ff6b6b59;color:#ffb4b4}input,textarea,select{width:100%;border:1px solid var(--border);background:#0f1318;color:var(--text);border-radius:10px;padding:12px 14px;font:inherit}textarea{min-height:280px;resize:vertical;font-family:var(--mono);line-height:1.5}.split{display:grid;grid-template-columns:280px 1fr;gap:16px}.note-list{display:flex;flex-direction:column;gap:8px;max-height:70vh;overflow:auto}.note-item{text-align:left;padding:12px 14px;border-radius:10px;border:1px solid var(--border);background:#0f1318;color:var(--text)}.note-item.active{border-color:#4f8cff73;background:var(--accent-soft)}.note-item small{display:block;color:var(--muted);margin-top:4px}.muted{color:var(--muted)}.error{color:var(--danger)}.success{color:var(--success)}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border);vertical-align:top}.table th{color:var(--muted);font-weight:600}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.filters input,.filters select{width:auto;min-width:220px}.checkbox-inline{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.92rem}.notes-layout{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:16px}.notes-shell{display:grid;grid-template-columns:200px 1fr;gap:16px;align-items:start}.folder-rail{display:flex;flex-direction:column;gap:6px}.folder-rail button{text-align:left;justify-content:flex-start}.folder-rail button.active{background:var(--accent-soft);border-color:var(--accent)}.folder-create{display:flex;flex-direction:column;gap:6px;margin-top:10px}.folder-select{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:.9rem}.notes-main{min-width:0}.share-panel{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-soft)}.share-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.history-panel{border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;background:var(--bg-soft)}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.history-body{display:grid;grid-template-columns:200px 1fr;gap:10px}.history-list{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow:auto}.history-list button{text-align:left;display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);cursor:pointer}.history-list button.active{border-color:var(--accent);background:var(--accent-soft)}.history-list small{color:var(--muted);font-size:.75rem}.history-preview{display:flex;flex-direction:column;gap:8px;min-height:180px}.history-preview pre{margin:0;flex:1;overflow:auto;padding:10px;border-radius:8px;background:#0f1318;border:1px solid var(--border);white-space:pre-wrap;font-family:var(--mono);font-size:.85rem}.md-preview{min-height:280px;padding:14px;border-radius:10px;border:1px solid var(--border);background:#0f1318;overflow:auto;line-height:1.55}.md-preview h1,.md-preview h2,.md-preview h3{margin:.6em 0 .35em}.md-preview code{font-family:var(--mono);background:#ffffff0f;padding:1px 5px;border-radius:4px}.md-preview li.todo.done{opacity:.7;text-decoration:line-through}.todo-line{display:flex;align-items:flex-start;gap:8px;margin:4px 0;cursor:pointer}.todo-line.done{opacity:.75;text-decoration:line-through}.todo-line input{margin-top:4px}.home-notes-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.home-notes-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.home-note-list{display:flex;flex-direction:column;gap:8px}.home-note-card{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:10px;border:1px solid var(--border);background:var(--bg-elevated);color:inherit;text-decoration:none}.home-note-card:hover{border-color:var(--accent);text-decoration:none}.home-note-card span{color:var(--muted);font-size:.85rem}.share-view{max-width:720px;margin:40px auto;padding:24px}.share-content{white-space:pre-wrap;font-family:var(--mono);background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px;padding:16px;overflow:auto}.note-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;align-content:start;max-height:72vh;overflow:auto;padding-right:4px}.note-card{position:relative;text-align:left;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#0f1318;color:#111418;min-height:120px;cursor:pointer}.note-card.active{border-color:#4f8cffa6;box-shadow:0 0 0 1px #4f8cff59}.note-card.archived{opacity:.72}.note-card strong{display:block;margin-bottom:6px}.note-card p{margin:0 0 8px;font-size:.88rem;color:#111418c7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.note-card small{color:#1114189e}.note-pin{position:absolute;top:8px;right:10px}.tag-row{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.tag-chip{font-size:.75rem;padding:2px 8px;border-radius:999px;background:#1114181f}.note-editor{display:flex;flex-direction:column;gap:10px}.note-meta-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.color-picker{display:flex;gap:6px}.color-swatch{width:24px;height:24px;border-radius:999px;border:2px solid var(--border);background:#0f1318;cursor:pointer;padding:0}.color-swatch.selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.auth-panel{max-width:480px}.auth-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.auth-tabs button.active{background:var(--accent-soft);border-color:var(--accent);color:var(--text)}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:.9rem}.success{color:var(--success);margin:0}@media(max-width:900px){.split,.notes-layout,.notes-shell{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}.home-notes-grid{grid-template-columns:1fr}}
