/* ============================================================
   create-post-redesign.css — FindFyre Create Post
   Prefix: fcp-
   Shell, fields, choice rows, and section rhythm come from
   settings-redesign.css. This file only covers compose-specific
   controls and leftover global create CSS.
   ============================================================ */

body > .fp-desktop-only {
    height: 0;
    overflow: visible;
}

.fp-sidebar .fp-nav-item.active {
    background: linear-gradient(135deg, rgba(224, 84, 141, 0.22) 0%, rgba(140, 48, 176, 0.15) 100%);
    color: #e0548d;
    border: 1px solid rgba(224, 84, 141, 0.28);
}

.fp-sidebar .fp-nav-item.active .fp-nav-icon svg {
    fill: #e0548d;
}

.fp-topbar-nav-icon.fp-topbar-nav-active {
    color: #e0548d;
}

.fp-bottom-nav-item.fp-bottom-nav-active,
.fp-bottom-nav-item[data-nav="create"] {
    color: #ec3f8f;
}

.fp-bottom-nav-item[data-nav="create"] .fp-nav-outline {
    display: none !important;
}

.fp-bottom-nav-item[data-nav="create"] .fp-nav-filled {
    display: block !important;
}

@media (max-width: 768px) {
    nav.fp-bottom-nav.fp-mobile-only {
        display: grid !important;
    }

    header.fp-mobile-topbar.fp-mobile-only {
        display: grid !important;
    }
}

.create-post-page {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

.create-post-page a.fs-verify-start-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .create-post-page .setting-menu {
        display: block !important;
    }

    .create-post-page .fcp-tips-summary {
        display: none !important;
    }

    .create-post-page .fcp-tips-chevron {
        display: none;
    }

    .create-post-page .fcp-tips-disclosure {
        display: block;
        pointer-events: none;
    }

    .create-post-page .fcp-tips-disclosure[open] .fcp-tips-list,
    .create-post-page .fcp-tips-disclosure .fcp-tips-list {
        display: flex;
    }
}

@media (max-width: 768px) {
    /* Beat settings-redesign's .settings.new-setting .setting-menu { display:block }
       so Creator Tools does not eat the compose surface. */
    .settings.new-setting.create-post-page .setting-menu {
        display: block !important;
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        margin: 0 0 14px !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .create-post-page .fs-nav-head {
        display: none !important;
    }

    .create-post-page .account {
        display: block !important;
        padding-left: 0 !important;
        border-left: 0 !important;
    }

    .settings.new-setting.create-post-page .back-button {
        display: none !important;
    }

    .create-post-page .fcp-tips {
        margin-top: 0;
        pointer-events: auto;
    }

    .create-post-page .fcp-tips h2 {
        display: none !important;
    }

    .create-post-page .fcp-tips-disclosure {
        border: 1px solid rgba(255, 47, 134, 0.28);
        border-radius: 14px;
        background: rgba(255, 47, 134, 0.08);
        padding: 0;
        overflow: hidden;
    }

    .create-post-page .fcp-tips-summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 44px;
        padding: 0 12px 0 16px;
        cursor: pointer;
        list-style: none;
        color: #FF2F86;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
    }

    .create-post-page .fcp-tips-summary::-webkit-details-marker,
    .create-post-page .fcp-tips-summary::marker {
        display: none;
        content: none;
    }

    .create-post-page .fcp-tips-summary::after {
        content: none;
        display: none;
    }

    .create-post-page .fcp-tips-chevron {
        display: grid;
        place-items: center;
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        margin: 0;
        border-radius: 8px;
        color: #FF2F86;
        transition: transform 0.2s ease;
    }

    .create-post-page .fcp-tips-chevron svg {
        display: block;
        width: 14px;
        height: 14px;
    }

    .create-post-page .fcp-tips-disclosure[open] .fcp-tips-summary {
        border-bottom: 1px solid rgba(255, 47, 134, 0.16);
    }

    .create-post-page .fcp-tips-disclosure[open] .fcp-tips-chevron {
        transform: rotate(180deg);
    }

    /* Chromium still paints display:flex descendants of a closed
       <details>, so hide the list unless the user opens the disclosure. */
    .create-post-page .fcp-tips-disclosure:not([open]) .fcp-tips-list,
    .create-post-page .fcp-tips-disclosure:not([open]) h2 {
        display: none !important;
    }

    .create-post-page .fcp-tips-disclosure[open] .fcp-tips-list {
        display: flex !important;
        gap: 12px;
        padding: 12px 16px 14px;
    }

    .create-post-page .fcp-tips-list li {
        gap: 10px;
    }

    .create-post-page .fcp-tip-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
        font-size: 12px;
        border-radius: 8px;
    }
}

.fcp-verify-warning-mobile {
    display: none;
}

.create-post-page .fully-verify-warning.fcp-verify-warning-mobile {
    margin-top: 18px;
}

/* Open field — no cards around the column or sections */

.create-post-page .account-content {
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.create-post-page .fs-section,
body.ff-dark .create-post-page .fs-section,
body.fp-light .create-post-page .fs-section {
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    padding: 8px 0 0 !important;
}

.create-post-page .fs-section-head {
    display: none !important;
}

.create-post-page .fs-section-inner {
    padding: 0 !important;
}

.create-post-page .fs-section-head {
    margin-bottom: 16px !important;
}

.create-post-page textarea,
.create-post-page input[type="search"],
.create-post-page input[type="number"] {
    box-shadow: none !important;
}

/* Two columns — short tips left, compose right */

.settings.new-setting.create-post-page .container {
    grid-template-columns: 220px minmax(0, 1fr) !important;
}

.create-post-page .account,
.settings.new-setting.create-post-page .account,
.settings.new-setting.create-post-page .account.account-main {
    display: block !important;
    width: auto !important;
    max-width: none;
    padding-left: 28px !important;
    border: 0 !important;
    border-left: 0 !important;
}

.create-post-page .setting-menu {
    overflow: visible !important;
}

.settings.new-setting.create-post-page .settings-save::after,
.settings.new-setting.create-post-page .settings-save::before {
    display: none !important;
    content: none !important;
}

.create-post-page .fs-content-subtitle {
    display: none !important;
}

.create-post-page .fcp-tips {
    margin-top: 12px;
}

@media (min-width: 769px) {
    .create-post-page .fcp-tips {
        pointer-events: none;
    }
}

@media (max-width: 768px) {
    .create-post-page .fcp-tips {
        margin-top: 0;
        pointer-events: auto;
    }
}

.create-post-page .fcp-tips h2 {
    display: block !important;
    margin: 0 0 18px !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    text-transform: none !important;
}

.create-post-page .fcp-tips-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.create-post-page .fcp-tips-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    cursor: default;
}

.create-post-page .fcp-tip-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 47, 134, 0.12);
    color: #FF2F86;
    display: grid;
    place-items: center;
    font-size: 14px;
}

.create-post-page .fcp-tip-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.create-post-page .fcp-tip-text strong {
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.create-post-page .fcp-tip-text span {
    color: rgba(255, 255, 255, 0.42);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}

.settings.new-setting.create-post-page .settings-save {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "title post"
        "who who";
    align-items: center !important;
    column-gap: 16px !important;
    row-gap: 12px !important;
    padding-bottom: 18px !important;
    margin-bottom: 4px !important;
}

.settings.new-setting.create-post-page .head-contents {
    grid-area: title;
    display: flex !important;
    align-items: center !important;
    min-width: 0;
}

.settings.new-setting.create-post-page .back-button {
    display: none !important;
}

.settings.new-setting.create-post-page .head-contents h1 {
    margin: 0 !important;
}

.create-post-page #post-btn {
    grid-area: post;
    flex-shrink: 0;
    width: auto !important;
    min-width: 112px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 22px !important;
    margin: 0 !important;
    align-self: center !important;
    border-radius: 999px !important;
    background: #FF2F86 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif !important;
}

.create-post-page #post-btn:hover {
    opacity: 1 !important;
    background: #e02578 !important;
    box-shadow: none !important;
}

.create-post-page .fcp-who {
    grid-area: who;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    width: fit-content;
    max-width: 100%;
}

.create-post-page .fcp-chip.create-check.fs-choice-item {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 8px !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 36px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 4px 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.78) !important;
}

.create-post-page .fcp-chip.create-check.fs-choice-item:hover,
.create-post-page .fcp-chip.create-check.fs-choice-item:has(input:checked) {
    border: 0 !important;
    background: none !important;
    color: #fff !important;
}

.create-post-page .fcp-chip .checkmark {
    display: block !important;
    flex-shrink: 0 !important;
}

.create-post-page .fcp-chip .fs-choice-text,
.create-post-page .fcp-chip.create-check {
    flex: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    line-height: 1.2 !important;
}

.create-post-page .fcp-chip:has(.feature-disabled) {
    opacity: 0.45;
}

.create-post-page .fcp-price-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
}

.create-post-page .fcp-price.fcp-who-cost,
.create-post-page .fcp-price.fcp-who-cost.create-prem-cost,
.create-post-page .fcp-price.fcp-who-cost.create-prem-cost.fs-field {
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px !important;
    width: auto !important;
    max-width: none !important;
    height: 40px;
    margin: 0 0 0 4px !important;
    padding: 3px 4px !important;
    border: 1px solid rgba(255, 47, 134, 0.4) !important;
    border-radius: 999px !important;
    background: rgba(255, 47, 134, 0.1) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 47, 134, 0.06);
}

.create-post-page .fcp-who #preCst[style*="display: block"],
.create-post-page .fcp-who #preCst[style*="display: flex"],
.create-post-page .fcp-who #preCst[style*="display: inline"] {
    display: inline-flex !important;
}

.create-post-page .fcp-price-btn {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}

.create-post-page .fcp-price-btn:hover {
    background: rgba(255, 47, 134, 0.35);
}

.create-post-page .fcp-price-amount {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    min-width: 86px;
    padding: 0 6px 0 4px;
}

.create-post-page .fcp-price-currency {
    flex: 0 0 auto;
    color: #FF2F86;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.create-post-page .fcp-price input,
.create-post-page .fcp-price input.set-control,
.create-post-page .fcp-who-cost input,
.create-post-page .fcp-who-cost input.set-control {
    width: 4.6em !important;
    min-width: 4.6em !important;
    height: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    text-align: left !important;
    -moz-appearance: textfield;
}

.create-post-page .fcp-price input::-webkit-outer-spin-button,
.create-post-page .fcp-price input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.create-post-page .fcp-price-tip {
    margin: 6px 0 0 8px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 47, 134, 0.28);
    border-radius: 10px;
    background: rgba(12, 12, 18, 0.94);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
}

.create-post-page .fcp-price-tip[hidden] {
    display: none !important;
}

.create-post-page .fcp-price-tip-main {
    color: #fff;
    font-weight: 600;
}

.create-post-page .fcp-price-tip-sub {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    font-weight: 500;
}

.fcp-confirm-overlay {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 12050;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(5, 7, 12, 0);
    backdrop-filter: blur(0);
    visibility: hidden;
    pointer-events: none;
    transition: background 0.24s ease, backdrop-filter 0.24s ease, visibility 0.24s ease;
}

.fcp-confirm-overlay.is-open,
.fcp-confirm-overlay.is-closing {
    visibility: visible;
}

.fcp-confirm-overlay.is-open {
    background: rgba(5, 7, 12, 0.72);
    backdrop-filter: blur(8px);
    pointer-events: auto;
}

.fcp-confirm-overlay[hidden]:not(.is-closing) {
    display: none !important;
}

.fcp-confirm {
    position: relative;
    width: 100%;
    max-width: 300px;
    padding: 26px 22px 18px;
    border-radius: 22px;
    background: #0e1016;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.58), 0 0 28px rgba(255, 47, 134, 0.1);
    text-align: center;
    opacity: 0;
    transform: translateY(12px) scale(0.96);
    transition: opacity 0.24s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.fcp-confirm-overlay.is-open .fcp-confirm {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.fcp-confirm-overlay.is-closing .fcp-confirm {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
}

.fcp-confirm-mark {
    position: relative;
    width: 74px;
    height: 74px;
    margin: 6px auto 16px;
    opacity: 0;
    transform: scale(0.86) rotate(-8deg);
    transition: opacity 0.28s ease 0.04s, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1) 0.04s;
}

.fcp-confirm-overlay.is-open .fcp-confirm-mark {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

@media (prefers-reduced-motion: reduce) {
    .fcp-confirm-overlay,
    .fcp-confirm,
    .fcp-confirm-mark {
        transition: opacity 0.15s ease;
        transform: none !important;
    }
}

.fcp-confirm-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgba(255, 255, 255, 0.38);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.fcp-confirm-orbit {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid #FF2F86;
    box-shadow: 0 0 18px rgba(255, 47, 134, 0.22);
}

.fcp-confirm-pip {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #FF2F86;
    box-shadow: 0 0 10px rgba(255, 47, 134, 0.7);
}

.fcp-confirm-pip-soft {
    top: auto;
    right: -1px;
    bottom: 12px;
    width: 6px;
    height: 6px;
    opacity: 0.45;
    box-shadow: none;
}

.fcp-confirm-pip-faint {
    top: 10px;
    left: 2px;
    right: auto;
    width: 5px;
    height: 5px;
    opacity: 0.28;
    box-shadow: none;
}

.fcp-confirm-glyph {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #FF2F86;
}

.fcp-confirm h2,
#fcpConfirmTitle {
    margin: 0 0 16px;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.fcp-confirm-facts {
    list-style: none;
    margin: 0 0 16px;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    text-align: left;
}

.fcp-confirm-facts li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fcp-confirm-facts li:first-child {
    padding-top: 2px;
}

.fcp-confirm-facts li:last-child {
    padding-bottom: 2px;
    border-bottom: 0;
}

.fcp-confirm-facts li[hidden] {
    display: none;
}

.fcp-confirm-facts span {
    color: rgba(255, 255, 255, 0.42);
    font-size: 12px;
    font-weight: 500;
}

.fcp-confirm-facts strong {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

#fcpConfirmPrice {
    color: #FF2F86;
}

.fcp-confirm-go {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #FF2F86;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.fcp-confirm-go:hover {
    background: #e02578;
}

.fcp-confirm-back {
    width: 100%;
    height: 40px;
    margin-top: 2px;
    padding: 0;
    border: 0;
    background: none;
    color: rgba(255, 255, 255, 0.48);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.fcp-confirm-back:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .settings.new-setting.create-post-page .container {
        grid-template-columns: minmax(0, 1fr) !important;
        padding: 12px 16px calc(96px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .create-post-page .account,
    .settings.new-setting.create-post-page .account,
    .settings.new-setting.create-post-page .account.account-main {
        display: block !important;
        padding-left: 0 !important;
        border-left: 0 !important;
    }

    .settings.new-setting.create-post-page .settings-save {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        column-gap: 12px !important;
        row-gap: 10px !important;
        padding: 0 0 14px !important;
        overflow: visible !important;
        width: 100%;
    }

    .settings.new-setting.create-post-page .head-contents {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        min-width: 0;
        width: auto !important;
        flex: 1 1 0;
        grid-template-columns: none !important;
        grid-template-rows: none !important;
    }

    .settings.new-setting.create-post-page .head-contents h1 {
        margin: 0 !important;
        font-size: 22px !important;
    }

    .create-post-page #post-btn {
        position: static !important;
        display: inline-flex !important;
        flex: 0 0 auto;
        align-self: center !important;
        margin-left: auto !important;
        min-width: 88px !important;
        height: 44px !important;
        overflow: visible;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .create-post-page .fcp-who {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        grid-area: auto;
    }

    .create-post-page .fcp-chip.create-check.fs-choice-item {
        min-height: 44px !important;
        height: auto !important;
    }

    .create-post-page .fcp-price.fcp-who-cost,
    .create-post-page .fcp-price.fcp-who-cost.create-prem-cost {
        height: 44px;
    }

    .create-post-page .fcp-price-btn {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .create-post-page .fs-bio-box textarea#createPostTxt {
        min-height: 120px !important;
    }

    .fcp-tool-btn {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .create-post-page .fcp-toggle-label {
        margin: 10px 0 8px;
        font-size: 12px;
    }

    .create-post-page .fcp-tag-pill {
        min-height: 38px;
        padding: 0 15px;
    }

    .create-post-page .fcp-tags-menu-item {
        padding: 13px 12px;
        font-size: 14.5px;
    }

    /* Keep the results list short enough that the rows underneath stay reachable
       once the on-screen keyboard has taken the bottom half of the screen. */
    .create-post-page .fcp-tags-menu {
        max-height: 208px;
    }

    .create-post-page .fcp-tags-grid {
        max-height: 260px;
    }

    /* iOS Safari zooms the whole page when a focused input is under 16px, and
       ignores user-scalable=no, so the field has to hit 16px on its own. */
    .create-post-page .fcp-tagbox-input {
        font-size: 16px;
        height: 30px;
        flex-basis: 100px;
        min-width: 100px;
    }

    .create-post-page .fcp-tagbox {
        padding: 7px 8px 7px 12px;
        gap: 7px;
    }

    .create-post-page .fcp-tag-chip {
        height: 34px;
        padding: 0 5px 0 12px;
        font-size: 13px;
    }

    .create-post-page .fcp-tag-chip-remove {
        width: 24px;
        height: 24px;
    }

    .create-post-page .fcp-tags-clear {
        width: 32px;
        height: 32px;
    }

    .create-post-page .fcp-tags-browse {
        min-height: 40px;
        font-size: 13.5px;
    }

    .create-post-page .fcp-tags-row-label {
        font-size: 10.5px;
    }

    /* Tapping is the main way tags get added on a phone, and every chip added makes
       the field taller. With the field first, each wrap pushed the pills ~39px down
       and the next tap landed on whatever slid into place. Putting the one-tap rows
       first means the field grows into the space below them and nothing the thumb is
       aiming at moves. Desktop keeps field-first, where typing leads. */
    .create-post-page .fcp-tags-rows {
        order: 1;
    }

    .create-post-page .fcp-tagbox {
        order: 2;
    }

    .create-post-page .fcp-tags-menu {
        order: 3;
    }

    .create-post-page .fcp-tags-note {
        order: 4;
    }

    .create-post-page .fcp-tags-browse {
        order: 5;
    }

    .create-post-page .fcp-tags-grid {
        order: 6;
    }
}

/* Write — same bio field as settings About me */

.create-post-page .fs-bio-box {
    border: 1px solid #2a2a38 !important;
    background: #16161f !important;
    border-radius: 8px !important;
    padding: 14px !important;
}

.create-post-page .fs-bio-box textarea#createPostTxt {
    min-height: 120px !important;
    max-height: none;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.fcp-compose-actions {
    display: flex !important;
    align-items: center;
    margin-top: 10px;
}

.fcp-compose-toolbar {
    display: flex !important;
    align-items: center;
    gap: 6px;
}

.fcp-tool-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

.fcp-tool-btn:hover {
    background: rgba(255, 47, 134, 0.1);
    color: #FF2F86;
}

.fcp-tool-btn.is-active,
.fcp-tool-btn.has-value {
    color: #FF2F86;
    background: rgba(255, 47, 134, 0.12);
}

.fcp-tool-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    display: none;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    border-radius: 999px;
    background: #FF2F86;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
}

.fcp-tool-badge.is-visible {
    display: inline-block;
}

.create-post-page .fcp-toggle-section[hidden],
.create-post-page .fcp-toggle-section:not(.is-open) {
    display: none !important;
}

.create-post-page .fcp-toggle-section.is-open {
    display: block !important;
    margin-top: 4px;
}

.fcp-toggle-label {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    margin: 14px 0 10px;
}

.fcp-compose-panel {
    display: block;
    border: 0;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

/* Kill leftover global create checkbox / cost / tags chrome */

.create-post-page .create-check:not(.fcp-chip),
.create-post-page .create-check.fs-choice-item:not(.fcp-chip) {
    padding: 12px 14px !important;
    margin: 0 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    color: inherit !important;
    text-transform: none !important;
}

.create-post-page .create-check:not(.fcp-chip) .checkmark {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.create-post-page .create-prem-cost:not(.fcp-who-cost),
.create-post-page .create-prem-cost.fs-field:not(.fcp-who-cost) {
    flex-direction: column;
    gap: 0;
    width: 100% !important;
    max-width: 220px !important;
    margin: 4px 0 0 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.72) !important;
}

.create-post-page .create-prem-cost:not(.fcp-who-cost) .fs-input-row {
    max-width: 220px;
}

.create-post-page .create-prem-cost:not(.fcp-who-cost) input,
.create-post-page .create-prem-cost:not(.fcp-who-cost) input.set-control {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    text-align: left !important;
    color: #fff !important;
    box-shadow: none !important;
}

.create-post-page .post-content-tags,
.create-post-page .content-tags {
    margin: 0 !important;
}

.create-post-page .content-tags {
    display: none !important;
}

.fcp-options-grid {
    width: 100%;
}

/* Tags — one token field with typeahead, then optional one-tap rows */

.create-post-page .fcp-toggle-label.fcp-tags-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.fcp-tags-counter {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.4);
}

.fcp-tags-counter.is-full {
    color: #FF2F86;
}

.fcp-tags-picker {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Token field: chips and the caret share one box, like a real input */

.fcp-tagbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 8px 10px 8px 14px;
    border: 1px solid #2a2a38;
    border-radius: 8px;
    background: #16161f;
    cursor: text;
    transition: border-color 0.18s;
}

.fcp-tagbox:focus-within {
    border-color: rgba(255, 47, 134, 0.55);
}

.fcp-tagbox-input {
    flex: 1 1 120px;
    min-width: 120px;
    height: 28px;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff;
    font-family: inherit;
    font-size: 13.5px;
}

.fcp-tagbox-input:focus {
    outline: none;
}

.create-post-page .fcp-tagbox-input::placeholder {
    color: rgba(255, 255, 255, 0.38);
    opacity: 1;
}

.create-post-page .fcp-tagbox.is-full .fcp-tagbox-input::placeholder {
    color: rgba(255, 47, 134, 0.7);
}

.fcp-tags-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

.fcp-tags-clear:hover {
    background: rgba(255, 47, 134, 0.14);
    color: #FF2F86;
}

.fcp-tags-clear[hidden] {
    display: none;
}

.fcp-tags-selected {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 0;
}

.fcp-tags-selected.has-tags {
    display: contents;
}

.fcp-tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 6px 0 12px;
    border-radius: 999px;
    background: rgba(255, 47, 134, 0.16);
    border: 0;
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.fcp-tag-chip-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.fcp-tag-chip-remove:hover {
    background: rgba(255, 47, 134, 0.25);
    color: #fff;
}

/* Typeahead results */

.fcp-tags-menu {
    display: flex;
    flex-direction: column;
    max-height: 232px;
    margin-top: -6px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    border: 1px solid #2a2a38;
    border-radius: 8px;
    background: #1b1b26;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
    padding: 6px;
    gap: 2px;
}

.fcp-tags-menu[hidden] {
    display: none;
}

.fcp-tags-menu-item {
    display: block;
    width: 100%;
    padding: 9px 12px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-family: inherit;
    font-size: 13.5px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}

.fcp-tags-menu-item b {
    color: #fff;
    font-weight: 700;
}

.fcp-tags-menu-item:hover,
.fcp-tags-menu-item.is-active {
    background: rgba(255, 47, 134, 0.14);
    color: #fff;
}

.fcp-tags-menu-empty {
    display: block;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}

.fcp-tags-note {
    margin: -4px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: #FF2F86;
}

/* One-tap rows: caption matches, then history, then a popular fallback */

.fcp-tags-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fcp-tags-rows:empty {
    display: none;
}

.fcp-tags-row[hidden] {
    display: none;
}

.fcp-tags-row-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
}

#fcpTagsRowSuggested .fcp-tags-row-label {
    color: rgba(255, 47, 134, 0.85);
}

.fcp-tags-row-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Browse-all is collapsed by default so the panel opens calm, not as a wall of pills */

.fcp-tags-browse {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.18s;
}

.fcp-tags-browse:hover,
.fcp-tags-browse.is-open {
    color: #FF2F86;
}

.fcp-tags-browse i {
    font-size: 10px;
    transition: transform 0.18s;
}

.fcp-tags-browse.is-open i {
    transform: rotate(180deg);
}

.fcp-tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-height: 210px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
}

.fcp-tags-grid[hidden] {
    display: none;
}

.fcp-tags-grid::-webkit-scrollbar {
    width: 6px;
}

.fcp-tags-grid::-webkit-scrollbar-thumb {
    background: rgba(255, 47, 134, 0.25);
    border-radius: 999px;
}

.fcp-tag-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #2a2a38;
    border-radius: 999px;
    background: #16161f;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12.5px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s, color 0.18s;
}

.fcp-tag-pill:hover {
    border-color: rgba(255, 47, 134, 0.35);
    background: rgba(255, 47, 134, 0.08);
    color: #fff;
}

.fcp-tag-pill.is-selected {
    border-color: rgba(255, 47, 134, 0.45);
    background: rgba(255, 47, 134, 0.16);
    color: #fff;
}

/* At the limit, only the tags already on the post still look actionable */

.fcp-tags-picker.is-full .fcp-tag-pill:not(.is-selected) {
    opacity: 0.4;
}

.fcp-tags-hint {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.45);
}

/* Media — same 132px solid tiles as settings Profile photos */

.create-post-page .fcp-media-upload .fileuploader,
.create-post-page .fileuploader {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.create-post-page .fcp-media-upload .fileuploader-input,
.create-post-page .fileuploader-input {
    display: none !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-items-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    white-space: normal !important;
    overflow: visible !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
    position: relative;
    display: block;
    flex: 0 0 132px;
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 132px !important;
    vertical-align: top;
    background: none !important;
    border: 0 !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-item-inner,
.create-post-page .fileuploader-theme-thumbnails .fcp-upload-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #16161f !important;
    border: 0 !important;
    box-shadow: none !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item-inner {
    display: grid;
    grid-template: 1fr / 1fr;
}

.create-post-page .fileuploader-theme-thumbnails .fcp-upload-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    color: #FF2F86 !important;
    cursor: pointer;
    opacity: 1;
    transition: background 0.18s, border-color 0.18s;
    user-select: none;
}

.create-post-page .fileuploader-theme-thumbnails .fcp-upload-inner:hover {
    background: #1d1d28 !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-dragging .fcp-upload-inner,
.create-post-page .fileuploader-theme-thumbnails .fcp-upload-inner:active {
    background: #22101a !important;
}

.create-post-page .fileuploader-theme-thumbnails .fcp-upload-inner i {
    display: none !important;
}

.create-post-page .fcp-upload-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 0 2px;
    padding: 0;
    border-radius: 14px;
    background: rgba(224, 84, 141, 0.12);
    color: #FF2F86;
    flex-shrink: 0;
}

.create-post-page .fcp-upload-icon svg {
    display: block;
    width: 26px;
    height: 26px;
}

.create-post-page .fcp-upload-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    white-space: normal;
}

.create-post-page .fcp-upload-sub {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.35;
    text-align: center;
    max-width: 340px;
    white-space: normal;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:not(:has(> .fileuploader-item)) .fileuploader-thumbnails-input {
    flex: 1 1 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-top: 0 !important;
    min-height: 148px;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:not(:has(> .fileuploader-item)) .fileuploader-thumbnails-input-inner,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:not(:has(> .fileuploader-item)) .fcp-upload-inner {
    position: relative;
    min-height: 148px;
    height: auto;
    overflow: visible;
    gap: 8px;
    padding: 22px 16px;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1.5px dashed rgba(224, 84, 141, 0.28) !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:not(:has(> .fileuploader-item)) .fcp-upload-inner:hover {
    border-color: rgba(224, 84, 141, 0.55) !important;
    background: rgba(224, 84, 141, 0.06) !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:has(> .fileuploader-item) .fcp-upload-inner {
    gap: 0;
    border: 1.5px dashed rgba(224, 84, 141, 0.28) !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:has(> .fileuploader-item) .fcp-upload-inner:hover {
    border-color: rgba(224, 84, 141, 0.55) !important;
    background: rgba(224, 84, 141, 0.08) !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:has(> .fileuploader-item) .fcp-upload-title,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:has(> .fileuploader-item) .fcp-upload-sub {
    display: none;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:has(> .fileuploader-item) .fcp-upload-icon {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    color: #FF2F86;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:has(> .fileuploader-item) .fcp-upload-icon svg {
    width: 32px;
    height: 32px;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .content-holder {
    display: none !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .thumbnail-holder,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .progress-holder,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
    grid-area: 1 / 1;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0;
    min-height: 0;
    background: #16161f;
    overflow: hidden;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item-image img,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-item-image canvas {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    background: transparent !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .type-holder,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .content-holder,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .fileuploader-action-download {
    display: none !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .thumbnail-holder {
    z-index: 1;
    cursor: zoom-in;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .fileuploader-action-popup {
    display: none;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
    border-radius: 16px;
    background: transparent !important;
    opacity: 1 !important;
    cursor: zoom-in;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item.file-has-popup .fileuploader-action-popup {
    display: block !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item.file-has-popup:hover .fileuploader-action-popup {
    background: rgba(0, 0, 0, 0.18) !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item:not(.file-has-popup) .fileuploader-action-popup {
    display: none !important;
    cursor: default;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .actions-holder {
    grid-area: 1 / 1;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 8px 8px 0 0 !important;
    padding: 0 !important;
    align-self: start;
    justify-self: end;
    z-index: 6;
    display: flex !important;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    pointer-events: none;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-sort {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    border-radius: 8px !important;
    background: rgba(0, 0, 0, 0.62) !important;
    box-shadow: none !important;
    text-shadow: none !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    color: #fff !important;
    pointer-events: auto;
    touch-action: none;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-sort {
    cursor: grab;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.sorting .fileuploader-action.fileuploader-action-sort {
    cursor: grabbing;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action i {
    width: auto !important;
    height: auto !important;
    font-size: 13px !important;
    line-height: 1 !important;
    text-shadow: none !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action:hover,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:hover {
    background: rgba(255, 47, 134, 0.85) !important;
    box-shadow: none !important;
    color: #fff !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item.sorting {
    padding-top: 0 !important;
    margin: 0 !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
    background: rgba(13, 17, 26, 0.88);
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar {
    background: rgba(255, 255, 255, 0.12);
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar div {
    background: linear-gradient(90deg, var(--fyre-pink-500), var(--fyre-pink-600)) !important;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
    background: rgba(224, 84, 141, 0.12);
    border: 1px dashed rgba(224, 84, 141, 0.35);
    border-radius: 14px;
    padding-top: 0 !important;
    margin: 0 !important;
}

.overlay-seethrough {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(5, 7, 11, 0.72);
    z-index: 12000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    backdrop-filter: blur(4px);
}

.overlay-text {
    text-align: center;
    font-size: 16px;
    color: var(--accent-primary, #e0548d);
    font-weight: 600;
    max-width: 320px;
    line-height: 1.45;
    padding: 0 20px;
}

body.fp-light .create-post-page .fs-bio-box {
    background: #f6f7f9 !important;
    border-color: #e4e6ee !important;
}

body.fp-light .create-post-page .fcp-tag-pill {
    background: #f6f7f9;
    border-color: #e4e6ee;
    color: #0a3049;
}

body.fp-light .create-post-page .fcp-tag-pill.is-selected {
    color: #fff;
}

body.fp-light .create-post-page .fcp-toggle-label {
    color: #245870 !important;
}

body.fp-light .create-post-page .fcp-tagbox {
    background: #f6f7f9;
    border-color: #e4e6ee;
}

body.fp-light .create-post-page .fcp-tagbox-input {
    color: #0a3049;
}

body.fp-light .create-post-page .fcp-tagbox-input::placeholder {
    color: #3a6b82 !important;
    opacity: 1;
}

body.fp-light .create-post-page .fcp-tags-clear,
body.fp-light .create-post-page .fcp-tags-counter,
body.fp-light .create-post-page .fcp-tags-row-label,
body.fp-light .create-post-page .fcp-tags-browse {
    color: #3a6b82 !important;
}

body.fp-light .create-post-page #fcpTagsRowSuggested .fcp-tags-row-label,
body.fp-light .create-post-page .fcp-tags-browse:hover,
body.fp-light .create-post-page .fcp-tags-browse.is-open,
body.fp-light .create-post-page .fcp-tags-counter.is-full {
    color: #e0548d !important;
}

body.fp-light .create-post-page .fcp-tag-chip {
    background: rgba(224, 84, 141, 0.14);
    color: #0a3049;
}

body.fp-light .create-post-page .fcp-tag-chip-remove {
    background: rgba(10, 48, 73, 0.08);
    color: #245870;
}

body.fp-light .create-post-page .fcp-tags-menu {
    background: #fff;
    border-color: #e4e6ee;
    box-shadow: 0 14px 34px rgba(10, 48, 73, 0.12);
}

body.fp-light .create-post-page .fcp-tags-menu-item {
    color: #245870;
}

body.fp-light .create-post-page .fcp-tags-menu-item b {
    color: #0a3049;
}

body.fp-light .create-post-page .fcp-tags-menu-item:hover,
body.fp-light .create-post-page .fcp-tags-menu-item.is-active {
    background: rgba(224, 84, 141, 0.12);
    color: #0a3049;
}

body.fp-light .create-post-page .fcp-tags-note {
    color: #e0548d;
}

body.fp-light .create-post-page .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner,
body.fp-light .create-post-page .fileuploader-theme-thumbnails .fcp-upload-inner,
body.fp-light .create-post-page .fileuploader-theme-thumbnails .fileuploader-item-inner {
    background: #f6f7f9 !important;
}

body.fp-light .create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:not(:has(> .fileuploader-item)) .fileuploader-thumbnails-input-inner,
body.fp-light .create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:not(:has(> .fileuploader-item)) .fcp-upload-inner {
    background: rgba(224, 84, 141, 0.04) !important;
    border: 1.5px dashed rgba(224, 84, 141, 0.35) !important;
}

body.fp-light .create-post-page .fcp-upload-title {
    color: #0a3049;
}

body.fp-light .create-post-page .fcp-upload-sub {
    color: #3a6b82 !important;
}

body.fp-light .create-post-page .fileuploader-theme-thumbnails .fileuploader-items-list:has(> .fileuploader-item) .fcp-upload-inner {
    background: rgba(224, 84, 141, 0.04) !important;
    border: 1.5px dashed rgba(224, 84, 141, 0.32) !important;
}

body.fp-light .create-post-page .account,
body.fp-light .settings.new-setting.create-post-page .account.account-main {
    border: 0 !important;
}

body.fp-light .create-post-page .fcp-tips h2,
body.fp-light .create-post-page .fcp-tip-text strong {
    color: #0a3049 !important;
}

@media (max-width: 768px) {
    body.fp-light .create-post-page .fcp-tips-disclosure {
        background: rgba(255, 47, 134, 0.06);
        border-color: rgba(255, 47, 134, 0.28);
    }

    body.fp-light .create-post-page .fcp-tips-disclosure[open] .fcp-tips-summary {
        border-bottom-color: rgba(255, 47, 134, 0.18);
    }
}

body.fp-light .create-post-page .fcp-tip-text span {
    color: #3a6b82 !important;
}

body.fp-light .create-post-page .fcp-tip-icon,
body.fp-light .create-post-page .fcp-tip-icon i,
body.fp-light .create-post-page .fcp-tip-icon i::before,
body.fp-light .create-post-page .fcp-tip-icon svg {
    color: #0a3049 !important;
    -webkit-text-fill-color: #0a3049 !important;
    fill: #0a3049 !important;
}

body.fp-light .create-post-page .fcp-tip-icon {
    background: rgba(10, 48, 73, 0.08);
}

body.fp-light .create-post-page .fcp-chip.create-check.fs-choice-item {
    background: none !important;
    border: 0 !important;
    color: #0a3049 !important;
}

body.fp-light .create-post-page .fcp-chip.create-check.fs-choice-item:has(input:checked) {
    color: #0a3049 !important;
}

body.fp-light .create-post-page .fcp-price.fcp-who-cost,
body.fp-light .create-post-page .fcp-price.fcp-who-cost.create-prem-cost {
    background: rgba(255, 47, 134, 0.08) !important;
    border-color: rgba(255, 47, 134, 0.32) !important;
}

body.fp-light .create-post-page .fcp-price-btn {
    background: rgba(10, 16, 32, 0.06);
    color: #0a1020;
}

body.fp-light .create-post-page .fcp-who-cost input,
body.fp-light .create-post-page .fcp-price input {
    color: #0a1020 !important;
}

body.fp-light .create-post-page .fcp-price-tip {
    background: #fff;
    border-color: rgba(255, 47, 134, 0.22);
    box-shadow: 0 8px 20px rgba(10, 16, 32, 0.08);
    color: #0a3049;
}

body.fp-light .create-post-page .fcp-price-tip-main {
    color: #0a3049;
}

body.fp-light .create-post-page .fcp-price-tip-sub {
    color: #3a6b82 !important;
}

body.fp-light .fcp-confirm {
    background: #fff;
    border-color: rgba(10, 48, 73, 0.1);
    box-shadow: 0 20px 40px rgba(10, 48, 73, 0.12);
}

body.fp-light .fcp-confirm h2,
body.fp-light #fcpConfirmTitle {
    color: #0a3049 !important;
}

body.fp-light .fcp-confirm-orbit {
    box-shadow: 0 0 14px rgba(255, 47, 134, 0.16);
}

body.fp-light .fcp-confirm-facts strong {
    color: #0a1020;
}

body.fp-light .fcp-confirm-facts {
    background: #f6f7f9;
}

body.fp-light .fcp-confirm-facts li {
    border-bottom-color: rgba(10, 16, 32, 0.06);
}

body.fp-light .fcp-confirm-facts span,
body.fp-light .fcp-confirm-close {
    color: #3a6b82 !important;
}

body.fp-light .fcp-confirm-back {
    color: #ff2f86 !important;
}

body.fp-light .fcp-confirm-back:hover,
body.fp-light .fcp-confirm-close:hover {
    color: #e02578 !important;
}

body.fp-light .create-post-page .create-prem-cost:not(.fcp-who-cost),
body.fp-light .create-post-page .create-prem-cost.fs-field:not(.fcp-who-cost) {
    color: rgba(10, 16, 32, 0.72) !important;
}

body.fp-light .create-post-page .create-prem-cost:not(.fcp-who-cost) input {
    color: #0a1020 !important;
}

.fcp-media-hint {
    margin: -4px 0 12px;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.42);
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .fileuploader-action-popup {
    cursor: pointer;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item .thumbnail-holder {
    cursor: pointer;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-items .fileuploader-item .fileuploader-action-edit {
    grid-area: 1 / 1;
    position: relative !important;
    align-self: end;
    justify-self: end;
    margin: 0 8px 8px 0 !important;
    pointer-events: auto;
    z-index: 6;
}

.create-post-page .fileuploader-theme-thumbnails .fileuploader-item.file-type-video .fileuploader-action-edit,
.create-post-page .fileuploader-theme-thumbnails .fileuploader-item:not(.file-has-popup) .fileuploader-action-edit {
    display: none !important;
}

.create-post-page .fcp-cover-badge,
.create-post-page .fcp-video-dur {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.create-post-page .fcp-cover-badge {
    left: 8px;
    bottom: 8px;
    padding: 5px 7px;
    border-radius: 6px;
    background: rgba(255, 47, 134, 0.92);
}

.create-post-page .fcp-video-dur {
    right: 8px;
    bottom: 8px;
    padding: 5px 6px;
    border-radius: 6px;
    font-variant-numeric: tabular-nums;
}

.create-post-page .fileuploader-item.is-cover .fileuploader-action-edit {
    margin-bottom: 8px !important;
}

.create-post-page .fileuploader-item.file-type-video.is-cover .fcp-video-dur {
    right: 8px;
}

.create-post-page .fileuploader-item.fcp-is-edited .fileuploader-action-edit {
    background: rgba(255, 47, 134, 0.85) !important;
}

/* Media editor popup — appended to body, not .create-post-page */

.fileuploader-popup.fcp-media-editor {
    position: fixed !important;
    inset: 0 !important;
    z-index: 14000 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(5, 7, 11, 0.82) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-preview {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    width: min(880px, 100%);
    height: min(86vh, 760px);
    margin: 0;
    padding: 0;
    background: #12121a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.fileuploader-popup.fcp-media-editor .fcp-popup-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-shrink: 0;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fileuploader-popup.fcp-media-editor .fcp-popup-title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    flex: 1;
}

.fileuploader-popup.fcp-media-editor .fcp-editor-close,
.fileuploader-popup.fcp-media-editor .fcp-editor-save,
.fileuploader-popup.fcp-media-editor .fcp-editor-save-spacer {
    min-width: 72px;
    height: 36px;
    border: 0;
    background: none;
}

.fileuploader-popup.fcp-media-editor .fcp-editor-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    width: 36px;
    padding: 0;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.fileuploader-popup.fcp-media-editor .fcp-editor-close:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.fileuploader-popup.fcp-media-editor .fcp-editor-save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    background: #ff2f86 !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.fileuploader-popup.fcp-media-editor .fcp-editor-save:hover {
    background: #e02578 !important;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-node {
    flex: 1 !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    padding: 16px !important;
    background: #0c0c12 !important;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-node .reader-node {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-node img,
.fileuploader-popup.fcp-media-editor .fileuploader-popup-node video {
    display: block;
    max-width: min(100%, 820px);
    max-height: calc(86vh - 220px);
    width: auto;
    height: auto;
    border-radius: 8px;
    background: #000;
}

.fileuploader-popup.fcp-media-editor .fcp-popup-bar,
.fileuploader-popup.fcp-media-editor .fileuploader-popup-content {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    padding: 12px 16px 16px;
    background: #12121a;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fileuploader-popup.fcp-media-editor .fcp-editor-ratios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.fileuploader-popup.fcp-media-editor .fcp-editor-ratios button {
    min-width: 52px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.fileuploader-popup.fcp-media-editor .fcp-editor-ratios button:hover {
    border-color: rgba(255, 47, 134, 0.45);
    color: #fff;
}

.fileuploader-popup.fcp-media-editor .fcp-editor-ratios button.is-active {
    background: rgba(255, 47, 134, 0.16);
    border-color: #ff2f86;
    color: #fff;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-tools {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-tools li {
    margin: 0;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-tools button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-tools button:hover {
    background: rgba(255, 47, 134, 0.18);
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-tools i {
    font-size: 14px;
    color: #ff2f86;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-move {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    cursor: pointer;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-move[data-action="prev"] {
    left: 10px;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-move[data-action="next"] {
    right: 10px;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-move:hover {
    background: rgba(255, 47, 134, 0.85);
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-preview:not(.fileuploader-popup-has-arrows) .fileuploader-popup-move {
    display: none !important;
}

.fileuploader-popup.fcp-media-editor .fileuploader-popup-header,
.fileuploader-popup.fcp-media-editor .fileuploader-popup-meta,
.fileuploader-popup.fcp-media-editor .fileuploader-popup-zoomer,
.fileuploader-popup.fcp-media-editor .fileuploader-popup-info {
    display: none !important;
}

.fileuploader-popup.fcp-media-editor .is-video .fcp-popup-bar {
    display: none;
}

.fileuploader-popup.fcp-media-editor .fileuploader-cropper {
    position: absolute;
    inset: 0;
}

.fileuploader-popup.fcp-media-editor .fileuploader-cropper-area {
    border: 2px solid #ff2f86;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.45);
}

.fileuploader-popup.fcp-media-editor .fileuploader-cropper-area .point {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #ff2f86;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.fileuploader-popup.fcp-media-editor .fileuploader-cropper-area.has-grid .area-move:after,
.fileuploader-popup.fcp-media-editor .fileuploader-cropper-area.has-grid:after {
    border-color: rgba(255, 255, 255, 0.28);
}

.fileuploader-popup.fcp-media-editor .fileuploader-cropper-area .area-info {
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media (max-width: 720px) {
    .fileuploader-popup.fcp-media-editor {
        padding: 0;
    }

    .fileuploader-popup.fcp-media-editor .fileuploader-popup-preview {
        width: 100%;
        height: 100%;
        border-radius: 0;
        border: 0;
    }

    .fileuploader-popup.fcp-media-editor .fileuploader-popup-node img,
    .fileuploader-popup.fcp-media-editor .fileuploader-popup-node video {
        max-height: calc(100vh - 210px);
    }

    .fileuploader-popup.fcp-media-editor .fileuploader-popup-move {
        display: none !important;
    }
}

body.fp-light .fcp-media-hint {
    color: #3a6b82 !important;
}

body.fp-light .fileuploader-popup.fcp-media-editor {
    background: rgba(246, 247, 249, 0.72) !important;
}

body.fp-light .fileuploader-popup.fcp-media-editor .fileuploader-popup-preview,
body.fp-light .fileuploader-popup.fcp-media-editor .fcp-popup-bar {
    background: #fff;
}

body.fp-light .fileuploader-popup.fcp-media-editor .fcp-popup-top,
body.fp-light .fileuploader-popup.fcp-media-editor .fcp-popup-bar {
    border-color: #eceef4;
}

body.fp-light .fileuploader-popup.fcp-media-editor .fcp-popup-title,
body.fp-light .fileuploader-popup.fcp-media-editor .fileuploader-popup-tools button {
    color: #0a1020;
}

body.fp-light .fileuploader-popup.fcp-media-editor .fileuploader-popup-node {
    background: #f3f4f8 !important;
}

body.fp-light .fileuploader-popup.fcp-media-editor .fcp-editor-close {
    color: #0a3049;
}

body.fp-light .fileuploader-popup.fcp-media-editor .fcp-editor-ratios button {
    border-color: #e4e6ee;
    color: #0a3049;
}

body.fp-light .fileuploader-popup.fcp-media-editor .fileuploader-popup-tools button {
    background: #f3f4f8;
}
