*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(160deg,#eef6fb,#e8f4fa 50%,#f0f2f5);color:#111827;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}code{font-family:SF Mono,Fira Code,Courier New,monospace}.message{animation:fadeIn .25s ease;display:flex;max-width:75%}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end}.message.system{align-self:flex-start}.message p{border-radius:20px;font-size:.95rem;line-height:1.6;margin:0;padding:12px 18px;white-space:pre-wrap}.message.user p{background:linear-gradient(135deg,#61dafb,#38c9f0);border-bottom-right-radius:5px;box-shadow:0 3px 10px #61dafb73,0 1px 3px #00000014;color:#0a2a35}.message.system p{background:#fff;border-bottom-left-radius:5px;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000d;color:#111827}.chat-container{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:780px;overflow:hidden;width:100%}.chat-container.config-error{align-items:center;color:#dc2626;justify-content:center;padding:40px 20px;text-align:center}.message-list{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto;padding:24px 16px}.message-list::-webkit-scrollbar{width:4px}.message-list::-webkit-scrollbar-track{background:#0000}.message-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.welcome-row{align-items:flex-start;display:flex;flex-direction:row;gap:10px}.session-config{display:flex;flex-direction:column;gap:6px;padding:10px 0}.pill-group{display:flex;flex-wrap:wrap;gap:6px}.pill{background:#0000;border:1.5px solid #d1d5db;border-radius:999px;color:#6b7280;cursor:pointer;font-family:inherit;font-size:.8rem;padding:3px 10px;transition:border-color .15s,color .15s,background .15s}.pill--active,.pill:hover:not(:disabled){border-color:#61dafb;color:#0a2a35}.pill--active{background:#61dafb;font-weight:500}.pill:disabled{cursor:not-allowed;opacity:.4}.retry-prompt{display:flex;flex-direction:column;gap:8px;padding:10px 16px}.retry-prompt__text{color:#6b7280;font-size:.9rem;margin:0}.input-area{align-items:center;display:flex;gap:8px;padding:12px 16px 20px}.input-area input{background:#fff;border:1.5px solid #e5e7eb;border-radius:24px;box-shadow:0 1px 4px #00000012;color:#111827;flex:1 1;font-family:inherit;font-size:.95rem;outline:none;padding:12px 18px;transition:border-color .2s,box-shadow .2s}.input-area input:focus{border-color:#61dafb;box-shadow:0 0 0 3px #61dafb33,0 1px 4px #00000012}.input-area input::placeholder{color:#9ca3af}.input-area input:disabled{background:#f9fafb;cursor:not-allowed}.input-area button{align-items:center;background:linear-gradient(135deg,#61dafb,#38c9f0);border:none;border-radius:50%;box-shadow:0 3px 10px #61dafb80;color:#0a2a35;cursor:pointer;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:box-shadow .15s,transform .1s,filter .15s;width:44px}.input-area button:hover:not(:disabled){box-shadow:0 4px 14px #61dafb99;filter:brightness(1.08)}.input-area button:active:not(:disabled){box-shadow:0 2px 6px #61dafb66;transform:scale(.94)}.input-area button:disabled{box-shadow:none;cursor:not-allowed;opacity:.4}.typing-bubble{align-items:center;background:#fff;border-radius:20px;border-bottom-left-radius:5px;box-shadow:0 2px 8px #00000014,0 1px 3px #0000000d;display:inline-flex;gap:4px;padding:14px 18px}.typing-bubble span{animation:bounce 1.2s infinite;background:#61dafb;border-radius:50%;height:7px;width:7px}.typing-bubble span:nth-child(2){animation-delay:.2s}.typing-bubble span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@media (max-width:600px){.welcome-row{flex-direction:column}.App-tagline{display:none}}.auth-container{align-items:center;display:flex;flex:1 1;justify-content:center;padding:24px 16px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000d;max-width:380px;padding:36px 32px;width:100%}.auth-card h2{color:#111827;font-size:1.3rem;font-weight:700;margin:0 0 6px}.auth-card .auth-subtitle{color:#6b7280;font-size:.88rem;margin:0 0 24px}.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.auth-field label{color:#374151;font-size:.82rem;font-weight:500}.auth-field input{border:1.5px solid #e5e7eb;border-radius:10px;color:#111827;font-family:inherit;font-size:.95rem;outline:none;padding:11px 16px;transition:border-color .2s,box-shadow .2s}.auth-field input:focus{border-color:#61dafb;box-shadow:0 0 0 3px #61dafb33}.auth-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.85rem;margin:0 0 14px;padding:10px 14px}.auth-btn{background:linear-gradient(135deg,#61dafb,#38c9f0);border:none;border-radius:10px;box-shadow:0 3px 10px #61dafb66;color:#0a2a35;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;margin-top:6px;padding:12px;transition:filter .15s,box-shadow .15s;width:100%}.auth-btn:hover:not(:disabled){box-shadow:0 4px 14px #61dafb80;filter:brightness(1.06)}.auth-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.auth-switch{color:#6b7280;font-size:.85rem;margin-top:20px;text-align:center}.auth-switch button{background:none;border:none;color:#0ea5c9;cursor:pointer;font-family:inherit;font-size:inherit;padding:0;text-decoration:underline}.App{background:linear-gradient(160deg,#eef6fb,#e8f4fa 50%,#f0f2f5);display:flex;flex-direction:column;height:100vh;height:100dvh}.App-header{background:linear-gradient(90deg,#1e2229,#282c34);box-shadow:0 2px 12px #00000040;flex-shrink:0;gap:12px;height:60px;padding:0 20px}.App-brand,.App-header{align-items:center;display:flex}.App-brand{color:#fff;font-size:1.2rem;font-weight:700;gap:3px;letter-spacing:-.02em;margin:0}.brand-bubble{height:48px;margin-top:10px;width:auto}.App-tagline{color:#ffffff73;font-size:.78rem;font-weight:400;margin:0 0 0 auto}.signout-btn{background:#0000;border:1.5px solid #61dafb80;border-radius:999px;color:#ffffffb3;cursor:pointer;font-family:inherit;font-size:.78rem;margin-left:16px;padding:5px 14px;transition:border-color .15s,color .15s}.signout-btn:hover{border-color:#61dafb;color:#61dafb}
/*# sourceMappingURL=main.f74d2aa5.css.map*/