.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100vh}.spinner{animation:spin 1s linear infinite;border:3px solid #ffffff1a;border-radius:50%;border-top-color:#60a5fa;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.auth-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:1rem}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;max-width:400px;padding:2.5rem;width:100%}.auth-header{margin-bottom:2rem;text-align:center}.logo{color:#60a5fa;height:60px;margin:0 auto 1rem;width:60px}.auth-header h1{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.auth-header p{color:#a1a1aa;font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-error{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#fca5a5;font-size:.875rem;padding:.75rem 1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#d4d4d8;font-size:.875rem;font-weight:500}.form-group input{background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem 1rem;transition:all .2s}.form-group input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33;outline:none}.form-group input::placeholder{color:#71717a}.auth-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:.875rem 1.5rem;transition:all .2s}.auth-button:hover:not(:disabled){box-shadow:0 10px 20px -10px #3b82f680;transform:translateY(-1px)}.auth-button:disabled{cursor:not-allowed;opacity:.7}.button-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}.chat-container{display:flex;flex-direction:column;height:100vh}.chat-header{background:#0000004d;border-bottom:1px solid #ffffff1a;justify-content:space-between;padding:1rem 1.5rem}.chat-header,.header-left{align-items:center;display:flex}.header-left{gap:.75rem}.logo-small{color:#60a5fa;height:32px;width:32px}.header-left h1{font-size:1.25rem;font-weight:600}.header-right{align-items:center;display:flex;gap:1rem}.user-email{color:#a1a1aa;font-size:.875rem}.signout-button{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:6px;color:#e4e4e7;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s}.signout-button:hover{background:#ffffff26}.chat-main{flex:1 1;overflow-y:auto;padding:1.5rem}.messages-container{margin:0 auto;max-width:800px}.welcome-message{padding:3rem 1rem;text-align:center}.welcome-message h2{font-size:1.5rem;margin-bottom:.5rem}.welcome-message p{color:#a1a1aa;margin-bottom:2rem}.suggestions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.suggestions button{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;color:#d4d4d8;cursor:pointer;font-size:.875rem;padding:.75rem 1.25rem;transition:all .2s}.suggestions button:hover{background:#ffffff1a;border-color:#fff3}.message{animation:fadeIn .3s ease;display:flex;gap:1rem;margin-bottom:1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-avatar{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:1.25rem;height:36px;justify-content:center;width:36px}.message.user .message-avatar{background:#3b82f633}.message.assistant .message-avatar{background:#10b98133}.message-content{flex:1 1;min-width:0}.message-role{color:#a1a1aa;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.message-text{word-wrap:break-word;background:#ffffff0d;border-radius:12px;line-height:1.6;padding:1rem;white-space:pre-wrap}.message.user .message-text{background:#3b82f626}.typing{display:flex;gap:4px;padding:1rem!important}.typing span{animation:bounce 1.4s ease-in-out infinite both;background:#60a5fa;border-radius:50%;height:8px;width:8px}.typing span:first-child{animation-delay:-.32s}.typing span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-footer{background:#0000004d;border-top:1px solid #ffffff1a;padding:1rem 1.5rem 1.5rem}.input-form{display:flex;gap:.75rem;margin:0 auto;max-width:800px}.input-form input{background:#0000004d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;flex:1 1;font-size:1rem;padding:1rem 1.25rem;transition:all .2s}.input-form input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33;outline:none}.input-form input::placeholder{color:#71717a}.input-form button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;cursor:pointer;display:flex;justify-content:center;padding:0 1.25rem;transition:all .2s}.input-form button:hover:not(:disabled){transform:scale(1.05)}.input-form button:disabled{cursor:not-allowed;opacity:.5}.input-form button svg{color:#fff;height:20px;width:20px}.footer-note{color:#71717a;font-size:.75rem;margin-top:.75rem;text-align:center}@media (max-width:640px){.auth-card{padding:1.5rem}.chat-header{flex-direction:column;gap:.75rem}.header-right{justify-content:space-between;width:100%}.suggestions{flex-direction:column}.suggestions button{width:100%}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#e4e4e7;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}#root,body{min-height:100vh}#root{display:flex;flex-direction:column}
/*# sourceMappingURL=main.37367441.css.map*/