.auth-form-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,rgba(0,0,0,.95),rgba(31,41,55,.9))}.auth-form-card{width:100%;max-width:28rem;background:rgba(0,0,0,.8);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid #1f2937;border-radius:.75rem;padding:2rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.3),0 10px 10px -5px rgba(0,0,0,.2)}@media (min-width:640px){.auth-form-card{padding:2.5rem}}.auth-form-header{text-align:center;margin-bottom:2rem}.auth-form-title{font-family:var(--font-jetbrains-mono),monospace;font-size:1.875rem;font-weight:700;letter-spacing:.05em;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.auth-form-subtitle{color:#9ca3af;font-size:.875rem}.auth-oauth-section{margin-bottom:1.5rem}.auth-oauth-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;background:#ffffff;border:1px solid #d1d5db;border-radius:.5rem;color:#1f2937;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.auth-oauth-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;box-shadow:0 4px 6px rgba(0,0,0,.1)}.auth-oauth-button:disabled{opacity:.6;cursor:not-allowed}.auth-oauth-icon{width:1.25rem;height:1.25rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.auth-divider-line{flex:1;height:1px;background:#374151}.auth-divider-text{font-size:.75rem;color:#6b7280;white-space:nowrap}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-error{padding:.75rem 1rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:.5rem;color:#fca5a5;font-size:.875rem;text-align:center}.auth-form-group{display:flex;flex-direction:column;gap:.5rem}.auth-form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:640px){.auth-form-row{grid-template-columns:1fr 1fr}}.auth-form-label{font-size:.875rem;font-weight:600;color:#d1d5db;letter-spacing:.025em}.auth-form-optional{color:#6b7280;font-weight:400}.auth-form-input{width:100%;padding:.75rem 1rem;background:rgba(31,41,55,.5);border:1px solid #374151;border-radius:.5rem;color:#f3f4f6;font-size:.875rem;transition:all .2s ease;outline:none}.auth-form-input::placeholder{color:#6b7280}.auth-form-input:focus{border-color:#60a5fa;background:rgba(31,41,55,.8);box-shadow:0 0 0 3px rgba(96,165,250,.1)}.auth-form-input:disabled{opacity:.5;cursor:not-allowed}.auth-form-hint{font-size:.75rem;color:#6b7280;margin-top:-.25rem}.auth-form-button{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);border:none;border-radius:.5rem;color:#ffffff;font-family:var(--font-jetbrains-mono),monospace;font-size:.875rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.auth-form-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px rgba(96,165,250,.3)}.auth-form-button:active:not(:disabled){transform:translateY(0)}.auth-form-button:disabled{opacity:.6;cursor:not-allowed}.auth-form-footer{text-align:center;font-size:.875rem;color:#9ca3af;margin-top:.5rem}.auth-form-link{color:#60a5fa;font-weight:600;text-decoration:none;transition:color .2s ease}.auth-form-link:hover{color:#a78bfa}