@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";html,body,#root{width:100%;height:100%}.topbar{background:var(--white);border-bottom:1px solid var(--border);z-index:100;grid-area:1/1/auto/-1;justify-content:space-between;align-items:center;padding:12px 18px;display:flex;position:sticky;top:0}.topbar-center{align-items:center;gap:6px;display:flex}.topbar-right{align-items:center;gap:10px;display:flex}.nav-rail{background:var(--white);border-right:1px solid var(--border);flex-direction:column;grid-area:2/1;align-items:center;gap:8px;width:72px;padding:12px 0;display:flex}.nav-rail-item{cursor:pointer;width:48px;height:48px;color:var(--sub);background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:flex;position:relative}.nav-rail-item:hover{background:var(--bg);color:var(--text)}.nav-rail-item.active{background:var(--blueLL);color:var(--blue)}.nav-rail-item svg{stroke:currentColor;flex-shrink:0;display:block}.nav-rail-tip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#111827;border-radius:6px;padding:5px 8px;font-size:11px;transition:opacity .12s;position:absolute;top:50%;left:58px;transform:translateY(-50%)}.nav-rail-item:hover .nav-rail-tip{opacity:1}.nav-rail-badge{color:#fff;min-width:16px;height:16px;box-shadow:0 0 0 2px var(--white);background:#dc2626;border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:9px;font-weight:700;display:flex;position:absolute;top:5px;right:4px}.profile-btn{cursor:pointer;background:var(--blueL);width:32px;height:32px;color:var(--blue);letter-spacing:.02em;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:11px;font-weight:800;display:flex;position:relative;overflow:hidden}.profile-btn:hover{background:var(--blue);color:#fff}.profile-btn img{object-fit:cover;border-radius:50%;width:32px;height:32px;display:block}.profile-dropdown{z-index:300;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadowM);border-radius:10px;min-width:200px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f4f6f9;--white:#fff;--border:#dde2ea;--borderD:#c5cdd9;--text:#0f1824;--sub:#5a6478;--dim:#9aa3b2;--blue:#4b2ba6;--blueD:#3d2290;--blueL:#ede9fe;--blueLL:#f5f3ff;--green:#16a34a;--greenL:#dcfce7;--red:#dc2626;--redL:#fee2e2;--amber:#d97706;--amberL:#fef3c7;--r:8px;--shadow:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadowM:0 4px 12px #00000014, 0 2px 4px #0000000a}html.dark{--bg:#111318;--white:#1c2030;--border:#2d3349;--borderD:#3d4a63;--text:#e2e8f4;--sub:#8b96af;--dim:#4e5a70;--blueL:#2d1f6e;--blueLL:#1a1040;--greenL:#0d2419;--redL:#2a1010;--amberL:#2a1c08;--shadow:0 1px 3px #0006, 0 1px 2px #0000004d;--shadowM:0 4px 12px #0006, 0 2px 4px #0000004d}html.dark .reply-quote,html,body{background:var(--bg);height:100%}body{color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;font-size:16px;line-height:1.5}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--borderD);border-radius:4px}.app{grid-template-rows:60px 1fr;grid-template-columns:48px 320px 1fr;height:100vh;display:grid;overflow:hidden}.logo{align-items:center;gap:5px;display:flex}.logo-mark{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.logo-mark img{object-fit:contain;width:100%;height:100%}.logo-name{letter-spacing:-.02em;color:var(--text);font-size:15px;font-weight:600}.logo-sep{color:var(--dim);margin:0 2px}.logo-sub{color:var(--sub);font-size:14px;font-weight:400}.progress-pill{background:var(--blueLL);color:var(--blue);border:1px solid #c7d9fd;border-radius:20px;align-items:center;gap:6px;padding:5px 13px;font-size:15px;font-weight:500;display:flex}button{border-radius:var(--r);cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:9px 18px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}button:active:not(:disabled){transform:scale(.97)}button:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover:not(:disabled){background:var(--blueD)}.btn-ghost{border:1px solid var(--border);color:var(--sub);background:0 0}.btn-ghost:hover:not(:disabled){border-color:var(--borderD);color:var(--text);background:var(--bg)}.btn-success{background:var(--green);color:#fff}.btn-success:hover:not(:disabled){background:#15803d}.btn-sm{border-radius:6px;height:28px;padding:4px 12px;font-size:12px}.btn-xs{border-radius:5px;padding:4px 10px;font-size:14px}textarea{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);width:100%;color:var(--text);resize:none;outline:none;height:180px;padding:12px 14px;font-family:IBM Plex Mono,monospace;font-size:14px;line-height:1.7;transition:border-color .15s,box-shadow .15s}textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1a6ef51a}.bell-btn{padding:7px 10px;font-size:19px;line-height:1;position:relative}.bell-badge{color:#fff;border:1.5px solid var(--white);background:#dc2626;border-radius:8px;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 3px;font-size:9px;font-weight:800;line-height:1;display:flex;position:absolute;top:4px;right:4px}.bell-dropdown{z-index:300;background:var(--white);border:1px solid var(--border);border-radius:10px;width:320px;max-height:420px;position:absolute;top:calc(100% + 4px);right:0;overflow-y:auto;box-shadow:0 8px 32px #00000029}.bell-row{cursor:pointer;text-align:left;border:none;border-bottom:1px solid var(--border);background:0 0;align-items:flex-start;gap:10px;width:100%;padding:10px 14px;display:flex}.bell-row:hover{background:var(--bg)}.reply-quote{border-left:3px solid var(--blue);color:var(--text);white-space:pre-wrap;background:#f0f4ff;border-radius:0 6px 6px 0;padding:10px 14px;font-size:13px;line-height:1.6}.reply-badge{border-radius:20px;align-items:center;padding:2px 9px;font-size:11px;font-weight:700;display:inline-flex}.cs-section{margin-bottom:20px}.cs-section-title{text-transform:uppercase;letter-spacing:.07em;color:var(--sub);align-items:center;gap:6px;margin-bottom:8px;font-size:11px;font-weight:800;display:flex}.cs-opener{background:var(--bg);color:var(--text);border-radius:8px;padding:13px 15px;font-size:14px;line-height:1.65}.cs-q-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:10px;padding:9px 0;display:flex}.cs-q-item:last-child{border-bottom:none}.cs-q-num{background:var(--blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:12px;font-weight:700;display:flex}.cs-band-row{background:var(--bg);border-radius:7px;align-items:flex-start;gap:10px;margin-bottom:5px;padding:9px 12px;display:flex}.cs-band-label{letter-spacing:.03em;flex-shrink:0;width:68px;padding-top:2px;font-size:11px;font-weight:800}.cs-pitch{border-left:3px solid var(--blue);color:var(--text);background:#f0f4ff;border-radius:0 7px 7px 0;padding:12px 15px;font-size:14px;line-height:1.65}.cs-pitch p{margin:0 0 6px}.cs-pitch p:last-child{margin:0}.cs-next{color:#15803d;background:#f0fdf4;border:1px solid #86efac;border-radius:7px;padding:11px 14px;font-size:14px;line-height:1.5}.cs-lock{color:var(--dim);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px 20px;display:flex}.status-badge{flex-shrink:0}.dot{background:var(--border);border-radius:50%;width:7px;height:7px}.dot.done{background:var(--green)}.dot.loading{background:var(--amber);animation:1s infinite pulse}.dot.researching{background:var(--blue);animation:1s infinite pulse}.dot.error{background:var(--red)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.main{background:var(--bg);flex-direction:column;grid-area:2/3;display:flex;overflow:hidden}.nav-placeholder{background:var(--bg);color:var(--dim);flex-direction:column;grid-area:2/2/auto/-1;justify-content:center;align-items:center;gap:14px;display:flex}.home-view{background:var(--bg);flex-direction:column;grid-area:2/2/auto/-1;display:flex;overflow:hidden}.spinner{border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
