body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;background:radial-gradient(circle at top,#1a2a6c,#0f2027 35%,#000);color:#e2e8f0;display:flex;justify-content:center;min-height:100vh;padding:24px 16px}.chat-card{background:#040a19e6;border:1px solid #94a3b833;border-radius:28px;box-shadow:0 40px 120px #0f172acc;display:flex;flex-direction:column;min-height:min(880px,100vh - 48px);overflow:hidden;width:min(960px,100%)}.chat-header{align-items:center;background:#0f172ad9;border-bottom:1px solid #94a3b840;display:flex;gap:16px;justify-content:space-between;padding:24px 32px}.chat-title{font-size:1.4rem;font-weight:600;margin:0}.chat-subtitle{color:#e2e8f0bf;font-size:.9rem;margin:4px 0 0}.chat-subtitle span{color:#60a5fa}.status-dot{border:2px solid #0f172a99;border-radius:50%;box-shadow:0 0 15px currentColor;height:14px;width:14px}.status-idle{background:#22c55e;color:#22c55e}.status-busy{background:#f97316;color:#f97316}.chat-body{background:radial-gradient(circle at 25% 20%,#38bdf814,#0000),radial-gradient(circle at 70% 0,#3b82f61a,#0000);display:flex;flex:1 1;flex-direction:column;gap:20px;overflow-y:auto;padding:32px 32px 24px}.message{border:1px solid #0000;border-radius:18px;font-size:.98rem;line-height:1.6;max-width:80%;padding:14px 18px}.message-user{align-self:flex-end;background:linear-gradient(135deg,#2563eb,#7c3aed);border-top-right-radius:4px;color:#fff}.message-assistant{align-self:flex-start;background:#0f172abf;border:1px solid #94a3b833;border-top-left-radius:4px}.message-role{color:#f8fafc99;font-size:.7rem;letter-spacing:.08em;margin:0 0 6px;text-transform:uppercase}.message-user .message-role{color:#ffffffbf}.message-content{margin:0;white-space:pre-wrap}.message-typing{font-style:italic;opacity:.75}.typing-animation:after{animation:pulse .9s infinite;background:currentColor;border-radius:50%;content:"";display:inline-block;height:6px;margin-left:6px;width:6px}.chat-input{background:#020617f2;border-top:1px solid #94a3b833;display:flex;flex-direction:column;gap:12px;padding:20px 24px 24px}.chat-input textarea{background:#0f172a99;border:1px solid #94a3b866;border-radius:18px;color:#f8fafc;font-family:inherit;font-size:1rem;outline:none;padding:16px 20px;resize:none;transition:border .2s ease,box-shadow .2s ease;width:100%}.chat-input textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf840}.chat-input textarea:disabled{cursor:not-allowed;opacity:.65}.chat-actions{display:flex;justify-content:flex-end}.chat-actions button{background:linear-gradient(135deg,#38bdf8,#6366f1);border:none;border-radius:999px;color:#0f172a;cursor:pointer;font-weight:600;min-width:120px;padding:12px 20px;transition:opacity .2s ease,transform .2s ease}.chat-actions button:hover:not(:disabled){opacity:.95;transform:scale(1.01)}.chat-actions button:disabled{cursor:not-allowed;opacity:.5}.error-banner{background:#ef444426;border:1px solid #ef444480;border-radius:14px;color:#fecaca;font-size:.9rem;margin:0 24px 24px;padding:14px 16px}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@keyframes pulse{0%{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}to{opacity:.3;transform:scale(1)}}@media (max-width:768px){.chat-card{min-height:calc(100vh - 48px)}.chat-body{padding:20px 16px}.message{max-width:100%}.chat-header,.chat-input{padding:16px}}
/*# sourceMappingURL=main.20f7924a.css.map*/