:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0a0a0a;--bg-surface: #111113;--bg-surface-2: #1a1a1e;--bg-hover: #222226;--border: rgba(255, 255, 255, .08);--border-focus: rgba(255, 255, 255, .2);--text: #fafafa;--text-dim: rgba(255, 255, 255, .55);--text-muted: rgba(255, 255, 255, .35);--accent: #6e56cf;--accent-hover: #7c66dc;--danger: #e5484d;--danger-hover: #f2555a;--success: #30a46c;--sidebar-w: 260px;--topbar-h: 52px}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{height:var(--topbar-h);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;background:var(--bg-surface);flex-shrink:0}.topbar-left{display:flex;align-items:center;gap:.75rem}.logo{width:28px;height:28px;background:var(--accent);color:#fff;border-radius:6px;display:grid;place-items:center;font-weight:700;font-size:.85rem}.topbar-title{font-size:.95rem;font-weight:600;letter-spacing:-.01em}.topbar-nav{display:flex;gap:.25rem}.nav-btn{background:none;border:none;color:var(--text-dim);padding:.4rem .85rem;border-radius:6px;font-size:.82rem;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.nav-btn:hover{background:var(--bg-hover);color:var(--text)}.nav-btn.active{background:var(--bg-surface-2);color:var(--text);font-weight:500}.main-layout{display:flex;flex:1;min-height:0}.sidebar{width:var(--sidebar-w);border-right:1px solid var(--border);background:var(--bg-surface);padding:1rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;flex-shrink:0;height:calc(100vh - var(--topbar-h))}.sidebar-section{display:flex;flex-direction:column;gap:.4rem}.sidebar-header{display:flex;align-items:center;justify-content:space-between}.sidebar-divider{height:1px;background:var(--border);margin:.25rem 0}.label{font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.input{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-surface-2);color:var(--text);font-size:.85rem;font-family:inherit;outline:none;transition:border-color .15s}.input:focus{border-color:var(--border-focus)}.input.input-sm{padding:.35rem .55rem;font-size:.78rem}.select{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-surface-2);color:var(--text);font-size:.85rem;font-family:inherit;outline:none;cursor:pointer}.textarea-sm{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-surface-2);color:var(--text);font-size:.85rem;font-family:inherit;outline:none;resize:vertical;line-height:1.5}.textarea-sm:focus{border-color:var(--border-focus)}.section-list{list-style:none;display:flex;flex-direction:column;gap:2px}.section-item{padding:.45rem .6rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background .15s;font-size:.85rem}.section-item:hover{background:var(--bg-hover)}.section-item.active{background:var(--bg-surface-2);color:var(--text)}.section-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.section-item-count{font-size:.72rem;color:var(--text-muted);font-variant-numeric:tabular-nums;margin-left:.5rem}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.mini-stat{display:flex;flex-direction:column;align-items:center;padding:.5rem 0;background:var(--bg-surface-2);border-radius:6px}.mini-stat-val{font-size:1.1rem;font-weight:600;font-variant-numeric:tabular-nums}.mini-stat-label{font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.content{flex:1;overflow-y:auto;height:calc(100vh - var(--topbar-h))}.btn{padding:.5rem 1rem;border:none;border-radius:6px;background:var(--accent);color:#fff;font-size:.82rem;font-weight:500;cursor:pointer;font-family:inherit;transition:background .15s}.btn:hover{background:var(--accent-hover)}.btn-secondary{background:var(--bg-surface-2);border:1px solid var(--border);color:var(--text)}.btn-secondary:hover{background:var(--bg-hover)}.btn-sm{padding:.25rem .55rem;border:1px solid var(--border);border-radius:5px;background:none;color:var(--text-dim);font-size:.72rem;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.btn-sm:hover{background:var(--bg-hover);color:var(--text)}.btn-icon{width:28px;height:28px;border:1px solid var(--border);border-radius:5px;background:none;color:var(--text-dim);font-size:.9rem;cursor:pointer;display:grid;place-items:center;font-family:inherit;transition:background .15s,color .15s}.btn-icon:hover{background:var(--bg-hover);color:var(--text)}.btn-icon.btn-danger:hover{background:var(--danger);border-color:var(--danger);color:#fff}.editor-view{display:flex;flex-direction:column;height:100%}.editor-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem 0}.section-title-input{font-size:1.4rem;font-weight:600;background:none;border:none;color:var(--text);outline:none;flex:1;letter-spacing:-.02em;font-family:inherit}.editor-actions{display:flex;gap:.35rem}.editor-meta{display:flex;gap:1.25rem;padding:.5rem 1.5rem;font-size:.75rem;color:var(--text-muted)}.editor-textarea{flex:1;padding:.75rem 1.5rem 1.5rem;border:none;background:none;color:var(--text);font-size:.92rem;line-height:1.75;resize:none;outline:none;font-family:inherit;min-height:0}.editor-textarea::placeholder{color:var(--text-muted)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;height:100%;color:var(--text-dim);font-size:.9rem}.outline-view{padding:1.5rem}.view-title{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:-.02em}.view-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.outline-meta-input{margin-bottom:1.5rem}.outline-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.outline-card{padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-surface);cursor:default}.outline-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.outline-number{width:26px;height:26px;background:var(--accent);color:#fff;border-radius:6px;display:grid;place-items:center;font-size:.75rem;font-weight:600;flex-shrink:0}.outline-title-input{flex:1;font-size:.95rem;font-weight:500;background:none;border:none;color:var(--text);outline:none;font-family:inherit}.outline-card-actions{display:flex;gap:.25rem}.outline-preview{font-size:.82rem;color:var(--text-dim);margin-bottom:.5rem;line-height:1.5}.outline-word-count{font-size:.72rem;color:var(--text-muted)}.references-view{padding:1.5rem}.ref-editor{border:1px solid var(--border);border-radius:8px;padding:1.25rem;background:var(--bg-surface);margin-bottom:1.5rem}.ref-editor-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.ref-form{display:flex;flex-direction:column;gap:.75rem}.ref-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.ref-field{display:flex;flex-direction:column;gap:.3rem}.ref-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.citation-preview{font-size:.85rem;color:var(--text-dim);font-style:italic;line-height:1.5;margin-top:.35rem}.ref-editor-actions{margin-top:1rem;display:flex;justify-content:flex-end}.ref-list{display:flex;flex-direction:column;gap:.5rem}.ref-card{padding:.85rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-surface);cursor:pointer;transition:border-color .15s}.ref-card:hover{border-color:var(--border-focus)}.ref-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.ref-number{font-size:.78rem;font-weight:600;color:var(--accent)}.ref-type-badge{font-size:.65rem;padding:.15rem .45rem;border-radius:4px;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.ref-type-journal{background:#1a3a2a;color:#6ee7b7}.ref-type-book{background:#2a2a1a;color:#fbbf24}.ref-type-website{background:#1a2a3a;color:#60a5fa}.ref-type-conference{background:#3a1a2a;color:#f472b6}.ref-type-thesis{background:#2a1a3a;color:#a78bfa}.ref-card-actions{margin-left:auto;display:flex;gap:.25rem}.ref-citation{font-size:.82rem;color:var(--text-dim);line-height:1.5}.ref-notes{font-size:.78rem;color:var(--text-muted);margin-top:.35rem;font-style:italic}.stats-view{padding:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin-bottom:2rem}.stat-card{padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-surface);display:flex;flex-direction:column;align-items:center;gap:.35rem}.stat-value{font-size:1.75rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.stat-label{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.section-heading{font-size:.95rem;font-weight:600;margin-bottom:1rem;margin-top:.5rem}.section-bars{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.bar-row{display:flex;align-items:center;gap:.75rem}.bar-label{width:120px;font-size:.82rem;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.bar-track{flex:1;height:8px;background:var(--bg-surface-2);border-radius:4px;overflow:hidden}.bar-fill{height:100%;background:var(--accent);border-radius:4px;transition:width .3s ease;min-width:2px}.bar-value{width:50px;text-align:right;font-size:.78rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.keyword-cloud{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.keyword-tag{padding:.25rem .6rem;background:var(--bg-surface-2);border:1px solid var(--border);border-radius:6px;color:var(--text-dim);white-space:nowrap}.keyword-count{color:var(--text-muted);font-size:.72rem;margin-left:.25rem}.export-view{padding:1.5rem}.export-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.export-card{padding:1.25rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-surface)}.export-card h3{font-size:1rem;margin-bottom:.5rem}.export-card p{font-size:.82rem;color:var(--text-dim);margin-bottom:1rem;line-height:1.5}.export-actions{display:flex;gap:.5rem}.export-preview{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;color:var(--text-dim);line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:400px;overflow-y:auto}@media(max-width:768px){.main-layout{flex-direction:column}.sidebar{width:100%;height:auto;max-height:240px;border-right:none;border-bottom:1px solid var(--border)}.content{height:auto;min-height:60vh}.topbar-nav{gap:0}.nav-btn{padding:.4rem .55rem;font-size:.75rem}}
