*{margin:0;padding:0}#root,body,html{height:100%;overflow:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}button,input,select,textarea{touch-action:manipulation}*{box-sizing:border-box}body{background-color:#f8fafc;font-family:Inter,sans-serif;margin:0}.login-container{align-items:center;background:linear-gradient(135deg,#f0f9ff,#fff);height:100vh;justify-content:center;padding:20px}.login-card,.login-container{display:flex;flex-direction:column}.login-card{background:#fff;border-radius:20px;box-shadow:0 10px 25px #0000000d;gap:15px;max-width:320px;padding:30px;width:100%}.login-input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:12px 15px;width:100%}.login-btn{background:linear-gradient(90deg,#2563eb,#06b6d4);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:12px}.App{background-color:#f8fafc;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:600px;position:relative}.App-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;min-height:60px;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.logout-btn{background:#fff1f2;border:1px solid #fecdd3;border-radius:20px;color:#e11d48;cursor:pointer;font-size:.85rem;font-weight:600;padding:6px 14px}.beta-capsule{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;color:#16a34a;display:inline-flex;font-size:.7rem;font-weight:800;margin-left:10px;padding:2px 10px}.chat-container{display:flex;flex:1 1;flex-direction:column;gap:15px;overflow-y:auto;padding:20px 20px 100px}.message-wrapper{display:flex;width:100%}.message-wrapper.user{justify-content:flex-end}.message-wrapper.assistant{justify-content:flex-start}.chat-message-text{word-wrap:break-word;border-radius:18px;font-size:16px;line-height:1.8!important;max-width:85%;padding:14px 18px}.chat-message-text p{margin-bottom:16px;margin-top:0}.chat-message-text p:last-child{margin-bottom:0}.user .chat-message-text{background:#2563eb;border-bottom-right-radius:4px;color:#fff}.assistant .chat-message-text{background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.typing-indicator{align-items:center;display:flex;gap:12px;padding:12px}.typing-dot{animation:premiumPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%;height:10px;width:10px}@keyframes premiumPulse{0%{box-shadow:0 0 0 #2563eb00;opacity:.4;transform:scale(.9)}50%{box-shadow:0 0 15px #06b6d466;opacity:1;transform:scale(1.15)}to{box-shadow:0 0 0 #2563eb00;opacity:.4;transform:scale(.9)}}.thinking-text{color:#94a3b8;font-size:.8rem;font-weight:500}.input-area{background:#fff;border-top:1px solid #e2e8f0;bottom:0;left:0;padding:15px 15px calc(env(safe-area-inset-bottom) + 15px);position:absolute;right:0}.input-box{align-items:flex-end;background:#f8fafc;border:1px solid #06b6d4;border-radius:24px;display:flex;padding:6px 10px}.input-box textarea{background:#0000;border:none;flex:1 1;font-size:16px;max-height:120px;outline:none;padding:10px;resize:none}.send-btn{align-items:center;background:#2563eb;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;width:40px}@media (max-width:600px){.App{border:none;max-width:100%}.input-area{position:fixed}}
/*# sourceMappingURL=main.741a8572.css.map*/