.auth-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:2rem 2rem 2.25rem}.auth-card__logo{text-align:center;margin-bottom:.75rem}.auth-card__title{font-family:var(--font-display);text-align:center;color:var(--text1);margin:0 0 .375rem;font-size:1.5rem;font-weight:700}.auth-card__subtitle{text-align:center;color:var(--text3);margin:0 0 1.75rem;font-size:.875rem;line-height:1.4}.auth-alert{border-radius:var(--radius-md);color:#f87171;background:#ef44441f;border:1px solid #ef44444d;margin-bottom:1rem;padding:.625rem .875rem;font-size:.875rem}.auth-alert--success{color:#86efac;background:#4ade801a;border-color:#4ade8040}.auth-form .form-group{margin-bottom:1rem}.auth-form label{color:var(--text2);margin-bottom:.375rem;font-size:.8125rem;font-weight:500;display:block}.auth-form .btn{width:100%;margin-top:.25rem}.auth-footer{text-align:center;color:var(--text3);margin-top:1.25rem;font-size:.875rem}.auth-footer a{color:var(--accent);font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-lang{gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}.auth-lang button{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text3);cursor:pointer;transition:var(--transition-fast);padding:.25rem .625rem;font-size:.75rem}.auth-lang button:hover,.auth-lang button.active{border-color:var(--accent);color:var(--accent)}.auth-check-row{color:var(--text2);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.auth-check-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}
