@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #09090b;--bg-grad: #0d0d12;--surface: #111113;--surface-2: #15151a;--surface-3: #18181b;--surface-hover: #1c1c22;--border: #1e1e2e;--border-2: #27272a;--text-strong: #ffffff;--text: #e4e4e7;--text-secondary:#a1a1aa;--text-muted: #71717a;--text-dim: #3f3f46;--scrollbar: #27272a;--shadow: rgba(0, 0, 0, .5);--sidebar-bg: #0b0b0e;--indigo: #6366f1;--blue: #3b82f6}[data-theme=light]{--bg: #f5f7fa;--bg-grad: #eef1f6;--surface: #ffffff;--surface-2: #f4f6f9;--surface-3: #eef1f5;--surface-hover: #e9edf2;--border: #e2e8f0;--border-2: #d7dee7;--text-strong: #0b1220;--text: #16223a;--text-secondary:#334155;--text-muted: #475569;--text-dim: #64748b;--scrollbar: #cbd5e1;--shadow: rgba(15, 23, 42, .12);--sidebar-bg: #ffffff}html,body{height:100%;background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:3px}a{color:inherit}button,input,textarea,select{font-family:inherit}.no-source{text-align:center;max-width:420px;margin:4rem auto;padding:2.5rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:16px}.no-source__icon{font-size:2rem;margin-bottom:.75rem}.no-source h3{font-size:1.05rem;font-weight:700;color:var(--text-strong);margin:0 0 .4rem}.no-source p{font-size:.9rem;color:var(--text-muted);line-height:1.55;margin:0}
