.centered-panel-page{background-color:var(--color-background-secondary-weak);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.centered-panel-page-panel{background-color:var(--color-background-primary);border-radius:var(--border-radius-xl);flex-direction:column;align-items:stretch;gap:24px;max-width:360px;padding:20px;display:flex}@media (width<=420px){.centered-panel-page{justify-content:stretch;align-items:stretch}.centered-panel-page-panel{box-sizing:border-box;border-radius:0;width:100%;max-width:100%;padding:24px}}
