:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{height:100%;width:100%;margin:0}body{display:block;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}a{font-weight:500;color:inherit;text-decoration:inherit}a:hover{opacity:.9}:root{--bg0:#0b0f14;--bg1:#0f1620;--panel:#0f1824;--blue0:#0b1f2e;--blue1:#153a5c;--blue2:#2a5d87;--text:#e8eef5;--muted:#a7b3c2;--border: rgba(120, 160, 200, .18);--border2: rgba(120, 160, 200, .12);--shadow: 0 18px 40px rgba(0,0,0,.45)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(900px 600px at 50% -10%,rgba(27,63,95,.25),transparent 60%),radial-gradient(700px 500px at 20% 10%,rgba(18,48,73,.18),transparent 60%),linear-gradient(180deg,var(--bg0),var(--bg1));color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.page{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:60px 24px}.shell{width:100%;max-width:920px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.header{width:100%;text-align:center;margin-bottom:22px}.title{margin:0;font-size:34px;letter-spacing:-.8px;font-weight:750}.subtitle{margin:10px auto 0;max-width:640px;color:var(--muted);line-height:1.5}.nameTag{margin-top:8px;font-size:15px;font-weight:600;letter-spacing:.3px;color:#c8dcf0d9}.footer{position:fixed;bottom:20px;left:28px;font-size:13px;color:#a7b3c2b3;display:flex;align-items:center;gap:8px}.footer a{color:#c8dcf0d9;text-decoration:none;transition:color .2s ease}.footer a:hover{color:#5da8ff}.footerDivider{opacity:.6}.chat{width:100%;max-width:920px;margin:0 auto;border:1px solid var(--border);background:#0a0e148c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;min-height:560px}.messages{padding:18px;flex:1;overflow:auto}.emptyState{border:1px dashed var(--border2);background:#1230491a;border-radius:16px;padding:18px;max-width:720px;margin:20px auto}.emptyBadge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#1b3f5f2e;border:1px solid var(--border2);font-size:12px;color:var(--muted);margin-bottom:10px}.emptyTitle{font-size:16px;font-weight:650;margin-bottom:6px}.emptyHint{color:var(--muted);font-size:13px;line-height:1.5}.bubble{max-width:820px;margin:0 auto 14px;border:1px solid var(--border2);background:#0f1824b3;border-radius:16px;padding:14px 14px 12px}.bubbleLabel{font-size:12px;color:var(--muted);margin-bottom:8px}.bubbleText{white-space:pre-wrap;line-height:1.65;font-size:15px}.sources{max-width:820px;margin:0 auto;border:1px solid var(--border2);background:#0b1f2e24;border-radius:16px;padding:12px 12px 14px}.sourcesSummary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:10px;-webkit-user-select:none;user-select:none;font-size:13px;color:var(--text);padding:4px 6px}.sourcesSummary::-webkit-details-marker{display:none}.sourcesCount{font-size:12px;color:var(--muted);border:1px solid var(--border2);background:#12304933;border-radius:999px;padding:4px 10px}.sourcesGrid{margin-top:10px;display:grid;gap:10px}.sourceCard{border:1px solid var(--border2);background:#0f18248c;border-radius:14px;padding:12px}.sourceTop{display:flex;gap:10px;align-items:baseline}.sourceTag{font-weight:750;color:#cfe6ff}.sourceTitle{font-weight:650}.sourceScore{margin-left:auto;font-size:12px;color:var(--muted)}.sourcePath{margin-top:4px;font-size:12px;color:var(--muted);opacity:.95}.sourceExcerpt{margin-top:8px;font-size:13px;color:var(--text);line-height:1.55;opacity:.95}.composer{border-top:1px solid var(--border);background:#090c12a6;padding:14px 14px 12px}.turnstileWrap{display:flex;justify-content:center;margin-bottom:10px;transform:scale(.95);transform-origin:center;opacity:.95}.composerRow{display:flex;gap:10px;align-items:stretch}.composerInput{flex:1;min-height:70px;max-height:160px;resize:vertical;border-radius:14px;border:1px solid var(--border2);background:#0f1824bf;color:var(--text);padding:14px;font-size:14px;outline:none}.composerInput::placeholder{color:#a7b3c2bf}.composerInput:focus{border-color:#2a5d8799;box-shadow:0 0 0 4px #2a5d872e}.sendBtn{min-width:120px;border-radius:14px;border:1px solid rgba(42,93,135,.6);background:linear-gradient(180deg,#2a5d8773,#153a5c8c);color:var(--text);font-weight:650;cursor:pointer;transition:all .2s ease}.sendBtn:hover{background:linear-gradient(180deg,#2a5d87a6,#153a5cbf);border-color:#2a5d87cc}.sendBtn:active{transform:translateY(1px)}.sendBtn:disabled{opacity:.6;cursor:not-allowed}.composerHint{margin-top:10px;text-align:center;font-size:12px;color:#a7b3c2b3}@media(max-width:640px){.title{font-size:28px}.chat{min-height:620px}.composerRow{flex-direction:column}.sendBtn{min-height:44px}}
