.auth-body{display:flex;align-items:center;justify-content:center;min-height:100vh;overflow:hidden;background:var(--bg)}.auth-container{width:100%;max-width:440px;padding:2rem}.auth-card{background:var(--bg);border-radius:var(--radius-lg);padding:2.5rem 2.2rem 2rem;box-shadow:-12px -12px 24px var(--shadow-light),12px 12px 24px var(--shadow-dark)}.auth-logo{width:72px;height:72px;margin:0 auto 1.5rem;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:-6px -6px 12px var(--shadow-light),6px 6px 12px var(--shadow-dark)}.auth-logo svg{width:36px;height:36px}.auth-title{text-align:center;font-size:1.6rem;font-weight:800;color:var(--text);margin-bottom:.3rem}.auth-subtitle{text-align:center;font-size:.92rem;color:var(--text-light);margin-bottom:1.5rem}.auth-error{color:#e63946;font-size:.85rem;font-weight:600;min-height:1.2em;margin-bottom:.5rem;text-align:center}.auth-submit{width:100%;justify-content:center;margin-top:.5rem;padding:.85rem 1.8rem;font-size:1rem}.auth-switch{text-align:center;margin-top:1.5rem;font-size:.88rem;color:var(--text-light)}.auth-link{color:var(--accent);font-weight:700;text-decoration:none;margin-left:.25rem;transition:color var(--transition)}.auth-link:hover{color:var(--accent-hover);text-decoration:underline}@media(max-width:480px){.auth-container{padding:1rem}.auth-card{padding:2rem 1.5rem 1.5rem}}
