.auth-page{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2.5rem 1.25rem;display:flex}.auth-aside{display:none}.auth-panel{justify-content:center;width:100%;display:flex}.auth-panel-inner{width:100%;max-width:400px}@media (min-width:900px){.auth-page{grid-template-columns:480px minmax(0,1fr);justify-content:normal;align-items:stretch;min-height:100vh;padding:0;display:grid}.auth-aside{background:var(--y-accent-soft);border-right:1px solid color-mix(in srgb, var(--y-accent) 16%, var(--y-border));flex-direction:column;justify-content:space-between;padding:56px 48px 48px;display:flex;position:relative;overflow:hidden}.auth-panel{padding:48px}}.auth-aside-top{position:relative}.auth-aside-title{letter-spacing:-.02em;max-width:380px;margin:3.5rem 0 0;font-size:2rem;font-weight:700;line-height:1.15}.auth-aside-lead{color:var(--y-text-muted);max-width:380px;margin:.85rem 0 0;font-size:.97rem}.auth-aside-apps{border-bottom:1px solid color-mix(in srgb, var(--y-accent) 14%, transparent);margin:0;padding:0;list-style:none;position:relative}.auth-aside-app{border-top:1px solid color-mix(in srgb, var(--y-accent) 14%, transparent);align-items:center;gap:.75rem;padding:.75rem 0;font-size:.875rem;font-weight:600;display:flex}.auth-aside-tile{color:#fff;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;font-size:.75rem;font-weight:700;display:grid}.auth-brand{align-items:center;gap:.55rem;margin-bottom:2.25rem;display:flex}.auth-brand-mark{border-radius:var(--y-radius-sm);background:var(--y-accent);color:#fff;flex:none;place-items:center;width:34px;height:34px;font-size:1.05rem;font-weight:700;display:grid}.auth-brand-word{letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.auth-panel-inner h1{margin:0 0 .25rem;font-size:1.5rem}.auth-subtitle{color:var(--y-text-muted);margin:0 0 1.6rem;font-size:.93rem}.auth-form{gap:1rem;margin-top:.25rem;display:grid}.auth-field{gap:.4rem;display:grid}.auth-field-label-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.auth-field-label{color:var(--y-text-muted);font-size:.85rem;font-weight:500}.auth-field-link{color:var(--y-accent-strong);font-size:.82rem;font-weight:500;text-decoration:none}.auth-field-link:hover{text-decoration:underline}.auth-field .y-input{width:100%}.auth-error{border-radius:var(--y-radius-sm);background:var(--y-danger-soft);color:var(--y-danger);border:1px solid color-mix(in srgb, var(--y-danger) 22%, transparent);align-items:flex-start;gap:.5rem;margin:0;padding:.65rem .8rem;font-size:.88rem;line-height:1.4;display:flex}.auth-submit{width:100%;margin-top:.4rem}.auth-footer{border-top:1px solid var(--y-border);color:var(--y-text-muted);flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-top:1.6rem;padding-top:1.25rem;font-size:.9rem;display:flex}.auth-footer a{color:var(--y-text);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-link-btn{font:inherit;color:var(--y-text);cursor:pointer;background:0 0;border:0;align-items:center;gap:.4rem;margin:0;padding:0;font-weight:600;text-decoration:none;display:inline-flex}.auth-link-btn:hover{text-decoration:underline}.auth-outcome{gap:.85rem;display:grid}.auth-outcome-icon{border-radius:16px;place-items:center;width:56px;height:56px;margin-bottom:.35rem;display:grid}.auth-outcome-icon-accent{background:var(--y-accent-soft);color:var(--y-accent-strong)}.auth-outcome-icon-success{background:var(--y-success-soft);color:var(--y-success)}.auth-outcome-icon-danger{background:var(--y-danger-soft);color:var(--y-danger)}.auth-outcome p{color:var(--y-text-muted);margin:0;font-size:.95rem}.auth-outcome .auth-error{width:100%}.auth-outcome-cta{text-align:center;width:100%;margin-top:.25rem}
