:root{--auth-page-bg:linear-gradient(to bottom right,#fff7ed,#fff,#fef2f2);--auth-text-primary:#3f4958;--auth-text-secondary:#6b7280;--auth-card-glow-bg:#db3e05;--auth-card-bg:rgba(255,255,255,.95);--auth-card-shadow:0 25px 50px -12px rgba(0,0,0,.1);--auth-card-border:rgba(255,255,255,.5);--auth-title-color:#db3e05;--auth-label-color:#374151;--auth-input-bg:rgba(249,250,251,.5);--auth-input-border:#e5e7eb;--auth-input-hover-bg:#fff;--auth-input-focus-border:#db3e05;--auth-input-focus-bg:#fff;--auth-input-focus-shadow:0 0 0 2px rgba(219,62,5,.2);--auth-input-placeholder:#9ca3af;--auth-input-icon-color:#6b7280;--auth-input-icon-hover:#374151;--auth-help-text-color:#6b7280;--auth-error-bg:#fef2f2;--auth-error-border:#fecaca;--auth-error-text:#dc2626;--auth-warning-bg:#fefce8;--auth-warning-border:#fde68a;--auth-warning-text:#d97706;--auth-success-icon-bg:linear-gradient(to bottom right,#4ade80,#059669);--auth-success-icon-shadow:0 10px 25px -5px rgba(0,0,0,.1);--auth-progress-track-bg:#e5e7eb;--auth-link-color:#db3e05;--auth-link-hover:#cc3600;--auth-code-label-color:#374151;--auth-code-input-bg:rgba(249,250,251,.5);--auth-code-input-border:#e5e7eb;--auth-code-input-hover-bg:#fff;--auth-code-help-color:#6b7280;--auth-spinner-border:rgba(255,255,255,.3);--auth-spinner-top:#fff;--auth-note-color:#6b7280}.auth-page{background:var(--auth-page-bg);justify-content:center;align-items:flex-start;min-height:100vh;padding:2rem 1rem 1rem;display:flex}.auth-container{width:100%;max-width:28rem}.auth-centered-content{text-align:center;padding:4rem 0}.auth-logo-wrapper{text-align:center;margin-top:2.5rem;margin-bottom:3.75rem}.auth-logo{object-fit:contain;width:340px;height:auto;margin-left:auto;margin-right:auto;display:block}.auth-logo-wrapper-compact{text-align:center;margin-top:2.5rem;margin-bottom:2.75rem}.auth-card-wrapper{position:relative}.auth-card-glow{background:var(--auth-card-glow-bg);border-radius:var(--radius-2xl);filter:blur(40px);opacity:.2;position:absolute;top:0;bottom:0;left:0;right:0}.auth-card{background-color:var(--auth-card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:var(--radius-2xl);box-shadow:var(--auth-card-shadow);border:1px solid var(--auth-card-border);padding:2rem;position:relative}.auth-card-stable{min-height:420px}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);color:var(--auth-title-color);line-height:2.5rem}.auth-subtitle{color:var(--auth-text-secondary);font-size:var(--font-size-base);margin-top:.5rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.auth-field{flex-direction:column;display:flex}.auth-label{font-size:.875rem;font-weight:var(--font-weight-semibold);color:var(--auth-label-color);margin-bottom:.5rem;display:block}.auth-input{background-color:var(--auth-input-bg);border:1px solid var(--auth-input-border);border-radius:var(--radius-xl);width:100%;font-size:var(--font-size-base);color:var(--auth-text-primary);outline:none;padding:.75rem 1rem;transition:all .2s}.auth-input:hover{background-color:var(--auth-input-hover-bg)}.auth-input:focus{border-color:var(--auth-input-focus-border);background-color:var(--auth-input-focus-bg);box-shadow:var(--auth-input-focus-shadow)}.auth-input:disabled{opacity:.6;cursor:default}.auth-input::placeholder{color:var(--auth-input-placeholder)}.auth-input-wrapper{position:relative}.auth-input-with-icon{padding-right:3rem}.auth-input-icon-button{color:var(--auth-input-icon-color);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.auth-input-icon-button:hover{color:var(--auth-input-icon-hover)}.auth-input-icon-button:focus{outline:none}.auth-help-text{color:var(--auth-help-text-color);margin-top:.5rem;font-size:.75rem}.auth-error{background-color:var(--auth-error-bg);border:1px solid var(--auth-error-border);border-radius:var(--radius-xl);padding:.75rem}.auth-error-text{color:var(--auth-error-text);font-size:.875rem}.auth-warning{background-color:var(--auth-warning-bg);border:1px solid var(--auth-warning-border);border-radius:var(--radius-xl);margin-top:.5rem;padding:.75rem}.auth-warning-text{color:var(--auth-warning-text);font-size:.875rem;line-height:1.4}.auth-success{text-align:center;flex-direction:column;gap:1rem;display:flex}.auth-success-icon{background:var(--auth-success-icon-bg);width:5rem;height:5rem;box-shadow:var(--auth-success-icon-shadow);border-radius:9999px;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;display:flex}.auth-success-message{color:var(--auth-text-secondary);font-size:.875rem}.auth-progress-bar{padding-top:.5rem}.auth-progress-track{background-color:var(--auth-progress-track-bg);border-radius:9999px;height:.25rem;overflow:hidden}.auth-progress-fill{background:linear-gradient(to right,var(--brand-gradient-start),var(--brand-gradient-end));border-radius:9999px;height:100%;animation:3s ease-in-out forwards loading}@keyframes loading{0%{width:0%}to{width:100%}}.auth-link-wrapper{text-align:center;margin-top:1.5rem}.auth-link-wrapper-inline{text-align:center}.auth-footer-inline{border-top:1px solid var(--auth-card-border);text-align:center;margin-top:1.5rem;padding-top:1.5rem}.auth-link{font-size:.875rem;font-weight:var(--font-weight-medium);color:var(--auth-link-color);text-decoration:none;transition:color .2s}.auth-link:hover{color:var(--auth-link-hover)}.auth-footer-text{color:var(--auth-text-secondary);font-size:.875rem}.auth-footer-link{font-weight:var(--font-weight-semibold);color:var(--auth-link-color);text-decoration:none;transition:color .2s}.auth-footer-link:hover{color:var(--auth-link-hover)}.auth-note{text-align:center;margin-top:2rem}.auth-note-text{color:var(--auth-note-color);font-size:.75rem}.auth-code-label{font-size:.875rem;font-weight:var(--font-weight-semibold);color:var(--auth-code-label-color);text-align:center;margin-bottom:1rem;display:block}.auth-code-inputs{justify-content:center;gap:.5rem;display:flex}.auth-code-input{text-align:center;width:3rem;height:3.5rem;font-size:1.5rem;font-weight:var(--font-weight-bold);background-color:var(--auth-code-input-bg);border:2px solid var(--auth-code-input-border);border-radius:var(--radius-xl);outline:none;transition:all .2s}.auth-code-input:hover{background-color:var(--auth-code-input-hover-bg)}.auth-code-input:focus{border-color:var(--brand-gradient-start);box-shadow:0 0 0 2px var(--brand-gradient-start);outline:none}.auth-code-input:disabled{opacity:.6;cursor:not-allowed}.auth-code-help{color:var(--auth-code-help-color);text-align:center;margin-top:.75rem;font-size:.75rem}.auth-secondary-button{width:100%;color:var(--auth-text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.875rem;transition:color .2s}.auth-secondary-button:hover{color:var(--auth-text-primary)}.auth-spinner{border:2px solid var(--auth-spinner-border);border-top-color:var(--auth-spinner-top);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-terms{text-align:center;color:var(--auth-note-color);font-size:.75rem}
