/* ============================================================
   ONLYESCORT — CONTAINER PRINCIPAL
============================================================ */

.oe-profile-content.premium-edit {
    max-width: 1200px;
    margin: 30px auto 50px;
    padding: 20px;
    background: radial-gradient(circle at top, rgba(255,0,102,0.18), transparent 55%),
                radial-gradient(circle at bottom, rgba(90,120,255,0.18), transparent 55%);
}

/* ============================================================
   UPLOAD SECTION — INSTAGRAM/TIKTOK
============================================================ */

.upload-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
}

@media (min-width: 900px) {
    .upload-section {
        grid-template-columns: repeat(3, 1fr);
    }
}

.upload-card-ig {
    background: rgba(15,15,30,0.08);
    border-radius: 22px;
    padding: 24px 22px 26px;
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

.upload-card-ig::before {
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at top left, rgba(255,0,102,0.22), transparent 55%),
                radial-gradient(circle at bottom right, rgba(90,120,255,0.22), transparent 55%);
    opacity: 0.7;
    pointer-events: none;
}

.upload-card-ig > * {
    position: relative;
    z-index: 1;
}

.upload-card-ig:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.28);
}

.upload-ig-dropzone {
    border: 2px dashed rgba(255,255,255,0.55);
    border-radius: 18px;
    padding: 32px 18px;
    cursor: pointer;
    transition: 0.35s ease;
    background: rgba(5,5,15,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0 !important;
}

.upload-ig-dropzone::after {
    content: "+";
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    opacity: 0.9;
    line-height: 1;
}

.upload-ig-dropzone:hover {
    border-color: #ff4da6;
    background: rgba(255,0,102,0.12);
    transform: scale(1.03);
}

/* ============================================================
   GALERIE — POZE MARI, 2 PE LINIE
============================================================ */

.gallery-wrapper,
.gallery-card-glass {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.gallery-card-glass {
    background: rgba(15,15,30,0.12);
    border-radius: 24px;
    padding: 24px 22px 28px;
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(20px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.25);
}

.gallery-counters {
    display: flex;
    gap: 16px;
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 18px;
}

/* GRID — 2 POZE MARI PE LINIE */
.gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px !important;
    width: 100%;
}

/* CARD */
.gallery-item {
    background: rgba(15,15,30,0.18);
    border-radius: 20px;
    padding: 12px 12px 60px;
    border: 1px solid rgba(255,255,255,0.28);
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.28);
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
}

.gallery-item:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 16px 40px rgba(0,0,0,0.35);
    border-color: rgba(255,0,102,0.55);
}

/* IMAGINI — EXACT CA ÎNAINTE */
.gallery-media img,
.gallery-media video {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    border-radius: 12px;
    display: block;
}

/* ============================================================
   BADGE
============================================================ */

.gallery-badges {
    position: absolute;
    top: 10px;
    left: 12px;
    display: flex;
    gap: 6px;
}

.badge {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.55);
    color: #fff;
}

.badge-profile { background: rgba(255,0,102,0.85); }
.badge-private { background: rgba(120,90,255,0.85); }


/* ============================================================
   IMAGINI — MARI, PREMIUM
============================================================ */

img.gallery-media {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

/* Container poză — mărime premium */
.gallery-item {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto;
    position: relative; /* necesar pentru poziționarea butoanelor */
}
/* ============================================================
   BUTOANE GALERIE — PREMIUM, FĂRĂ FUNDAL
============================================================ */

/* Poziționare butoane sub poză */
.gallery-actions {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

/* Sistem unic pentru butoane — TRANSPARENT */
.fab-btn {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    background: transparent !important;   /* fără fundal */
    border: none !important;              /* fără bordură */
    box-shadow: none !important;          /* fără umbră */
    backdrop-filter: none !important;     /* fără blur */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s ease;
}

/* Hover premium OnlyEscort */
.fab-btn:hover {
    background: rgba(230,0,115,0.85) !important;
    transform: translateY(-2px);
    border-radius: 50%;
}

/* EMOJI — mari, clare, premium */
.gallery-actions .fab-btn img.emoji {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.35));
}

/* Eliminăm orice regulă care micșora imaginile */
.gallery-actions .fab-btn img {
    width: auto !important;
    height: auto !important;
}

/* ============================================================
   IMAGINI — MARI, PREMIUM
============================================================ */

img.gallery-media {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

/* Container poză — mărime premium */
.gallery-item {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto;
    position: relative;
}
 /* ============================================================
   FIX FINAL — EMOJI DIN GALERIE NU MAI DISPAR
============================================================ */

.gallery-actions .fab-btn img.emoji {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    object-fit: contain !important;
    display: block !important;
    opacity: 1 !important;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.35)) !important;
}
/* Eliminăm complet fundalul colorat al celor 3 butoane */
.fab-delete,
.fab-profile,
.fab-private {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}
/* Eliminăm cercul albastru (outline) de pe butoanele galeriei */
.gallery-actions .fab-btn,
.gallery-actions .fab-btn:focus,
.gallery-actions .fab-btn:active,
.gallery-actions .fab-btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
/* ============================================================
   FIX FINAL — Eliminăm punctul albastru de pe butoane
============================================================ */

.gallery-actions .fab-btn,
.gallery-actions .fab-btn:focus,
.gallery-actions .fab-btn:active,
.gallery-actions .fab-btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Eliminăm pseudo-elementele implicite ale butoanelor */
.gallery-actions .fab-btn::-moz-focus-inner {
    border: 0 !important;
}

.gallery-actions .fab-btn::-webkit-focus-inner {
    border: 0 !important;
}

.gallery-actions .fab-btn::-webkit-focus-ring-color {
    outline: none !important;
}

/* Eliminăm highlight-ul implicit al Chrome */
.gallery-actions .fab-btn:focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
button.fab-btn {
    outline: none !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
/* Buton verde premium */
.oe-next-step {
    display: block;
    width: 100%;                 /* îl face lung pe toată lățimea containerului */
    max-width: 420px;            /* opțional: limitează lățimea */
    margin: 20px auto;           /* îl centrează */
    padding: 14px 22px;
    background: #28c76f;         /* verde premium */
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: 0.25s ease;
}

/* Hover premium */
.oe-next-step:hover {
    background: #22b864;         /* verde mai închis */
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.35);
}
/* EMOJI — mari, clare, premium pentru butoanele reale */
.oe-photo-actions .fab-btn {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.oe-photo-actions .fab-btn img,
.oe-photo-actions .fab-btn .emoji,
.oe-photo-actions .fab-btn {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 1 !important;
}
/* Eliminăm cercul albastru */
.oe-photo-actions .fab-btn {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
/* BUTOANE — ORIZONTAL, CENTRATE PERFECT */
.oe-photo-actions {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 18px !important;
    margin-top: 12px !important;
}
.oe-photo-actions .fab-btn {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    transition: 0.25s ease;
}

/* Ascundem complet textul din dropzone */
.upload-ig-dropzone {
    font-size: 0 !important;
    color: transparent !important;
}

/* Lăsăm doar simbolul + */
.upload-ig-dropzone::after {
    content: "+" !important;
    font-size: 48px !important;
    font-weight: 300 !important;
    color: #fff !important;
    opacity: 0.9 !important;
}
