.auth-shell{background-color:var(--color-bg);background-image:radial-gradient(circle at 20% 20%,#3fff8b14,#0000 40%),radial-gradient(circle at 80% 80%,#0bbf5e0f,#0000 50%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.auth-shell__card{flex-direction:column;gap:2rem;width:100%;max-width:25rem;display:flex}.auth-shell__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.auth-shell__logo{justify-content:center;align-items:center;transition:opacity .15s;display:inline-flex}.auth-shell__logo:hover{opacity:.85}.auth-shell__title{color:var(--color-text);letter-spacing:-.3px;font-size:1.375rem;font-weight:700}.auth-shell__description{color:var(--color-text-muted);font-size:.875rem;line-height:1.5}.auth-shell__body{flex-direction:column;gap:1rem;display:flex}.auth-shell__footnote{text-align:center;color:var(--color-text-muted);font-size:.875rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-form__submit{margin-top:.5rem}@media (width>=768px){.auth-shell{padding:2.5rem}.auth-shell__title{font-size:1.5rem}}
