.auth-body{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:var(--bg-0);color:var(--text-0);font-family:'Inter',system-ui,sans-serif;padding:1.5rem}.auth-wrap{width:100%;max-width:27rem;display:flex;flex-direction:column;gap:1.1rem;position:relative;z-index:1}.auth-card{background:var(--surface-2);border:1px solid var(--surface-border);border-radius:20px;padding:2rem 1.9rem 1.8rem;box-shadow:0 24px 60px -30px rgba(13,37,48,0.5)}.auth-back{position:fixed;top:1.1rem;left:1.1rem;z-index:2;display:inline-flex;align-items:center;gap:0.45rem;font-size:0.88rem;font-weight:600;color:var(--text-1);text-decoration:none;padding:0.5rem 0.95rem;border-radius:999px;border:1px solid var(--surface-border);background:var(--surface-1);transition:color 180ms ease,border-color 180ms ease}.auth-back:hover,.auth-back:focus-visible{color:var(--text-0);border-color:var(--surface-border-strong)}.auth-brand{display:inline-flex;align-items:center;gap:0.55rem;text-decoration:none;color:var(--text-0);margin-bottom:1.4rem}.auth-brand__mark{display:grid;place-items:center;width:60px;height:60px;background:transparent}.auth-brand__mark img{display:block;width:56px;height:56px}.auth-brand__name{font-family:'Sora',sans-serif;font-weight:700;font-size:1.02rem}.auth-head{margin-bottom:1.3rem}.auth-title{font-family:'Sora',sans-serif;font-size:1.55rem;font-weight:700;margin:0 0 0.3rem}.auth-sub{color:var(--text-2);font-size:0.92rem;margin:0;line-height:1.45}.auth-messages{list-style:none;margin:0 0 1.1rem;padding:0;display:flex;flex-direction:column;gap:0.55rem}.auth-msg{font-size:0.88rem;padding:0.7rem 0.85rem;border-radius:11px;border:1px solid transparent;line-height:1.4}.auth-msg--success{background:rgba(var(--accent-teal-rgb),0.12);border-color:rgba(var(--accent-teal-rgb),0.4);color:var(--accent-teal-ink,var(--text-0))}.auth-msg--error{background:rgba(var(--accent-coral-rgb),0.12);border-color:rgba(var(--accent-coral-rgb),0.4);color:var(--accent-coral-ink,var(--text-0))}.auth-msg--info,.auth-msg--warning{background:var(--surface-1);border-color:var(--surface-border);color:var(--text-1)}.auth-form{display:flex;flex-direction:column;gap:0.95rem}.auth-field{display:flex;flex-direction:column;gap:0.35rem}.auth-field>span{font-size:0.82rem;font-weight:600;color:var(--text-1)}.auth-field input{width:100%;font:inherit;font-size:0.95rem;color:var(--text-0);background:var(--bg-2);border:1px solid var(--surface-border-strong);border-radius:11px;padding:0.72rem 0.85rem;transition:border-color 0.15s,box-shadow 0.15s}.auth-field input::placeholder{color:var(--text-3)}.auth-field input:focus{outline:none;border-color:var(--accent-teal);box-shadow:0 0 0 3px rgba(var(--accent-teal-rgb),0.22)}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;margin-top:-0.15rem}.auth-check{display:inline-flex;align-items:center;gap:0.45rem;font-size:0.87rem;color:var(--text-1);cursor:pointer;user-select:none}.auth-check input{width:16px;height:16px;accent-color:var(--accent-teal);cursor:pointer}.auth-link{color:var(--accent-teal-ink,var(--accent-teal));text-decoration:none;font-weight:600;font-size:0.87rem}.auth-link:hover{text-decoration:underline}.auth-alt{text-align:center;margin:1.2rem 0 0;font-size:0.9rem;color:var(--text-2)}.auth-google{display:flex;align-items:center;justify-content:center;gap:0.6rem;width:100%;padding:0.72rem 1rem;border-radius:11px;border:1px solid var(--surface-border-strong);background:var(--bg-2);color:var(--text-0);font-weight:600;font-size:0.95rem;text-decoration:none;transition:background 0.15s,border-color 0.15s}.auth-google:hover{background:var(--surface-1);border-color:var(--accent-teal)}.auth-divider{display:flex;align-items:center;gap:0.8rem;color:var(--text-3);font-size:0.8rem;margin:1.1rem 0}.auth-divider::before,.auth-divider::after{content:"";flex:1;height:1px;background:var(--surface-border)}.auth-foot{text-align:center;font-size:0.78rem;color:var(--text-3);margin:0}.auth-spinner{width:34px;height:34px;margin:0.6rem auto 0.2rem;border:3px solid var(--surface-border-strong);border-top-color:var(--accent-teal);border-radius:50%;animation:auth-spin 0.7s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (max-width:420px){.auth-card{padding:1.6rem 1.3rem}.auth-title{font-size:1.35rem}}