*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}#app{min-height:100vh;display:flex;flex-direction:column}.page-container{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.hero-section{text-align:center;max-width:500px;width:100%}.hero-title{font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:3rem}.auth-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.auth-form-container{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;max-width:400px;width:100%}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.auth-header p{color:#64748b;font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#374151;font-size:.875rem}.form-group input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb;transform:translateY(-1px)}.btn-secondary{background-color:#fff;color:#3b82f6;border:1px solid #3b82f6}.btn-secondary:hover{background-color:#3b82f6;color:#fff;transform:translateY(-1px)}.btn-full{width:100%}.auth-links{display:flex;flex-direction:column;gap:.75rem;text-align:center;margin-top:1rem}.auth-links a{color:#3b82f6;text-decoration:none;font-size:.875rem;transition:color .2s}.auth-links a:hover{color:#2563eb;text-decoration:underline}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.875rem;margin-bottom:1rem}.email-display{background-color:#f8fafc;padding:1rem;border-radius:6px;margin-bottom:1.5rem;text-align:center}.email-label{font-size:.875rem;color:#64748b;display:block;margin-bottom:.25rem}.email-value{font-weight:600;color:#1e293b;display:block;margin-bottom:.5rem}.btn-link{background:none;border:none;color:#3b82f6;font-size:.875rem;cursor:pointer;text-decoration:underline}.btn-link:hover{color:#2563eb}.strategies-container h3{font-size:1.125rem;color:#1e293b;margin-bottom:1rem;text-align:center}.strategies-list{display:flex;flex-direction:column;gap:.75rem}.strategy-option{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:border-color .2s}.strategy-option:hover{border-color:#3b82f6}.strategy-header{display:flex;align-items:center;padding:1rem;cursor:pointer;transition:background-color .2s}.strategy-header:hover{background-color:#f8fafc}.strategy-icon{font-size:1.5rem;margin-right:1rem}.strategy-details{flex:1}.strategy-name{font-weight:600;color:#1e293b;margin-bottom:.25rem}.strategy-description{font-size:.875rem;color:#64748b}.strategy-arrow{color:#9ca3af;font-weight:700}.strategy-form{padding:1rem;border-top:1px solid #e5e7eb;background-color:#f8fafc}.success-step{text-align:center;padding:2rem 0}.success-icon{font-size:3rem;color:#10b981;margin-bottom:1rem}.success-step h3{color:#1e293b;margin-bottom:.5rem}.success-step p{color:#64748b;margin-bottom:2rem}.hero-section.authenticated{max-width:600px}.user-welcome,.user-info{margin-bottom:2rem}.user-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;gap:1.5rem}.user-avatar{flex-shrink:0}.avatar-img{width:80px;height:80px;border-radius:50%;object-fit:cover}.avatar-placeholder{width:80px;height:80px;border-radius:50%;background-color:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.user-details h3{color:#1e293b;margin-bottom:.5rem}.user-email{color:#64748b;font-size:.875rem;margin-bottom:.25rem}.user-id{color:#9ca3af;font-size:.75rem;font-family:monospace}@media (max-width: 640px){.page-container{padding:1rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.auth-buttons{flex-direction:column;align-items:center}.auth-form-container{padding:2rem}.btn{min-width:120px}.user-card{flex-direction:column;text-align:center}.strategy-header{padding:.75rem}.strategy-icon{font-size:1.25rem;margin-right:.75rem}}
