body.creator-remodel.registration-remodel .container {
    width: min(720px, calc(100vw - 2rem));
}

body.creator-remodel.registration-remodel .topbar,
body.creator-remodel.registration-remodel .creator-sidebar-rail,
body.creator-remodel.registration-remodel .hover-sidebar,
body.creator-remodel.registration-remodel .creator-nav-panel,
body.creator-remodel.registration-remodel .hero {
    display: none;
}

body.creator-remodel.registration-remodel .creator-page-grid {
    display: block;
}

body.creator-remodel.registration-remodel .creator-main {
    width: 100%;
}

body.creator-remodel.registration-remodel .creator-registration-only {
    margin: clamp(1rem, 3vw, 2rem) auto 0;
}

body.creator-remodel.registration-remodel .creator-registration-only .creator-panel-body {
    padding: clamp(1.25rem, 3vw, 2rem);
}

body.creator-remodel.registration-remodel .auth-form-grid {
    gap: 1rem;
}

body.creator-remodel.registration-remodel .fc-alert-stack {
    margin-top: 1rem;
}

@media (max-width: 640px) {
    body.creator-remodel.registration-remodel .container {
        width: calc(100vw - 1rem);
    }

    body.creator-remodel.registration-remodel .creator-registration-only .creator-panel-body {
        padding: 1rem;
    }
}