@media (max-width: 767px) {
    body[data-page="register"] .auth-exact-stage {
        min-height: calc(100dvh - var(--nav-h) - var(--bot-h) - env(safe-area-inset-bottom)) !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        padding: 24px 12px calc(18px + env(safe-area-inset-bottom)) !important;
        overflow: hidden !important;
    }

    body[data-page="register"] .shell {
        min-height: 0 !important;
        max-height: none !important;
        height: auto !important;
        width: 100% !important;
        max-width: min(420px, 100%) !important;
        padding-bottom: 0 !important;
        overflow: visible !important;
        border-radius: 18px !important;
        box-shadow: 0 2px 0 rgba(255,255,255,.92) inset, 0 18px 40px rgba(10,9,8,.08), 0 3px 12px rgba(10,9,8,.05), 0 0 0 1px rgba(10,9,8,.06) !important;
    }

    body[data-page="register"] .form-panel {
        min-height: 0 !important;
        max-height: none !important;
        height: auto !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        padding: 22px 20px calc(20px + env(safe-area-inset-bottom)) !important;
        overflow: visible !important;
    }

    body[data-page="register"] .form-inner,
    body[data-page="register"] .form-inner-wide {
        max-width: none !important;
        width: 100% !important;
    }

}
