/* Pre-launch: blurred find/feed cards + profile lock + launch popup.
   Remove with FyreLaunch.ProfilesPublic = true. */

html.ff-prelaunch .fc-photo-img,
html.ff-prelaunch .findcreator-page .fc-photo-img,
html.ff-prelaunch .findcreator-page .fc-grid .ff-creator-card:hover .fc-photo-img,
html.ff-prelaunch .findcreator-page .fc-grid .ff-creator-card.is-highlighted .fc-photo-img,
html.ff-prelaunch .findcreator-page .fc-grid .ff-creator-card:focus-within .fc-photo-img,
html.ff-prelaunch .findcreator-page .fc-grid .ff-creator-card.is-peeking .fc-photo-img,
html.ff-prelaunch .fc-card-peek {
    display: none !important;
}
html.ff-prelaunch .recommend-images img,
html.ff-prelaunch .slider-images img,
html.ff-prelaunch .find-image img,
html.ff-prelaunch .find-images img {
    filter: blur(16px) saturate(1.05) brightness(0.88) !important;
    transform: scale(1.18) !important;
    transform-origin: center 30%;
}

html.ff-profile-locked-page .fp-page-overlay,
html.ff-profile-locked-page .fp-profile-page,
html.ff-profile-locked-page .fp-mobile-shell,
html.ff-profile-locked-page #fnp-page,
html.ff-profile-locked-page .fp-modal,
html.ff-profile-locked-page .fp-modal-overlay,
html.ff-profile-locked-page .fp-lightbox {
    display: none !important;
}

.ff-profile-locked[hidden] {
    display: none !important;
}

.ff-profile-locked {
    display: none;
}

html.ff-profile-locked-page .ff-profile-locked {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 72px);
    padding: 32px 20px 80px;
    box-sizing: border-box;
}

.ff-profile-locked-inner {
    width: min(440px, 100%);
    text-align: center;
}

.ff-profile-locked-icon {
    width: 92px;
    height: 84px;
    margin: 0 auto 18px;
}

.ff-profile-locked-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ff-profile-locked-title {
    margin: 0 0 10px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.ff-profile-locked-copy {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.55;
}

.ff-profile-locked-copy strong {
    color: #fff;
}

.ff-profile-locked-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.ff-profile-locked-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #ff2f86;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.ff-profile-locked-btn:hover {
    background: #ff4b98;
}

.ff-profile-locked-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.ff-profile-locked-link:hover {
    color: #fff;
}

body.fp-light .ff-profile-locked-title {
    color: #12141c;
}

body.fp-light .ff-profile-locked-copy {
    color: rgba(18, 20, 28, 0.7);
}

body.fp-light .ff-profile-locked-copy strong {
    color: #12141c;
}

body.fp-light .ff-profile-locked-link {
    color: rgba(18, 20, 28, 0.65);
}

/* Popup — same family as jquery-confirm / IMAGE NOT FOUND cards */
.ff-prelaunch-modal {
    position: fixed;
    inset: 0;
    z-index: 100050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.ff-prelaunch-modal[hidden] {
    display: none !important;
}

.ff-prelaunch-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 7, 12, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ff-prelaunch-card {
    position: relative;
    width: min(380px, calc(100vw - 40px));
    padding: 28px 24px 22px;
    border-radius: 22px;
    background: #0e1016;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 3px solid #ff2f86;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.58);
    text-align: center;
    color: #fff;
}

.ff-prelaunch-icon {
    width: 88px;
    height: 80px;
    margin: 0 auto 14px;
}

.ff-prelaunch-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.ff-prelaunch-title {
    margin: 0 0 8px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.ff-prelaunch-copy {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.ff-prelaunch-copy strong {
    color: #fff;
}

.ff-prelaunch-ok {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    padding: 11px 22px;
    border: 0;
    border-radius: 999px;
    background: #ff2f86;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.ff-prelaunch-ok:hover {
    background: #ff4b98;
}

body.fp-light .ff-prelaunch-card {
    background: #fff;
    color: #12141c;
    border-color: rgba(18, 20, 28, 0.12);
}

body.fp-light .ff-prelaunch-copy {
    color: rgba(18, 20, 28, 0.7);
}

body.fp-light .ff-prelaunch-copy strong {
    color: #12141c;
}
