.auth-page{min-height:100vh;display:flex;flex-direction:column;background:var(--gradient-hero)}.auth-page__main{flex:1;display:flex;align-items:center;padding:2rem 0 3rem}.auth-page__wrap{width:100%;display:flex;justify-content:center}.auth-card{width:100%;max-width:420px;padding:1.75rem 1.5rem 1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow-lg)}@media (min-width: 480px){.auth-card{padding:2rem 2rem 1.75rem}}.auth-card__head{margin-bottom:1.35rem}.auth-card__title{margin:0 0 .35rem;font-family:var(--font-display);font-size:1.65rem;font-weight:900;letter-spacing:-.03em}.auth-card__sub{margin:0;font-size:.92rem;line-height:1.5;color:var(--muted)}.auth-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;padding:.35rem;margin-bottom:1.25rem;border-radius:14px;background:#02061773;border:1px solid var(--border)}.auth-toggle__btn{padding:.55rem .65rem;border:none;border-radius:11px;background:transparent;color:var(--muted);font-family:var(--font-display);font-weight:700;font-size:.88rem;cursor:pointer;transition:background .15s ease,color .15s ease}.auth-toggle__btn--on{background:linear-gradient(145deg,#38bdf833,#a78bfa1f);color:var(--text);box-shadow:inset 0 0 0 1px #38bdf859}.auth-toggle__btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-panel{display:none}.auth-panel--active{display:block}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-field label{display:block;font-size:.78rem;font-weight:600;color:var(--muted);margin-bottom:.35rem}.auth-field input{width:100%;min-height:46px;padding:.55rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:#02061780;color:var(--text);font-size:.95rem;outline:none}.auth-field input:focus{border-color:#38bdf873;box-shadow:0 0 0 3px var(--accent-dim)}.auth-submit{margin-top:.25rem;min-height:48px;border:none;border-radius:var(--radius-sm);font-family:var(--font-display);font-weight:800;font-size:.95rem;cursor:pointer;color:#020617;background:linear-gradient(135deg,var(--accent),#22d3ee);box-shadow:0 10px 28px #38bdf838}.auth-submit:hover{filter:brightness(1.05)}.auth-submit:focus-visible{outline:2px solid var(--violet);outline-offset:3px}.auth-card__fine{margin:1.25rem 0 0;font-size:.72rem;line-height:1.45;color:var(--faint);text-align:center}
