/* ==========================================================================
   SPIITZ — Auth V2 ultra immersif (Tinder)
   Plein cadre, fond ciné, logo sur la photo, feuille en bas. V1 inchangée.
   ========================================================================== */

html.design-v2:has(body.page-auth-v2),
html.design-v2 body.auth-body.page-auth-v2,
body.auth-body.page-auth-v2 {
    color-scheme: dark;
    background: #050506 !important;
    color: #f3f3f5;
    min-height: 100dvh;
    min-height: 100svh;
}

body.auth-body.page-auth-v2 {
    position: relative;
    isolation: isolate;
    overflow-x: hidden;
}

/* Photo / nuit : halos, grain, vignette */
body.auth-body.page-auth-v2::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 70% at 18% 22%, rgba(255, 110, 140, 0.22) 0%, rgba(255, 110, 140, 0) 58%),
        radial-gradient(ellipse 70% 55% at 88% 12%, rgba(255, 140, 90, 0.16) 0%, rgba(255, 140, 90, 0) 50%),
        radial-gradient(ellipse 80% 60% at 78% 78%, rgba(124, 58, 237, 0.18) 0%, rgba(124, 58, 237, 0) 55%),
        radial-gradient(ellipse 50% 40% at 40% 70%, rgba(255, 110, 140, 0.10) 0%, transparent 70%),
        linear-gradient(180deg, #1c1218 0%, #141218 38%, #121218 68%, #0e0e12 100%);
}

body.auth-body.page-auth-v2::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(120% 90% at 50% 0%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0.78) 100%),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
    background-size: cover, 180px 180px;
    mix-blend-mode: multiply;
}

body.auth-body.page-auth-v2 .auth-back-home {
    background: rgba(8, 8, 11, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    box-shadow: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 10px 12px;
    border-radius: 999px;
}

body.auth-body.page-auth-v2 .auth-back-home span {
    display: none;
}

body.auth-body.page-auth-v2 .auth-back-home:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
}

body.auth-body.page-auth-v2 .auth-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    width: 100%;
    min-height: 100dvh;
    min-height: 100svh;
    padding: max(58px, calc(env(safe-area-inset-top) + 46px)) 0 max(16px, env(safe-area-inset-bottom));
}

body.auth-body.page-auth-v2:not(:has(.age-verification-overlay)) .auth-container,
html.age-already-verified body.auth-body.page-auth-v2 .auth-container {
    display: flex;
}

body.auth-body.page-auth-v2 .auth-form-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 16px;
}

body.auth-body.page-auth-v2 .auth-logo {
    position: static;
    margin: 0 0 12px;
}

body.auth-body.page-auth-v2 .auth-logo-img,
body.auth-body.page-auth-v2 .auth-logo .auth-logo-img {
    height: 38px !important;
    max-width: 168px !important;
    filter: brightness(0) invert(1) drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

body.auth-body.page-auth-v2 .auth-tagline {
    margin-top: 4px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

body.auth-body.page-auth-v2 .auth-tagline,
body.auth-body.page-auth-v2 .auth-subtitle,
body.auth-body.page-auth-v2 .progress-text,
body.auth-body.page-auth-v2 .auth-footer p,
body.auth-body.page-auth-v2 .form-hint,
body.auth-body.page-auth-v2 .auth-hint,
body.auth-body.page-auth-v2 .ev-send-status,
body.auth-body.page-auth-v2 .register-map-hint,
body.auth-body.page-auth-v2 .register-photo-hint {
    color: rgba(255, 255, 255, 0.68) !important;
}

html.design-v2 body.auth-body.page-auth-v2 .auth-form-wrapper,
body.auth-body.page-auth-v2 .auth-form-wrapper {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.auth-body.page-auth-v2 .auth-header {
    margin-bottom: 0.75rem;
    text-align: center;
}

body.auth-body.page-auth-v2 .auth-title,
body.auth-body.page-auth-v2 .auth-header .auth-title,
body.auth-body.page-auth-v2 .form-label,
body.auth-body.page-auth-v2 .auth-radio-content span {
    color: #fff;
}

body.auth-body.page-auth-v2 .form-label,
body.auth-body.page-auth-v2 .auth-radio-content span {
    font-size: 0.82rem;
}

body.auth-body.page-auth-v2 .step-buttons {
    gap: 8px;
}

body.auth-body.page-auth-v2 .step-buttons .auth-button {
    margin-bottom: 0;
}

body.auth-body.page-auth-v2 .auth-title {
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    line-height: 1.15;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

body.auth-body.page-auth-v2 .auth-subtitle {
    margin-top: 4px;
    font-size: 0.82rem;
}

body.auth-body.page-auth-v2 .progress-bar {
    background: rgba(255, 255, 255, 0.12);
}

body.auth-body.page-auth-v2 .form-group {
    margin-bottom: 0.85rem;
}

body.auth-body.page-auth-v2 .progress-container {
    margin-bottom: 1rem;
}

body.auth-body.page-auth-v2 .form-input,
body.auth-body.page-auth-v2 .input-wrapper > .form-input,
body.auth-body.page-auth-v2 .ev-code-input {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
    border-radius: 16px !important;
    min-height: 44px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.auth-body.page-auth-v2 .ev-code-input {
    border-radius: 18px !important;
    letter-spacing: 0.4em;
}

body.auth-body.page-auth-v2 .form-input:focus,
body.auth-body.page-auth-v2 .ev-code-input:focus {
    border-color: rgba(255, 56, 92, 0.85) !important;
    box-shadow: 0 0 0 4px rgba(255, 56, 92, 0.22) !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

body.auth-body.page-auth-v2 .input-wrapper > .input-icon,
body.auth-body.page-auth-v2 .input-wrapper > .spiitz-icon.input-icon,
body.auth-body.page-auth-v2 .input-wrapper > .password-toggle,
body.auth-body.page-auth-v2 .password-toggle .spiitz-icon,
body.auth-body.page-auth-v2 .password-toggle i {
    color: rgba(255, 255, 255, 0.55);
}

body.auth-body.page-auth-v2 .auth-checkbox-wrapper,
body.auth-body.page-auth-v2 .form-options .forgot-password,
body.auth-body.page-auth-v2 .auth-link,
body.auth-body.page-auth-v2 .terms-link {
    color: rgba(255, 255, 255, 0.82);
}

body.auth-body.page-auth-v2 .form-options .forgot-password,
body.auth-body.page-auth-v2 .auth-link,
body.auth-body.page-auth-v2 .terms-link {
    color: #ff8aa0 !important;
}

body.auth-body.page-auth-v2 .auth-button {
    min-height: 46px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    box-shadow: 0 10px 24px rgba(255, 56, 92, 0.32);
    margin-bottom: 0.7rem;
}

body.auth-body.page-auth-v2 .auth-button.secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    box-shadow: none;
}

body.auth-body.page-auth-v2 .auth-button.secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.24);
}

body.auth-body.page-auth-v2 .auth-x-button {
    background: rgba(0, 0, 0, 0.45);
    border-color: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.auth-body.page-auth-v2 .auth-oauth-divider {
    color: rgba(255, 255, 255, 0.42);
}

body.auth-body.page-auth-v2 .auth-oauth-divider::before,
body.auth-body.page-auth-v2 .auth-oauth-divider::after {
    background: rgba(255, 255, 255, 0.14);
}

body.auth-body.page-auth-v2 .auth-radio-option {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-radius: 18px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.auth-body.page-auth-v2 .auth-radio-option:hover {
    border-color: rgba(255, 56, 92, 0.55);
    background: rgba(255, 56, 92, 0.12);
}

body.auth-body.page-auth-v2 .auth-radio-custom {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.32);
}

body.auth-body.page-auth-v2 .photo-upload-container {
    max-width: 168px;
}

body.auth-body.page-auth-v2 .photo-preview {
    height: 210px;
}

body.auth-body.page-auth-v2 .register-photo-upload,
body.auth-body.page-auth-v2 .register-photo-change {
    max-width: 200px;
}

body.auth-body.page-auth-v2 .photo-preview,
body.auth-body.page-auth-v2 .register-photo-preview {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.7);
}

body.auth-body.page-auth-v2 .register-photo-preview {
    max-height: 240px;
}

body.auth-body.page-auth-v2 .register-map.map-container,
body.auth-body.page-auth-v2 #map.register-map {
    height: 170px;
}

body.auth-body.page-auth-v2 .register-map-wrap .leaflet-container,
body.auth-body.page-auth-v2 .register-map.map-container,
body.auth-body.page-auth-v2 #map.register-map {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    overflow: hidden;
    background: #0b0b10;
}

body.auth-body.page-auth-v2 .leaflet-control-zoom a {
    background: rgba(8, 8, 11, 0.82) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
}

body.auth-body.page-auth-v2 #authInlineAlerts {
    width: 100%;
}

body.auth-body.page-auth-v2 .auth-inline-alert,
body.auth-body.page-auth-v2 .auth-form-container > .auth-message,
body.auth-body.page-auth-v2 #authInlineAlerts .auth-message {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 1.25rem !important;
    opacity: 1 !important;
}

body.auth-body.page-auth-v2 .auth-inline-alert {
    background: rgba(8, 8, 11, 0.45);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.auth-body.page-auth-v2 .auth-inline-alert__title,
body.auth-body.page-auth-v2 .auth-inline-alert__text {
    color: #fff;
}

body.auth-body.page-auth-v2 .auth-inline-alert--error {
    background: rgba(255, 56, 92, 0.16);
    border-color: rgba(255, 56, 92, 0.32);
}

body.auth-body.page-auth-v2 .auth-inline-alert--error .auth-inline-alert__icon {
    background: rgba(255, 56, 92, 0.2);
    color: #ff8aa0;
}

body.auth-body.page-auth-v2 .auth-inline-alert--success {
    background: rgba(16, 185, 129, 0.14);
    border-color: rgba(16, 185, 129, 0.3);
}

body.auth-body.page-auth-v2 .auth-inline-alert--success .auth-inline-alert__icon {
    background: rgba(16, 185, 129, 0.16);
    color: #6ee7b7;
}

body.auth-body.page-auth-v2 .auth-inline-alert--success .auth-inline-alert__text {
    color: #a7f3d0;
}

body.auth-body.page-auth-v2 .auth-inline-alert--ban {
    background: rgba(220, 38, 38, 0.16);
    border-color: rgba(220, 38, 38, 0.34);
}

body.auth-body.page-auth-v2 .auth-inline-alert--ban .auth-inline-alert__icon {
    background: rgba(220, 38, 38, 0.18);
    color: #fca5a5;
}

body.auth-body.page-auth-v2 .auth-inline-alert--ban .auth-inline-alert__text {
    color: #fecaca;
}

body.auth-body.page-auth-v2 .age-verification-overlay {
    background: rgba(5, 5, 6, 0.62);
    backdrop-filter: blur(10px);
}

body.auth-body.page-auth-v2 .age-verification-logo {
    filter: brightness(0) invert(1) drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

body.auth-body.page-auth-v2 .age-verification-modal {
    background: rgba(12, 12, 16, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}

body.auth-body.page-auth-v2 .age-verification-header {
    background: linear-gradient(165deg, rgba(255, 56, 92, 0.22) 0%, transparent 70%);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.auth-body.page-auth-v2 .age-verification-badge {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
    color: #ff8aa0;
}

body.auth-body.page-auth-v2 .age-verification-title {
    font-size: 1.15rem;
}

body.auth-body.page-auth-v2 .age-verification-title,
body.auth-body.page-auth-v2 .age-verification-text {
    color: #fff;
}

body.auth-body.page-auth-v2 .age-verification-text {
    color: rgba(255, 255, 255, 0.68);
}

body.auth-body.page-auth-v2 .cf-turnstile {
    margin: 0 auto 1rem;
}

/* Ville : une seule barre sombre, pas de pastille blanche derrière la géoloc */
body.auth-body.page-auth-v2 .register-city-search {
    position: relative;
    z-index: 40;
    overflow: visible;
}

body.auth-body.page-auth-v2 .form-step,
body.auth-body.page-auth-v2 .form-group {
    overflow: visible;
}

body.auth-body.page-auth-v2 .register-city-search .global-search-wrapper,
body.auth-body.page-auth-v2 .register-city-search .global-search-input-container,
body.auth-body.page-auth-v2 .register-city-search .global-search-actions,
body.auth-body.page-auth-v2 .register-city-search .global-search-btn,
body.auth-body.page-auth-v2 .register-city-search .global-location-btn,
body.auth-body.page-auth-v2 .register-city-search .global-location-btn:hover,
body.auth-body.page-auth-v2 .captcha-container {
    background: transparent !important;
    box-shadow: none !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-search-wrapper {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 16px !important;
    overflow: hidden;
    color: #fff;
}

body.auth-body.page-auth-v2 .register-city-search.is-suggesting .global-search-wrapper {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-search-input,
body.auth-body.page-auth-v2 .register-city-search .global-search-input::placeholder {
    background: transparent !important;
    color: #fff !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-search-input::placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-search-icon,
body.auth-body.page-auth-v2 .register-city-search .global-search-reset-inline,
body.auth-body.page-auth-v2 .register-city-search .global-location-btn {
    color: rgba(255, 255, 255, 0.72) !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-search-reset-inline {
    background: rgba(255, 255, 255, 0.1) !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-search-actions {
    border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-location-btn:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-city-suggestions-modal {
    position: absolute !important;
    inset: auto 0 auto 0 !important;
    top: 100% !important;
    z-index: 80 !important;
    pointer-events: none;
}

body.auth-body.page-auth-v2 .register-city-search .global-city-suggestions-content {
    pointer-events: auto;
    background: #121218 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-top: 0 !important;
    color: #fff !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
}

body.auth-body.page-auth-v2 .register-city-search .global-city-suggestion {
    background: transparent !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-city-suggestion:hover,
body.auth-body.page-auth-v2 .register-city-search .global-city-suggestion.active {
    background: rgba(255, 255, 255, 0.08) !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-city-suggestion-icon {
    background: rgba(255, 56, 92, 0.16) !important;
    color: #ff8aa0 !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-city-suggestion-main {
    color: #fff !important;
}

body.auth-body.page-auth-v2 .register-city-search .global-city-suggestion-secondary,
body.auth-body.page-auth-v2 .register-city-search .global-city-suggestion.is-empty {
    color: rgba(255, 255, 255, 0.62) !important;
}

/* Hint carte : plus de bandeau rose illisible */
body.auth-body.page-auth-v2 .register-map-hint {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.82) !important;
}

body.auth-body.page-auth-v2 .register-map-hint i {
    color: #ff8aa0 !important;
}

/* Photo : bloc Recommandé sombre */
body.auth-body.page-auth-v2 .register-photo-hint {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.78) !important;
}

body.auth-body.page-auth-v2 .register-photo-badge {
    background: rgba(255, 56, 92, 0.2) !important;
    color: #ff8aa0 !important;
}

body.auth-body.page-auth-v2 .register-photo-stats,
body.auth-body.page-auth-v2 .register-photo-stats strong {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.auth-body.page-auth-v2 .register-photo-stats i,
body.auth-body.page-auth-v2 .register-photo-change {
    color: #ff8aa0 !important;
}

/* Turnstile : fond noir, sans cadre blanc autour */
body.auth-body.page-auth-v2 .auth-turnstile,
body.auth-body.page-auth-v2 .captcha-container {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
    border-radius: 8px;
}

body.auth-body.page-auth-v2 .cf-turnstile,
body.auth-body.page-auth-v2 .cf-turnstile iframe {
    background: #1a1a1a !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.auth-body.page-auth-v2 .cf-turnstile iframe {
    margin: -1px;
}

body.auth-body.page-auth-v2 .captcha-question {
    color: #fff;
}

body.auth-body.page-auth-v2 .founder-offer-banner {
    margin: 0 0 16px;
    max-width: none;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(52, 211, 153, 0.28);
    background: linear-gradient(160deg, rgba(16, 185, 129, 0.18) 0%, rgba(12, 12, 16, 0.72) 58%);
    box-shadow: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.auth-body.page-auth-v2 .founder-offer-banner > i,
body.auth-body.page-auth-v2 .founder-offer-banner > .founder-badge-icon {
    color: #6ee7b7;
}

body.auth-body.page-auth-v2 .founder-offer-banner__text strong {
    color: #fff;
}

body.auth-body.page-auth-v2 .founder-offer-banner__text span {
    color: rgba(255, 255, 255, 0.68);
}

body.auth-body.page-auth-v2 .auth-footer {
    margin-top: 8px;
}

/* Pages erreur (404 / 403 / 500) — même chrome que le login V2 */
body.auth-body.page-auth-v2.page-404 .auth-header,
body.auth-body.page-auth-v2.page-acces-interdit .auth-header,
body.auth-body.page-auth-v2.page-500 .auth-header {
    text-align: center;
}

body.auth-body.page-auth-v2 .error-page-code {
    display: block;
    margin: 0 0 10px;
    font-size: clamp(3.4rem, 12vw, 4.75rem);
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: -0.07em;
    color: #fff;
    text-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
}

body.auth-body.page-auth-v2 a.auth-button,
body.auth-body.page-auth-v2 a.auth-button:visited {
    color: #fff;
    text-decoration: none;
}

body.auth-body.page-auth-v2 a.auth-button.secondary,
body.auth-body.page-auth-v2 a.auth-button.secondary:visited {
    color: #fff;
}

body.auth-body.page-auth-v2 .error-page-links {
    margin-top: 4px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.auth-body.page-auth-v2 .error-page-links-label {
    color: rgba(255, 255, 255, 0.42);
}

body.auth-body.page-auth-v2 .error-page-link {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.82);
}

body.auth-body.page-auth-v2 .error-page-link:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.14);
}

@media (min-width: 769px) {
    body.auth-body.page-auth-v2 .auth-container {
        justify-content: center;
        max-width: none;
        padding: 72px 0 40px;
    }

    body.auth-body.page-auth-v2 .auth-form-container {
        max-width: 420px;
        padding-bottom: 24px;
    }

    body.auth-body.page-auth-v2 .auth-logo-img,
    body.auth-body.page-auth-v2 .auth-logo .auth-logo-img {
        height: 48px !important;
        max-width: 220px !important;
    }

    html.design-v2 body.auth-body.page-auth-v2 .auth-form-wrapper,
    body.auth-body.page-auth-v2 .auth-form-wrapper {
        border-radius: 0 !important;
        padding: 0;
        box-shadow: none !important;
    }

    body.auth-body.page-auth-v2 .auth-header {
        text-align: left;
    }

    body.auth-body.page-auth-v2.page-404 .auth-header,
    body.auth-body.page-auth-v2.page-acces-interdit .auth-header,
    body.auth-body.page-auth-v2.page-500 .auth-header {
        text-align: center;
    }

    body.auth-body.page-auth-v2 .auth-title {
        font-size: 2rem;
    }

    body.auth-body.page-auth-v2 .auth-back-home span {
        display: inline;
    }

    body.auth-body.page-auth-v2 .form-input,
    body.auth-body.page-auth-v2 .input-wrapper > .form-input {
        min-height: 48px;
    }

    body.auth-body.page-auth-v2 .auth-button {
        min-height: 50px;
        font-size: 0.98rem;
    }
}

/* Recadrage photo : même chrome sombre que les autres modales V2 */
body.auth-body.page-auth-v2 .profile-photo-crop-modal__card,
body.page-design-v2 .profile-photo-crop-modal__card {
    background: #12121a !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    color: #fff;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.55);
}

body.auth-body.page-auth-v2 .profile-photo-crop-modal__head h3,
body.page-design-v2 .profile-photo-crop-modal__head h3,
body.auth-body.page-auth-v2 .profile-photo-crop-modal__hint,
body.page-design-v2 .profile-photo-crop-modal__hint,
body.auth-body.page-auth-v2 .profile-photo-crop-zoom,
body.page-design-v2 .profile-photo-crop-zoom {
    color: #fff;
}

body.auth-body.page-auth-v2 .profile-photo-crop-modal__hint,
body.page-design-v2 .profile-photo-crop-modal__hint {
    color: rgba(255, 255, 255, 0.62);
}

body.auth-body.page-auth-v2 .profile-photo-crop-modal__close,
body.page-design-v2 .profile-photo-crop-modal__close,
body.auth-body.page-auth-v2 .profile-photo-crop-rotate,
body.page-design-v2 .profile-photo-crop-rotate {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
}

body.auth-body.page-auth-v2 .profile-photo-crop-modal__actions .btn-ghost,
body.page-design-v2 .profile-photo-crop-modal__actions .btn-ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}

body.auth-body.page-auth-v2 .profile-photo-crop-modal__actions .btn-primary,
body.page-design-v2 .profile-photo-crop-modal__actions .btn-primary {
    background: #ff385c;
    border-color: #ff385c;
    color: #fff;
}
