@media(min-width:1024px){.auth-container{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;padding:0;padding-top:80px;align-items:stretch}.auth-form-panel{display:flex;align-items:center;justify-content:center;padding:2rem}}.auth-hero-panel{display:none}@media(min-width:1024px){.auth-hero-panel{display:flex;align-items:flex-start;justify-content:center;background:var(--panel-bg);border-right:var(--panel-border);padding:3rem 2.5rem;padding-top:5rem;opacity:0;transition:opacity .6s ease}.auth-hero-panel.auth-hero-visible{opacity:1}}.auth-hero-inner{max-width:480px;width:100%;text-align:left}.auth-hero-headline{font-size:1.6rem;font-weight:700;line-height:1.25;margin-bottom:.75rem;color:var(--text);background:0 0;-webkit-text-fill-color:unset}.auth-hero-description{font-size:.92rem;line-height:1.6;color:var(--text-muted);margin-bottom:1.25rem}.auth-hero-image-wrapper{border-radius:12px;overflow:hidden;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,8%);box-shadow:0 8px 32px rgba(0,0,0,.25)}[data-theme=light] .auth-hero-image-wrapper{border-color:rgba(0,0,0,.1);box-shadow:0 8px 32px rgba(0,0,0,.1)}.auth-hero-image{width:100%;height:auto;display:block}.auth-hero-bullets{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.6rem}.auth-hero-bullets li{font-size:.85rem;line-height:1.5;color:var(--text-muted);padding-left:1.25rem;position:relative}.auth-hero-bullets li::before{content:'';position:absolute;left:0;top:.45rem;width:6px;height:6px;border-radius:50%;background:var(--secondary)}.auth-hero-clarifying{font-size:.78rem;color:var(--text-muted);opacity:.7;line-height:1.5;margin-bottom:1.5rem;font-style:italic}