/* Profile pages */
    .container-fluid,
    .container {
        width: 100%;
        max-width: 1220px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        box-sizing: border-box;
    }
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    .container-fluid:after,
    .container-fluid:before,
    .row:after,
    .row:before {
        content: " ";
        display: table;
    }
    .container-fluid:after,
    .row:after {
        clear: both;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .main {
        background-color: rgba(0, 0, 0, .0);
    }
    .escort-list-wrapper {
        position: relative;
        z-index: 1;
        padding-top: 0;
        margin-top: 0;
    }
    body > .top-marquee,
    body > .wrap.container-fluid {
        font-family: sans-serif;
        line-height: normal;
    }
    body > .wrap.container-fluid .htitle,
    body > .wrap.container-fluid .goldheader__title,
    body > .wrap.container-fluid .goldheader2__title {
        line-height: normal;
    }
    .profile-topbar {
        width: 100%;
        max-width: 1220px;
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
    }
    .profile-topbar > .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .border-b.border-gray-800.bg-black\/95.backdrop-blur:has(.profile-breadcrumb) {
        width: 100%;
        max-width: 1220px;
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
    }
    .border-b.border-gray-800.bg-black\/95.backdrop-blur:has(.profile-breadcrumb) > .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    html,
    :root {
        font-size: 16px;
        background-color: #000000;
        --background: #000000;
    }
    .js-enabled .image-gallery-container .relative.w-full.h-full {
        opacity: 0;
        transform: translateX(20px);
    }
    html,
    body,
    body.bg-black,
    .min-h-screen.bg-black {
        background:
            radial-gradient(ellipse at top center, rgba(68, 53, 1, .92) 0%, rgba(0, 0, 0, .98) 44%, #000000 100%),
            #000000;
    }
    body {
        margin: 8px;
        color: #fff9d8;
    }
    body > .min-h-screen.bg-black.text-white {
        font-size: 16px;
        line-height: 1.5;
        font-family: var(--font-nunito, "Nunito"), "Nunito Fallback", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    @media (min-width: 1024px) {
        .profile-detail-grid {
            display: grid !important;
            grid-template-columns: minmax(320px, 430px) minmax(0, 1fr) !important;
            align-items: start !important;
        }
        .profile-gallery-column,
        .profile-detail-sidebar {
            grid-column: auto !important;
            min-width: 0;
        }
        .profile-thumb-grid {
            grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
            gap: 6px !important;
        }
    }
    .border-b.border-gray-800.bg-black\/95 {
        background: radial-gradient(ellipse at center, #161100 0%, #000000 100%);
        border-color: #473f18;
        box-shadow: 0 4px 18px rgba(0, 0, 0, .45);
    }
    .profile-breadcrumb {
        display: flex;
        align-items: center;
        gap: 7px;
        margin: 0;
        color: rgba(255, 249, 216, .78);
        font-size: 13px;
        font-weight: 700;
        line-height: 1.4;
    }
    .profile-breadcrumb a {
        color: #ffecb3;
        font-weight: 800;
        text-decoration: none;
    }
    .profile-breadcrumb a:hover {
        color: #ffffff;
    }
    .profile-breadcrumb__separator {
        color: rgba(255, 236, 179, .76);
    }
    .profile-breadcrumb__current {
        color: rgba(255, 249, 216, .9);
    }
    [data-slot="card"] {
        background: linear-gradient(180deg, rgba(12, 10, 5, .94), rgba(0, 0, 0, .92)) !important;
        border-color: rgba(195, 158, 92, .42) !important;
        box-shadow: 0 0 14px rgba(0, 0, 0, .65), inset 0 0 10px rgba(255, 236, 179, .04) !important;
    }
    [data-slot="card"][class*="bg-red-900"] {
        background: linear-gradient(180deg, rgba(62, 15, 15, .38), rgba(0, 0, 0, .9)) !important;
        border-color: rgba(185, 28, 28, .42) !important;
    }
    [data-slot="card-title"] {
        color: #ffecb3 !important;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .55);
    }
    [data-slot="card-content"] .text-gray-300 {
        color: rgba(255, 249, 216, .78) !important;
    }
    .profile-contact-card {
        gap: 18px !important;
    }
    .profile-contact-card [data-slot="card-title"] {
        color: #ffecb3 !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
    }
    .profile-contact-list {
        display: grid !important;
        gap: 12px !important;
    }
    .profile-contact-button {
        display: inline-flex !important;
        width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 0 16px !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .28) !important;
    }
    .profile-contact-button > div,
    .profile-contact-button span {
        display: inline-flex !important;
        min-width: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        line-height: 1 !important;
    }
    .profile-contact-button svg {
        width: 19px !important;
        height: 19px !important;
        margin-right: 0 !important;
        flex: 0 0 19px !important;
    }
    .profile-contact-button--phone {
        border: 1px solid rgba(34, 197, 94, .42) !important;
        background: rgba(13, 80, 38, .26) !important;
        color: #4ade80 !important;
    }
    .profile-contact-button--whatsapp {
        border: 1px solid rgba(34, 197, 94, .54) !important;
        background: linear-gradient(180deg, #25d366, #16a34a) !important;
        color: #ffffff !important;
    }
    .profile-contact-button--telegram {
        border: 1px solid rgba(96, 165, 250, .5) !important;
        background: linear-gradient(180deg, #3b82f6, #2563eb) !important;
        color: #ffffff !important;
    }
    .profile-seo-title {
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
        color: #ffecb3 !important;
        font-size: 22px;
        font-weight: 800;
        line-height: 1.25;
        letter-spacing: 0px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .55);
    }
    .profile-seo-title small {
        color: rgba(255, 249, 216, .72);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0px;
        text-shadow: none;
    }
    .profile-seo-note {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(195, 158, 92, .22);
        color: rgba(255, 249, 216, .7);
        font-size: 13px;
        line-height: 1.6;
    }
    .profile-seo-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 7px;
    }
    .profile-seo-links a {
        display: inline-flex;
        align-items: center;
        min-height: 26px;
        padding: 5px 9px;
        border: 1px solid rgba(195, 158, 92, .36);
        border-radius: 4px;
        background: linear-gradient(180deg, rgba(68, 53, 1, .48), rgba(0, 0, 0, .72));
        color: rgba(255, 249, 216, .86);
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0px;
        text-decoration: none;
    }
    .profile-seo-links a:hover {
        border-color: rgba(255, 236, 179, .62);
        color: #ffecb3;
    }
    .profile-info-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 2px 0;
    }
    .profile-info-item {
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 40px;
        padding: 9px 0;
        border-bottom: 1px solid rgba(195, 158, 92, .18);
        background: transparent;
        box-shadow: none;
        color: rgba(255, 249, 216, .86);
        font-size: 13px;
        font-weight: 700;
        line-height: 1.35;
        transition: color .18s ease;
    }
    .profile-info-item:last-child {
        border-bottom: 0;
    }
    .profile-info-item:hover {
        color: #ffecb3;
    }
    .profile-info-icon {
        display: inline-flex;
        position: relative;
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #ffecb3;
        font-size: 15px;
        font-weight: 900;
        line-height: 1;
        text-shadow: 0 0 8px rgba(255, 236, 179, .22);
    }
    .profile-info-icon::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 5px;
        bottom: 5px;
        width: 1px;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(255, 236, 179, 0), rgba(255, 236, 179, .44), rgba(255, 236, 179, 0));
    }
    .profile-info-text {
        min-width: 0;
        overflow-wrap: anywhere;
    }
    .profile-info-label {
        display: block;
        margin-bottom: 2px;
        color: rgba(195, 158, 92, .92);
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0px;
    }
    .profile-info-value {
        display: block;
        color: rgba(255, 249, 216, .9);
    }
    .image-gallery-container {
        border-color: rgba(195, 158, 92, .58) !important;
        box-shadow: 0 0 18px rgba(0, 0, 0, .72), 0 0 0 1px rgba(255, 236, 179, .08);
        background: #000000;
    }
    [data-gallery-thumb] {
        border-color: rgba(195, 158, 92, .32) !important;
        background: #000000;
    }
    [data-gallery-thumb].border-purple-500,
    [data-gallery-thumb].ring-purple-500\/50 {
        border-color: #c39e5c !important;
        --tw-ring-color: rgba(255, 236, 179, .46) !important;
    }
    .badge-plan--vip {
        min-height: 24px;
        padding: 4px 10px !important;
        border: 1px solid rgba(255, 236, 179, .62) !important;
        border-radius: 10px !important;
        background: linear-gradient(180deg, rgba(255, 236, 179, .94), rgba(195, 158, 92, .92) 45%, rgba(80, 55, 12, .9)) !important;
        color: #1a1205 !important;
        font-size: 10px !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        letter-spacing: 0px;
        box-shadow: 0 2px 7px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .35) !important;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .26);
    }
    .badge-plan--vip::before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fff4c7;
        box-shadow: 0 0 7px rgba(255, 236, 179, .85);
        flex: 0 0 auto;
    }
    .badge-plan--platinum {
        background-image: linear-gradient(to right, #cfc09f, #7a5a1c) !important;
        color: #111111 !important;
    }
    .badge-plan--silver {
        background-image: linear-gradient(to right, #d6d3c8, #6b6256) !important;
        color: #111111 !important;
    }
    .profile-watermark {
        position: absolute;
        inset: 0;
        z-index: 8;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        overflow: hidden;
    }
    .profile-watermark::before {
        content: attr(data-watermark);
        width: 150%;
        text-align: center;
        color: rgba(255, 255, 255, .22);
        font-size: clamp(22px, 6vw, 42px);
        font-weight: 900;
        line-height: 1;
        letter-spacing: 0;
        text-transform: uppercase;
        text-shadow: 0 1px 8px rgba(0, 0, 0, .38);
        transform: rotate(-28deg);
        user-select: none;
        white-space: nowrap;
    }
    body.has-contact-dock {
        padding-bottom: 92px;
        background-color: #0a0a0a;
    }
    .profile-contact-dock {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 60;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(16, 12, 3, .94) 22%, rgba(0, 0, 0, .98));
        border-top: 1px solid rgba(195, 158, 92, .36);
        backdrop-filter: blur(14px);
    }
    .profile-contact-dock__inner {
        display: flex;
        gap: 8px;
        width: min(100%, 520px);
        margin: 0 auto;
    }
    .profile-contact-dock__button {
        display: inline-flex;
        min-width: 0;
        height: 46px;
        flex: 1 1 0;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 8px;
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
        box-shadow: 0 12px 26px rgba(0, 0, 0, .34);
        transition: transform .18s ease, filter .18s ease;
    }
    .profile-contact-dock__button:hover {
        filter: brightness(1.08);
        transform: translateY(-1px);
    }
    .profile-contact-dock__button span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .profile-contact-dock__button--phone {
        background: rgba(13, 80, 38, .32);
        border: 1px solid rgba(34, 197, 94, .48);
        color: #4ade80;
    }
    .profile-contact-dock__button--whatsapp {
        background: #22c55e;
    }
    .profile-contact-dock__button--telegram {
        background: #3b82f6;
    }
    @media (min-width: 768px) {
        body.has-contact-dock {
            padding-bottom: 104px;
        }
        .profile-contact-dock__button {
            height: 50px;
            font-size: 14px;
        }
    }
    @media (min-width: 1024px) {
        body.has-contact-dock {
            padding-bottom: 0;
        }
        .profile-contact-dock {
            display: none;
        }
    }
