@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&display=swap";*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#1a1d24;color:#edeef0;font-family:Inter,sans-serif}::placeholder{color:#6b7280}textarea:focus,button:focus{outline:none}*{scrollbar-width:thin;scrollbar-color:#3a3f4b transparent}*::-webkit-scrollbar{width:7px;height:7px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#3a3f4b;border-radius:10px}*::-webkit-scrollbar-thumb:hover{background-color:#4a5060}.page{min-height:100vh;display:flex;justify-content:center;padding:48px 24px}.lobby-wrap{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;text-align:center}.eyebrow{font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#8b91a0;margin-bottom:12px}.title{font-family:Fraunces,serif;font-weight:500;font-size:42px;margin:0 0 48px;letter-spacing:-.01em}.subtitle{color:#a7adba;font-size:15px;line-height:1.6;max-width:520px;margin:0 0 48px}.grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.plaque{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;background:#262b35;border:1px solid #363c48;border-radius:14px;padding:36px 24px 32px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;overflow:hidden;color:#edeef0;font-family:inherit;flex:0 1 250px}.plaque:hover{transform:translateY(-4px);border-color:var(--accent);background:#2a303c;box-shadow:0 12px 28px -12px var(--accent),0 0 0 1px var(--accent) inset}.plaque:hover .code-tag{color:var(--accent);border-color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent)}.code-tag{display:inline-block;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.08em;border:1px solid #454b59;border-radius:20px;padding:4px 12px;color:#a7adba;margin-bottom:18px;transition:color .2s ease,border-color .2s ease,background .2s ease}.plaque-name{font-family:Space Grotesk,sans-serif;font-size:21px;font-weight:600;margin-bottom:8px;letter-spacing:-.01em}.plaque-tagline{font-size:13.5px;color:#9198a6;line-height:1.55;max-width:200px}.plaque-bar{position:absolute;left:0;right:0;bottom:0;height:3px;opacity:.85}.chat-wrap{width:100%;max-width:720px;display:flex;flex-direction:column;height:calc(100vh - 96px);background:#1f232c;border:1px solid #303643;border-radius:22px;padding:26px 26px 18px;box-shadow:0 24px 60px -32px #000000a6}.chat-header{position:relative;padding-bottom:20px;margin-bottom:6px}.back-btn{background:none;border:none;color:#8b91a0;font-size:13px;font-family:JetBrains Mono,monospace;cursor:pointer;padding:0;margin-bottom:20px;transition:color .15s ease,transform .15s ease;display:inline-block}.back-btn:hover{color:#edeef0;transform:translate(-2px)}.chat-header-main{display:flex;align-items:center;gap:16px}.chat-title{font-family:Space Grotesk,sans-serif;font-size:21px;font-weight:600}.chat-subtitle{font-size:13px;color:#9198a6;margin-top:3px}.header-line{position:absolute;left:0;right:0;bottom:0;height:1px;opacity:.4}.messages{flex:1;overflow-y:auto;padding:16px 6px;display:flex;flex-direction:column;gap:12px}.empty-state{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;color:#767c8a;font-size:14px;line-height:1.6;padding:24px 40px}.bubble-row{display:flex;width:100%}.bubble-row-end{justify-content:flex-end}.bubble-row-start{justify-content:flex-start}.bubble{max-width:78%;padding:11px 15px;border-radius:14px;font-size:14.5px;line-height:1.55;white-space:pre-wrap}.bubble-user{background:#333a47;color:#edeef0;border-bottom-right-radius:4px}.bubble-agent{background:#262b35;border:1px solid;color:#edeef0;border-bottom-left-radius:4px}.bubble-error{background:#2e1a1a;border:1px solid #5a2a2a;color:#e8b4b0}.typing{display:flex;gap:3px;align-items:center}.typing-dot{width:5px;height:5px;border-radius:50%;background:#9aa0ac;display:inline-block;animation:typing-pulse 1s infinite ease-in-out}@keyframes typing-pulse{0%,60%,to{opacity:.3}30%{opacity:1}}.input-row{display:flex;gap:8px;align-items:flex-end;padding:10px 10px 10px 18px;margin-top:12px;background:#262c36;border:1px solid #383e4b;border-radius:24px;transition:border-color .2s ease,box-shadow .2s ease}.input-row:focus-within{border-color:#5a6072;box-shadow:0 0 0 3px #ffffff0a}.input-row textarea{flex:1;resize:none;background:transparent;border:none;color:#edeef0;font-family:inherit;font-size:14.5px;padding:10px 0;line-height:1.45;max-height:140px}.send-btn{border:none;border-radius:18px;padding:11px 22px;color:#12141a;font-weight:600;font-size:14px;cursor:pointer;transition:filter .15s ease,transform .1s ease;flex-shrink:0}.send-btn:hover:not(:disabled){filter:brightness(1.12);transform:translateY(-1px)}.send-btn:disabled{opacity:.4;cursor:default}@media (max-width: 600px){.page{padding:20px 12px}.title{font-size:32px}.chat-wrap{padding:18px 16px 14px;border-radius:16px;height:calc(100vh - 40px)}}
