:root{color-scheme:light dark;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 9999px;--bg: #fdfdfd;--bg-surface: #ffffff;--bg-sidebar: #f5f5f7;--fg: #1a1b1e;--muted: #5e6c84;--border: #e2e8f0;--primary: #4f46e5;--primary-fg: #ffffff;--primary-hover: #4338ca;--accent-bg: #e0e7ff;--accent-fg: #3730a3;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1)}@media(prefers-color-scheme:dark){:root{--bg: #0d1117;--bg-surface: #161b22;--bg-sidebar: #0d1117;--fg: #c9d1d9;--muted: #8b949e;--border: #30363d;--primary: #5865f2;--primary-fg: #ffffff;--primary-hover: #4752c4;--accent-bg: #1f2937;--accent-fg: #e5e7eb}}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg);color:var(--fg);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.top{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:var(--bg-surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.top-left{display:flex;align-items:center;gap:12px}.app-title{font-weight:600;font-size:16px;color:var(--fg)}.top-center{flex:1;max-width:600px;margin:0 20px}.top-right{display:flex;align-items:center;gap:12px}.top-right .btn,.citationsBox .btn,.action-column .copyBtn{height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg);box-shadow:var(--shadow-sm)}.top-right .btn-secondary{background:transparent;border-color:color-mix(in oklab,var(--border),var(--fg) 12%);color:var(--fg)}.top-right .btn-secondary:hover{background:color-mix(in oklab,var(--bg),var(--fg) 4%);border-color:color-mix(in oklab,var(--border),var(--fg) 20%)}.top-right .btn-primary,.citationsBox .btn-primary,.action-column .copyBtn{background:color-mix(in oklab,var(--primary),var(--bg) 70%);border-color:color-mix(in oklab,var(--primary),var(--border) 35%);color:var(--primary-fg)}.top-right .btn-primary:hover,.citationsBox .btn-primary:hover,.action-column .copyBtn:hover{background:color-mix(in oklab,var(--primary-hover),var(--bg) 62%)}.top-right .status{font-size:13px;font-weight:500;line-height:1;padding:0 12px;height:36px;display:inline-flex;align-items:center;border-radius:var(--radius-full);border:1px solid var(--border);background:color-mix(in oklab,var(--bg),var(--bg-sidebar) 40%);color:var(--muted);white-space:nowrap}input[type=search],input[type=text]{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);color:var(--fg);font-size:14px;transition:border-color .2s,box-shadow .2s}input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--accent-bg)}.btn{font-family:inherit;font-size:13px;font-weight:500;padding:8px 16px;border-radius:var(--radius-md);cursor:pointer;border:1px solid transparent;transition:all .2s ease}.btn-secondary{background:var(--bg);border-color:var(--border);color:var(--fg)}.btn-secondary:hover{background:var(--accent-bg);border-color:var(--muted)}.btn-primary{background:var(--primary);color:var(--primary-fg)}.btn-primary:hover{background:var(--primary-hover);box-shadow:var(--shadow-sm)}.status{font-size:13px;color:var(--muted)}.logo{width:32px}.layout{display:grid;grid-template-columns:400px 1fr;height:calc(100vh - 56px);overflow:hidden}.sidebar{background:var(--bg-sidebar);border-right:1px solid var(--border);overflow-y:auto;padding:12px}.files{display:flex;flex-direction:column;gap:4px}.files button{text-align:left;border:1px solid transparent;border-radius:var(--radius-md);padding:8px 12px;background:transparent;color:var(--fg);font-size:13px;cursor:pointer;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.files button:hover{background:var(--bg-surface);border-color:var(--border)}.files button.active{background:var(--accent-bg);color:var(--accent-fg);font-weight:600;border-color:var(--primary)}.main{background:var(--bg);padding:24px;display:flex;flex-direction:column;gap:24px;align-items:center;overflow-y:auto;height:100%;min-width:0}.content-wrapper{max-width:960px;margin:0 auto;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);min-height:80vh;display:flex;flex-direction:column}.card{width:100%;max-width:960px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-y:scroll;display:flex;flex-direction:column}.note-card{min-height:60vh}.meta{margin:0;padding:16px 24px;font-family:var(--font-mono);font-size:12px;color:var(--muted);border-bottom:1px solid var(--border);white-space:pre-wrap;background:var(--bg-sidebar)}.content{padding:24px;font-size:15px;line-height:1.6}.content h1,.content h2,.content h3{margin-top:1.5em;margin-bottom:.5em;font-weight:600}.content pre{padding:16px;background:var(--bg-sidebar);border:1px solid var(--border);border-radius:var(--radius-md);overflow-x:auto;font-family:var(--font-mono);font-size:13px}.content code{font-family:var(--font-mono);font-size:.9em;padding:2px 6px;background:var(--bg-sidebar);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--primary)}.content blockquote{margin:1.5em 0;padding:8px 16px;border-left:4px solid var(--primary);background:var(--accent-bg);color:var(--fg);border-radius:var(--radius-sm)}.citationsBox{min-height:600px;margin-top:24px;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-surface);box-shadow:var(--shadow-md)}.citationsBoxBody{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;display:block}.citationsTable{width:100%;min-width:600px;border-collapse:collapse;font-size:13px}.citationsTable th,.citationsTable td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border);color:var(--fg)}.citationsTable th{background:var(--bg);font-weight:600;color:var(--muted);white-space:nowrap}.citationsTable tr:last-child td{border-bottom:none}.citationsTable a{color:var(--primary);text-decoration:none;font-weight:500}.citationsTable a:hover{text-decoration:underline}.toast{position:fixed;bottom:24px;right:24px;width:300px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:12px 16px;z-index:100;opacity:1;transform:translateY(0);transition:all .3s ease}.toast.hidden{opacity:0;transform:translateY(20px);pointer-events:none}.toast-content{display:flex;justify-content:space-between;margin-bottom:8px;font-size:13px;font-weight:500;color:var(--fg)}.toast-count{color:var(--muted);font-family:var(--font-mono)}.progress-track{height:4px;background:var(--bg-sidebar);border-radius:var(--radius-full);overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:var(--radius-full);transition:width .2s ease}.citationsBoxHeader{padding:12px 16px;background:var(--bg-sidebar);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.citationsBoxTitle{font-weight:600;font-size:14px;color:var(--fg)}.busyOverlay{position:fixed;inset:0;z-index:90;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center}.busyOverlay.hidden{display:none}.busyOverlayCard{width:min(420px,calc(100vw - 48px));background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:16px 18px}.busyOverlayTitle{font-weight:600;font-size:14px;margin-bottom:6px;color:var(--fg)}.busyOverlayHint{font-size:13px;color:var(--muted)}[hidden]{display:none!important}
