*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#fff;color:#0f172a;line-height:1.6;overflow-x:hidden}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.05) 0%,transparent 50%,rgba(139,92,246,.05) 100%);pointer-events:none}.login-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:1280px;width:100%;position:relative;z-index:1}@media (min-width: 1024px){.login-grid{grid-template-columns:1fr 1fr}}.left-section{display:flex;flex-direction:column;gap:2rem}.login-form{padding:2rem}.form-title{font-size:1.875rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;text-align:center}.form-subtitle{font-size:1rem;color:#64748b;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s;background:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280;font-size:1.125rem}.google-btn{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.google-btn:hover{border-color:#9ca3af;background:#f9fafb}.google-icon{width:1.25rem;height:1.25rem;margin-right:.75rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234285F4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/><path fill="%2334A853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/><path fill="%23FBBC05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/><path fill="%23EA4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/></svg>') no-repeat center;background-size:contain}.divider{display:flex;align-items:center;margin:1.5rem 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.divider-text{padding:0 1rem;color:#6b7280;font-size:.875rem}.login-btn{width:100%;padding:.75rem;background:#1f2937;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1.5rem}.login-btn:hover{background:#374151}.login-btn:disabled{background:#9ca3af;cursor:not-allowed}.legal-text{font-size:.75rem;color:#6b7280;text-align:center;line-height:1.5;margin-bottom:1.5rem}.legal-text a{color:#3b82f6;text-decoration:underline}.login-link{text-align:center;font-size:.875rem;color:#6b7280}.login-link a{color:#3b82f6;text-decoration:underline;font-weight:500}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem;display:none}.success-message{color:#10b981;font-size:.875rem;margin-top:.5rem;display:none}.right-section{position:relative}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f61a;color:#3b82f6;border-radius:9999px;font-size:.875rem;font-weight:500;width:fit-content}.badge svg{width:1rem;height:1rem}.brand-name{font-size:3rem;font-weight:700;color:#0f172a;line-height:1.1;margin:0}@media (min-width: 1024px){.brand-name{font-size:3.75rem}}.brand-name .gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-subtitle{font-size:1.25rem;color:#64748b;max-width:32rem;line-height:1.6;margin:0}.cta-buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.cta-buttons{flex-direction:row}}.cta-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s ease;box-shadow:0 4px 14px #3b82f640;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-align:center}.cta-primary:hover{transform:scale(1.05);box-shadow:0 8px 25px #3b82f659}.cta-secondary{background:transparent;color:#0f172a;padding:1rem 2rem;border:2px solid #e2e8f0;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;text-align:center}.cta-secondary:hover{box-shadow:0 4px 6px -1px #0000001a}.form-group{margin-bottom:24px}.form-label{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.form-input{width:100%;padding:16px;border:2px solid #e1e5e9;border-radius:12px;font-size:16px;transition:all .3s ease;background:#fff}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-container{position:relative}.password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;font-size:18px}.google-btn{width:100%;padding:16px;border:2px solid #e1e5e9;border-radius:12px;background:#fff;color:#333;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.google-btn:hover{border-color:#667eea;background:#f8f9ff}.google-icon{width:20px;height:20px;margin-right:12px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234285F4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/><path fill="%2334A853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/><path fill="%23FBBC05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/><path fill="%23EA4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/></svg>') no-repeat center;background-size:contain}.divider{display:flex;align-items:center;margin:24px 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e1e5e9}.divider-text{padding:0 20px;color:#666;font-size:14px}.login-btn{width:100%;padding:16px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:24px}.login-btn:hover{background:#333;transform:translateY(-1px)}.login-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.legal-text{font-size:12px;color:#666;text-align:center;line-height:1.5}.legal-text a{color:#667eea;text-decoration:none}.legal-text a:hover{text-decoration:underline}.signup-link{text-align:center;margin-top:24px;font-size:14px;color:#666}.signup-link a{color:#667eea;text-decoration:none;font-weight:500}.signup-link a:hover{text-decoration:underline}.chat-interface-preview{background:#fff;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem;position:relative;z-index:1}.hero-decorative{position:absolute;border-radius:50%;filter:blur(2rem)}.hero-decorative.primary{top:-1rem;left:-1rem;width:6rem;height:6rem;background:#3b82f633}.hero-decorative.accent{bottom:-1rem;right:-1rem;width:8rem;height:8rem;background:#8b5cf633}.chat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.chat-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.chat-info h3{font-weight:600;font-size:.875rem;margin:0;color:#0f172a}.chat-info p{font-size:.75rem;color:#64748b;margin:0}.chat-messages{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.chat-message{padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;line-height:1.4}.chat-message.user{background:var(--user-message-color, #3B81F6);color:var(--user-message-text-color, #ffffff);margin-left:2rem}.chat-message.user.gradient{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.chat-message.assistant{background:var(--ai-chatbot-color, linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%));color:#fff;margin-right:2rem}.chat-message.assistant.gradient{background:var(--ai-chatbot-gradient)}.chat-input{display:flex;align-items:center;gap:.5rem;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#f8fafc}.chat-input input{flex:1;border:none;background:transparent;outline:none;font-size:.875rem;color:#0f172a}.chat-input input::placeholder{color:#64748b}.chat-send-btn{width:2rem;height:2rem;border-radius:.375rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.chat-send-btn svg{width:1rem;height:1rem}.error-message{color:#e74c3c;font-size:14px;margin-top:8px;display:none}.success-message{color:#27ae60;font-size:14px;margin-top:8px;display:none}@media (max-width: 768px){.login-container{flex-direction:column;margin:20px}.left-section{padding:40px 30px}.right-section{padding:40px 30px;min-height:200px}.brand-name{font-size:36px}.brand-subtitle{font-size:20px}}@media (max-width: 480px){body{padding:10px}.left-section,.right-section{padding:30px 20px}.brand-name{font-size:28px}.brand-subtitle{font-size:18px}}
