:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8fa;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{min-width:320px}button,input{font:inherit}.app-shell{color:#172033;background:#f7f8fa;flex-direction:column;min-height:100vh;display:flex}.chat-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-icon{background:#eef2ff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:21px;display:flex}.brand-name{color:#111827;font-size:16px;font-weight:650}.brand-status{color:#6b7280;align-items:center;gap:5px;margin-top:2px;font-size:12px;display:flex}.status-dot{background:#22c55e;border-radius:50%;width:7px;height:7px}.header-actions{align-items:center;gap:10px;display:flex}.user-info{flex-direction:column;align-items:flex-end;margin-right:4px;display:flex}.user-name{color:#374151;font-size:13px;font-weight:600}.user-email{color:#9ca3af;margin-top:2px;font-size:11px}.new-chat-button,.logout-button{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 13px;font-size:13px;transition:background .2s,border-color .2s}.new-chat-button:hover,.logout-button:hover{background:#f9fafb;border-color:#d1d5db}.new-chat-button:disabled,.logout-button:disabled{opacity:.5;cursor:default}.chat-container{box-sizing:border-box;flex:1;width:100%;max-width:900px;margin:0 auto;overflow-y:auto}.messages{padding:36px 24px 120px}.message-row{align-items:flex-start;gap:10px;margin-bottom:24px;display:flex}.user-row{justify-content:flex-end}.ai-row{justify-content:flex-start}.avatar{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:10px;font-weight:700;display:flex}.ai-avatar{color:#fff;background:#111827}.user-avatar{color:#374151;background:#e5e7eb}.message{white-space:pre-wrap;word-break:break-word;border-radius:15px;max-width:680px;padding:13px 16px;font-size:15px;line-height:1.55}.ai-message{color:#374151;background:#fff;border:1px solid #e5e7eb;border-top-left-radius:5px}.user-message{color:#fff;background:#4f46e5;border-top-right-radius:5px}.calendar-link{color:#4338ca;background:#eef2ff;border-radius:8px;margin-top:12px;padding:8px 12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.calendar-link:hover{background:#e0e7ff}.typing{gap:4px;padding:3px 2px;display:flex}.typing span{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.2s infinite typing}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.composer-wrapper{background:linear-gradient(#f7f8fa00,#f7f8fa 30%);padding:16px 20px 18px;position:fixed;bottom:0;left:0;right:0}.composer{box-sizing:border-box;background:#fff;border:1px solid #dfe3e8;border-radius:14px;align-items:center;gap:10px;width:100%;max-width:850px;margin:0 auto;padding:7px 8px 7px 16px;display:flex;box-shadow:0 4px 18px #0000000f}.composer:focus-within{border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f11f}.composer input{color:#111827;background:0 0;border:none;outline:none;flex:1;font-size:15px}.composer input::placeholder{color:#9ca3af}.composer input:disabled{cursor:not-allowed}.send-button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;width:40px;height:40px;font-size:18px;transition:background .2s,opacity .2s}.send-button:hover:not(:disabled){background:#4338ca}.send-button:disabled{opacity:.4;cursor:default}.composer-hint{text-align:center;color:#9ca3af;width:100%;max-width:850px;margin:6px auto 0;font-size:11px}.login-page{box-sizing:border-box;background:radial-gradient(circle at top,#eef2ff 0,#f7f8fa 45% 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:100%;max-width:430px;padding:42px;box-shadow:0 20px 50px #0f172a14}.login-icon{background:#eef2ff;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 22px;font-size:30px;display:flex}.login-card h1{color:#111827;margin:0 0 12px;font-size:27px;font-weight:700}.login-description{color:#6b7280;margin-bottom:30px;font-size:14px;line-height:1.6}.google-login-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;height:48px;font-size:14px;font-weight:600;transition:background .2s,box-shadow .2s;display:flex}.google-login-button:hover{background:#f9fafb;box-shadow:0 3px 10px #0000000f}.google-icon{font-size:18px;font-weight:700}.login-footer{color:#9ca3af;margin-top:22px;font-size:11px}.auth-loading{color:#6b7280;background:#f7f8fa;justify-content:center;align-items:center;min-height:100vh;font-size:14px;display:flex}@media (width<=700px){.chat-header{height:64px;padding:0 14px}.brand-name{font-size:14px}.user-info,.new-chat-button{display:none}.messages{padding:24px 12px 120px}.message{max-width:78vw;font-size:14px}.avatar{width:30px;height:30px}.composer-wrapper{padding:10px 10px 14px}.composer-hint{display:none}.login-card{padding:32px 24px}}.composer textarea{resize:none;color:#111827;background:0 0;border:none;outline:none;flex:1;min-height:40px;max-height:140px;padding:9px 0;font-family:inherit;font-size:15px;line-height:1.45;overflow-y:auto}.composer textarea::placeholder{color:#9ca3af}.composer textarea:disabled{cursor:not-allowed}@media (width<=700px){.composer textarea{font-size:14px}}.voice-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:17px;transition:background .2s,border-color .2s,transform .1s;display:flex}.voice-button:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.voice-button.listening{background:#fee2e2;border-color:#fca5a5}.voice-button.listening:hover{background:#fecaca}.voice-button:active:not(:disabled){transform:scale(.95)}.voice-button:disabled{opacity:.4;cursor:default}
