/* FEED MOBILE FINAL - PROGRESS FORCE */

/* remove elementos antigos */
.user-action-bar,
.global-player,
.feed-card::after,
.feed-card.is-visible::after,
.feed-card.radio-card-feed::after,
.feed-card.radio-card-feed.is-visible::after {
    display: none !important;
    content: none !important;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    background: #000 !important;
}

/* topo */
.mobile-feed-topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 78px !important;
    z-index: 1000 !important;
    display: grid !important;
    grid-template-columns: 68px 1fr 52px !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 14px !important;
    background: rgba(0,0,0,.76) !important;
    backdrop-filter: blur(18px) !important;
    box-sizing: border-box !important;
}

.mobile-feed-logo {
    width: 62px !important;
    height: 62px !important;
    border-radius: 19px !important;
    display: grid !important;
    place-items: center !important;
    background: linear-gradient(135deg,#ff3dc8,#7b2cff) !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.mobile-feed-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.mobile-feed-logo span {
    font-size: 32px !important;
    color: #fff !important;
    font-weight: 950 !important;
}

.mobile-feed-search {
    min-width: 0 !important;
    width: 100% !important;
    height: 52px !important;
    border-radius: 999px !important;
    background: rgba(10,11,24,.94) !important;
    border: 1px solid rgba(255,255,255,.13) !important;
    color: #fff !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
}

.mobile-menu-trigger {
    width: 50px !important;
    height: 50px !important;
    border: 0 !important;
    border-radius: 17px !important;
    background: rgba(255,255,255,.14) !important;
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 950 !important;
}

.mobile-actions-menu {
    position: fixed !important;
    top: 78px !important;
    right: 12px !important;
    width: min(285px, calc(100vw - 24px)) !important;
    display: none !important;
    flex-direction: column !important;
    gap: 7px !important;
    padding: 12px !important;
    border-radius: 22px !important;
    background: rgba(15,10,22,.97) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    box-shadow: 0 24px 70px rgba(0,0,0,.55) !important;
    backdrop-filter: blur(18px) !important;
    z-index: 1100 !important;
}

.mobile-actions-menu.show {
    display: flex !important;
}

.mobile-actions-menu a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 950 !important;
    border-radius: 16px !important;
    padding: 13px 14px !important;
    background: rgba(255,255,255,.09) !important;
}

.mobile-actions-menu a:first-child {
    background: linear-gradient(135deg,#ff3dc8,#7b2cff) !important;
}

/* feed */
.feed {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scroll-snap-type: y mandatory !important;
    background: #000 !important;
}

.feed-card {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    position: relative !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
    padding: 110px 20px 118px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: flex-end !important;
}

.feed-card .bg,
.feed-card > img.bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.shade {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.18) 35%, rgba(0,0,0,.92) 100%) !important;
    z-index: 1 !important;
}

/* criador */
.creator-row {
    position: absolute !important;
    top: 104px !important;
    left: 20px !important;
    right: 20px !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

.creator-link {
    display: flex !important;
    align-items: flex-start !important;
    min-width: 0 !important;
    gap: 10px !important;
    color: #fff !important;
    text-decoration: none !important;
}

.creator-link img {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    flex: 0 0 auto !important;
    border: 2px solid rgba(255,255,255,.85) !important;
}

.creator-link div {
    min-width: 0 !important;
    padding-top: 4px !important;
}

.creator-link strong {
    display: block !important;
    max-width: 210px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.05 !important;
    font-size: 19px !important;
    font-weight: 950 !important;
}

.creator-link span {
    display: block !important;
    font-size: 14px !important;
    line-height: 1.08 !important;
    margin-top: 3px !important;
    color: rgba(255,255,255,.82) !important;
}

/* AO VIVO somente rádio */
.feed-live-badge {
    display: none !important;
}

.feed-card.radio-card-feed .feed-live-badge {
    display: inline-flex !important;
    position: static !important;
    margin-left: 6px !important;
    margin-top: 29px !important;
    align-self: flex-start !important;
    background: #ff0033 !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 3px 7px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .2px !important;
    box-shadow: none !important;
}

.feed-card:not(.radio-card-feed) .feed-live-badge {
    display: none !important;
}

.follow-btn {
    margin-left: auto !important;
    min-width: 106px !important;
    border-radius: 999px !important;
    padding: 11px 16px !important;
    font-weight: 950 !important;
}

.follow-btn.following {
    background: rgba(255,255,255,.18) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.35) !important;
}

/* conteúdo */
.feed-info {
    position: relative !important;
    z-index: 4 !important;
    padding-right: 76px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.category-label {
    display: inline-flex !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    text-transform: uppercase !important;
    font-weight: 950 !important;
    background: rgba(255,255,255,.18) !important;
    color: #fff !important;
}

.feed-info h1,
.feed-title-full {
    font-size: clamp(25px, 6.2vw, 34px) !important;
    line-height: 1.02 !important;
    max-width: calc(100vw - 112px) !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    display: block !important;
    margin: 7px 0 2px !important;
    letter-spacing: -0.8px !important;
    color: #fff !important;
}

.feed-info p {
    margin-top: 0 !important;
    margin-bottom: 7px !important;
    font-size: 18px !important;
    line-height: 1.12 !important;
    color: #fff !important;
}

.feed-info .meta {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    color: rgba(255,255,255,.8) !important;
}

.side-actions {
    position: absolute !important;
    right: 14px !important;
    bottom: 178px !important;
    z-index: 6 !important;
    display: grid !important;
    gap: 8px !important;
    text-align: center !important;
}

.side-actions button {
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    border: 0 !important;
    display: grid !important;
    place-items: center !important;
    font-size: 30px !important;
    color: #fff !important;
    background: rgba(255,255,255,.18) !important;
    backdrop-filter: blur(14px) !important;
}

.side-actions small {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.fav-btn.liked,
.side-actions .fav-btn.liked {
    color: #ff174d !important;
    background: rgba(255,0,70,.34) !important;
}

/* botão principal */
.main-play {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 54px !important;
    border-radius: 999px !important;
    padding: 0 20px !important;
    background: linear-gradient(135deg,#ff3dc8,#7b2cff) !important;
    color: #fff !important;
    font-weight: 950 !important;
    border: 0 !important;
    box-shadow: 0 12px 35px rgba(189,44,255,.35) !important;
}

/* tocando */
.feed-card.playing .main-play {
    display: none !important;
}

.feed-card.playing .inline-player-controls {
    display: flex !important;
}

.feed-card:not(.playing) .inline-player-controls {
    display: none !important;
}

.feed-card.playing .post-audio-progress {
    display: grid !important;
}

.feed-card:not(.playing) .post-audio-progress {
    display: none !important;
}

/* pausado */
.feed-card.paused .main-play {
    display: inline-flex !important;
}

.feed-card.paused .inline-player-controls,
.feed-card.paused .post-audio-progress {
    display: none !important;
}

.inline-player-controls {
    gap: 10px !important;
    align-items: center !important;
    margin-top: 14px !important;
}

.inline-player-controls button {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: 0 !important;
    color: #fff !important;
    background: rgba(255,255,255,.16) !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    backdrop-filter: blur(12px) !important;
}

.inline-player-controls .inline-pause {
    width: auto !important;
    min-width: 128px !important;
    border-radius: 999px !important;
    padding: 0 17px !important;
    background: rgba(255,255,255,.2) !important;
    font-size: 14px !important;
}

/* BARRA DE PROGRESSO / EQUALIZADOR */
.post-audio-progress {
    display: none;
    grid-template-columns: 44px 1fr 54px;
    gap: 10px;
    align-items: center;
    width: min(440px, calc(100vw - 116px));
    margin-top: 12px;
    padding: 11px 13px;
    border-radius: 18px;
    background: rgba(9, 7, 17, .66);
    border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 10px 30px rgba(0,0,0,.23);
}

.audio-time {
    font-size: 11px;
    font-weight: 850;
    color: rgba(255,255,255,.82);
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.audio-time.remaining {
    text-align: right;
}

.wave-progress {
    position: relative;
    height: 32px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255,255,255,.09);
}

.wave-track,
.wave-fill {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 9px;
}

.wave-track i,
.wave-fill i {
    display: block;
    width: 3px;
    min-width: 3px;
    border-radius: 999px;
    height: 10px;
    background: rgba(255,255,255,.22);
    transform-origin: center;
}

.wave-fill {
    width: 0%;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(255,61,200,.18), rgba(123,44,255,.20));
    transition: width .16s linear;
}

.wave-fill i {
    background: linear-gradient(180deg, #ff3dc8, #7b2cff);
    box-shadow: 0 0 12px rgba(255,61,200,.45);
}

.feed-card.playing .wave-track i,
.feed-card.playing .wave-fill i {
    animation: equalizerPulse 1s ease-in-out infinite;
}

.wave-track i:nth-child(2n),
.wave-fill i:nth-child(2n) { height: 18px; animation-delay: .08s; }

.wave-track i:nth-child(3n),
.wave-fill i:nth-child(3n) { height: 24px; animation-delay: .16s; }

.wave-track i:nth-child(4n),
.wave-fill i:nth-child(4n) { height: 14px; animation-delay: .24s; }

.wave-track i:nth-child(5n),
.wave-fill i:nth-child(5n) { height: 28px; animation-delay: .32s; }

@keyframes equalizerPulse {
    0%, 100% { transform: scaleY(.58); opacity: .75; }
    50% { transform: scaleY(1.18); opacity: 1; }
}

.post-audio-progress.live-mode .wave-fill {
    width: 100% !important;
    background: linear-gradient(90deg, rgba(255,0,51,.20), rgba(255,61,200,.22), rgba(123,44,255,.24));
    animation: liveWaveGlow 1.8s linear infinite;
}

.post-audio-progress.live-mode .audio-time.elapsed {
    color: #ff315b;
}

@keyframes liveWaveGlow {
    0% { filter: hue-rotate(0deg); opacity: .85; }
    50% { filter: hue-rotate(25deg); opacity: 1; }
    100% { filter: hue-rotate(0deg); opacity: .85; }
}

/* menu inferior */
.bottom-menu {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 10px !important;
    width: min(520px, calc(100vw - 24px)) !important;
    height: 74px !important;
    border-radius: 28px !important;
    z-index: 1000 !important;
    background: rgba(12,7,15,.92) !important;
    border: 1px solid rgba(255,255,255,.13) !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    backdrop-filter: blur(18px) !important;
}

.bottom-menu a {
    display: grid !important;
    gap: 4px !important;
    text-align: center !important;
    color: rgba(255,255,255,.65) !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.bottom-menu a.active {
    color: #ff3dc8 !important;
}

/* comentários */
.comments-panel {
    background: #fff !important;
    color: #111 !important;
    border-radius: 28px 28px 0 0 !important;
    height: 78vh !important;
    z-index: 1150 !important;
}

.comments-head {
    position: sticky;
    top: 0;
    background: #fff;
    min-height: 74px;
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    padding: 12px 16px 10px;
    border-bottom: 1px solid #eee;
}

.comments-head h3 {
    grid-column: 2;
    text-align: center;
    margin: 0;
    color: #111;
    font-size: 20px;
    line-height: 1.1;
}

.comments-filter {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #555 !important;
    box-shadow: none !important;
    font-size: 24px !important;
    line-height: 1 !important;
    order: -1;
}

.close-comments {
    position: absolute !important;
    top: 20px !important;
    right: 16px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    display: grid !important;
    place-items: center !important;
    z-index: 10;
    background: transparent !important;
    color: #555 !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    line-height: 1 !important;
    font-size: 30px !important;
}

#commentsList {
    padding: 14px 18px 104px;
}

.comment-item {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    padding: 13px 0;
}

.comment-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-item strong {
    color: #777;
}

.comment-item p {
    margin: 4px 0 8px;
    color: #111 !important;
    font-size: 17px;
}

.comment-meta {
    color: #999;
    font-size: 13px;
}

.tiktok-comment-form {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(520px,100%);
    min-height: 78px;
    display: grid !important;
    grid-template-columns: 42px 1fr auto auto auto;
    align-items: center;
    gap: 8px;
    padding: 10px 14px calc(14px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 1160;
}

.tiktok-comment-form img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.tiktok-comment-form input[name="comentario"] {
    background: #f1f1f1 !important;
    color: #111 !important;
    border: 0 !important;
    border-radius: 999px !important;
    height: 48px;
    padding: 0 16px !important;
}

.tiktok-comment-form .comment-icon {
    width: auto !important;
    height: auto !important;
    min-width: 28px !important;
    min-height: 28px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #111 !important;
    font-size: 23px !important;
    line-height: 1 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.comment-send {
    display: none !important;
}

.comments-open .side-actions,
.comments-open .bottom-menu {
    opacity: 1 !important;
    visibility: visible !important;
}

.comments-open .side-actions button,
.comments-open .bottom-menu a {
    background: #fff !important;
    background-image: none !important;
    border: 1.5px solid #111 !important;
    color: #111 !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
    backdrop-filter: none !important;
}

.comments-open .bottom-menu a.active,
.comments-open .side-actions .fav-btn.liked {
    background: #fff !important;
    border-color: #111 !important;
    color: #111 !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
}

.comments-open .side-actions button svg,
.comments-open .bottom-menu a svg {
    stroke: #111 !important;
}

.comments-open .side-actions small {
    color: #111 !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}

@media (max-width: 768px) {
    body.force-mobile-feed,
    body.feed-page {
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    .feed-card {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 420px) {
    .mobile-feed-topbar {
        grid-template-columns: 62px 1fr 48px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .mobile-feed-logo {
        width: 56px !important;
        height: 56px !important;
    }

    .mobile-feed-search {
        font-size: 14px !important;
        padding: 0 14px !important;
    }

    .feed-info h1,
    .feed-title-full {
        font-size: 30px !important;
        max-width: calc(100vw - 104px) !important;
    }

    .feed-info p {
        font-size: 17px !important;
    }

    .feed-card.radio-card-feed .feed-live-badge {
        font-size: 10px !important;
        padding: 3px 7px !important;
        margin-top: 28px !important;
    }

    .post-audio-progress {
        width: calc(100vw - 116px);
        grid-template-columns: 40px 1fr 48px;
        gap: 8px;
        padding: 10px 11px;
    }

    .audio-time {
        font-size: 10px;
    }

    .wave-track,
    .wave-fill {
        gap: 2px;
        padding: 0 8px;
    }

    .wave-track i,
    .wave-fill i {
        width: 2.5px;
        min-width: 2.5px;
    }
}


/* === AJUSTE TIKTOK PROGRESS 3 - player menor + barra inferior === */
.main-play,
.feed-card.paused .main-play,
.feed-card.playing .main-play {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg,#ff3dc8 0%,#b72cff 48%,#7b2cff 100%) !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .2px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 28px rgba(189,44,255,.34) !important;
}

.feed-card.playing .inline-player-controls,
.feed-card.paused .inline-player-controls {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 10px !important;
}

.inline-player-controls .inline-pause {
    display: none !important;
}

.inline-player-controls .inline-prev,
.inline-player-controls .inline-next {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg,#ff3dc8 0%,#b72cff 48%,#7b2cff 100%) !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 950 !important;
    box-shadow: 0 10px 24px rgba(189,44,255,.28) !important;
}

.feed-card:not(.playing):not(.paused) .inline-player-controls {
    display: none !important;
}

.post-audio-progress,
.feed-card.playing .post-audio-progress,
.feed-card.paused .post-audio-progress {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1600 !important;
    width: 100% !important;
    height: 7px !important;
    min-height: 7px !important;
    max-height: 7px !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,.24) !important;
    overflow: visible !important;
    box-shadow: 0 -1px 0 rgba(255,255,255,.16), 0 -6px 18px rgba(0,0,0,.28) !important;
    backdrop-filter: none !important;
}

.feed-card:not(.playing):not(.paused) .post-audio-progress {
    display: none !important;
}

.post-audio-progress .audio-time,
.post-audio-progress .audio-time.elapsed,
.post-audio-progress .audio-time.remaining,
.post-audio-progress .wave-track,
.post-audio-progress .wave-track i,
.post-audio-progress .wave-fill i {
    display: none !important;
}

.post-audio-progress .wave-progress {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 7px !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,.24) !important;
    overflow: visible !important;
}

.post-audio-progress .wave-fill {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 7px !important;
    min-height: 7px !important;
    display: block !important;
    overflow: visible !important;
    border-radius: 0 999px 999px 0 !important;
    background: linear-gradient(90deg,#ff3dc8 0%,#b72cff 52%,#7b2cff 100%) !important;
    transition: width .12s linear !important;
    box-shadow: 0 0 16px rgba(189,44,255,.55) !important;
}

.post-audio-progress .wave-fill::after {
    content: '' !important;
    position: absolute !important;
    right: -7px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,.45), 0 2px 10px rgba(0,0,0,.35) !important;
}

.feed-card.playing .wave-track i,
.feed-card.playing .wave-fill i,
.post-audio-progress.live-mode .wave-fill {
    animation: none !important;
}

@media (max-width: 420px) {
    .main-play,
    .feed-card.paused .main-play,
    .feed-card.playing .main-play {
        width: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;
        height: 40px !important;
        min-height: 40px !important;
        font-size: 14px !important;
    }

    .inline-player-controls .inline-prev,
    .inline-player-controls .inline-next {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
}

/* === AJUSTE FINAL V4 - botões alinhados em uma única linha + barra fixa inferior === */
.feed-info .playlist-play-row {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    margin-top: 10px !important;
    width: auto !important;
    max-width: calc(100vw - 112px) !important;
}

.playlist-play-row .main-play,
.feed-card.playing .playlist-play-row .main-play,
.feed-card.paused .playlist-play-row .main-play {
    display: inline-flex !important;
    flex: 0 0 120px !important;
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 999px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    background: linear-gradient(135deg,#ff3dc8 0%,#b72cff 48%,#7b2cff 100%) !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .1px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 28px rgba(189,44,255,.34) !important;
}

.playlist-play-row .inline-prev,
.playlist-play-row .inline-next {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: linear-gradient(135deg,#ff3dc8 0%,#b72cff 48%,#7b2cff 100%) !important;
    color: #fff !important;
    font-size: 27px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    box-shadow: 0 10px 24px rgba(189,44,255,.28) !important;
}

.playlist-play-row .inline-pause,
.inline-player-controls {
    display: none !important;
}

.feed-card.playing .main-play,
.feed-card.paused .main-play {
    display: inline-flex !important;
}

.feed-info > .post-audio-progress,
.post-audio-progress,
.feed-card.playing .post-audio-progress,
.feed-card.paused .post-audio-progress {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,.25) !important;
    overflow: visible !important;
    box-shadow: 0 -1px 0 rgba(255,255,255,.16), 0 -6px 18px rgba(0,0,0,.28) !important;
    backdrop-filter: none !important;
}

.post-audio-progress .wave-progress,
.feed-info > .post-audio-progress .wave-progress {
    position: absolute !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 8px !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,.25) !important;
    overflow: visible !important;
}

.post-audio-progress .wave-fill,
.feed-info > .post-audio-progress .wave-fill {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 8px !important;
    min-height: 8px !important;
    display: block !important;
    overflow: visible !important;
    border-radius: 0 999px 999px 0 !important;
    background: linear-gradient(90deg,#ff3dc8 0%,#b72cff 52%,#7b2cff 100%) !important;
    transition: width .12s linear !important;
    box-shadow: 0 0 16px rgba(189,44,255,.55) !important;
}

.post-audio-progress .wave-fill::after {
    right: -8px !important;
    width: 16px !important;
    height: 16px !important;
}

@media (max-width: 420px) {
    .feed-info .playlist-play-row {
        gap: 8px !important;
    }
    .playlist-play-row .main-play,
    .feed-card.playing .playlist-play-row .main-play,
    .feed-card.paused .playlist-play-row .main-play {
        width: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;
        height: 40px !important;
        min-height: 40px !important;
        font-size: 10.5px !important;
    }
    .playlist-play-row .inline-prev,
    .playlist-play-row .inline-next {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        flex-basis: 40px !important;
    }
}

/* BUSCA DO TOPO - texto em frase e 14px - v7 */
.mobile-feed-topbar input.mobile-feed-search,
input.mobile-feed-search#searchInput,
.mobile-feed-search {
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
}
.mobile-feed-topbar input.mobile-feed-search::placeholder,
input.mobile-feed-search#searchInput::placeholder,
.mobile-feed-search::placeholder {
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
}
@media (max-width: 420px) {
    .mobile-feed-topbar input.mobile-feed-search,
    input.mobile-feed-search#searchInput,
    .mobile-feed-search,
    .mobile-feed-topbar input.mobile-feed-search::placeholder,
    input.mobile-feed-search#searchInput::placeholder,
    .mobile-feed-search::placeholder {
        font-size: 14px !important;
    }
}

/* v18 - RESTAURAR POSIÇÕES ORIGINAIS DO FEED SEM MEXER NO PLAYER */
body.feed-page.force-mobile-feed .feed-card:not(.profile-card) > .creator-row,
body.feed-page .feed-card:not(.profile-card) > .creator-row {
    top: 76px !important;
    left: 20px !important;
    right: 20px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
}
body.feed-page.force-mobile-feed .feed-card:not(.profile-card) .creator-link,
body.feed-page .feed-card:not(.profile-card) .creator-link {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
}
body.feed-page.force-mobile-feed .feed-card:not(.profile-card) .creator-link div,
body.feed-page .feed-card:not(.profile-card) .creator-link div {
    padding-top: 4px !important;
}
body.feed-page.force-mobile-feed .feed-card:not(.profile-card) .follow-btn,
body.feed-page .feed-card:not(.profile-card) .follow-btn {
    margin-left: auto !important;
    align-self: flex-start !important;
    margin-top: 0 !important;
}
body.feed-page.force-mobile-feed .feed-card.radio-card-feed:not(.profile-card) .feed-live-badge,
body.feed-page .feed-card.radio-card-feed:not(.profile-card) .feed-live-badge {
    display: inline-flex !important;
    position: static !important;
    margin-left: 6px !important;
    margin-top: 29px !important;
    align-self: flex-start !important;
}
@media (max-width: 520px) {
    body.feed-page.force-mobile-feed .feed-card:not(.profile-card) > .creator-row,
    body.feed-page .feed-card:not(.profile-card) > .creator-row {
        top: 72px !important;
        left: 20px !important;
        right: 20px !important;
    }
}

/* v19 - alinhar card do feed ao modelo do perfil sem alterar estrutura do player */
body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) > .creator-row,
body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) > .creator-row {
    top: 44px !important;
    left: 20px !important;
    right: 20px !important;
    transform: none !important;
    align-items: flex-start !important;
}
body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .creator-link,
body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .creator-link {
    align-items: flex-start !important;
}
body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .creator-link img,
body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .creator-link img {
    width: 52px !important;
    height: 52px !important;
}
body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .creator-link div,
body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .creator-link div {
    padding-top: 4px !important;
}
body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .follow-btn,
body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .follow-btn {
    align-self: flex-start !important;
    margin-top: 0 !important;
}
body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card.radio-card-feed:not(.profile-card) .feed-live-badge,
body.feed-page:not(.public-profile-v11) .feed-card.radio-card-feed:not(.profile-card) .feed-live-badge {
    margin-top: 28px !important;
}
body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info,
body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info {
    transform: translateY(-132px) !important;
    padding-right: 82px !important;
}
body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .side-actions,
body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .side-actions {
    bottom: 258px !important;
}
@media (max-width: 520px) {
    body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) > .creator-row,
    body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) > .creator-row {
        top: 42px !important;
        left: 20px !important;
        right: 20px !important;
    }
    body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info,
    body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info {
        transform: translateY(-126px) !important;
    }
    body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .side-actions,
    body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .side-actions {
        bottom: 246px !important;
    }
}
@media (max-height: 740px) {
    body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info,
    body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info {
        transform: translateY(-92px) !important;
    }
    body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .side-actions,
    body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .side-actions {
        bottom: 218px !important;
    }
}

/* v21 - corrigir somente a posição da barra de progresso
   Cancela o deslocamento vertical aplicado ao bloco .feed-info para a barra
   voltar ao rodapé do card/tela, funcionando como divisor inferior. */
body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info > .post-audio-progress,
body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info > .post-audio-progress {
    transform: translateY(132px) !important;
    bottom: 0 !important;
    top: auto !important;
}
@media (max-width: 520px) {
    body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info > .post-audio-progress,
    body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info > .post-audio-progress {
        transform: translateY(126px) !important;
    }
}
@media (max-height: 740px) {
    body.feed-page.force-mobile-feed:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info > .post-audio-progress,
    body.feed-page:not(.public-profile-v11) .feed-card:not(.profile-card) .feed-info > .post-audio-progress {
        transform: translateY(92px) !important;
    }
}

/* v23 - Barra de progresso global fixa no rodapé
   Fundo branco + preenchimento degradê. As barras internas ficam ocultas. */
.feed-card .post-audio-progress,
.profile-card .post-audio-progress,
.feed-info > .post-audio-progress,
body.feed-page .post-audio-progress,
body.public-profile-v11 .post-audio-progress {
    position: absolute !important;
    left: -9999px !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

.deejai-fixed-audio-progress {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 12px !important;
    z-index: 2147483000 !important;
    pointer-events: none !important;
    display: block !important;
    opacity: 0 !important;
    transform: translateY(0) !important;
    transition: opacity .18s ease !important;
}

.deejai-fixed-audio-progress.is-visible {
    opacity: 1 !important;
}

.deejai-fixed-audio-track {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 6px !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 -1px 10px rgba(0,0,0,.24) !important;
    overflow: visible !important;
}

.deejai-fixed-audio-fill {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 0% !important;
    background: linear-gradient(90deg,#ff2ccf 0%,#a72cff 55%,#7b2cff 100%) !important;
    border-radius: 0 999px 999px 0 !important;
}

.deejai-fixed-audio-knob {
    position: absolute !important;
    left: 0% !important;
    top: 50% !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: #fff !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,.92), 0 2px 12px rgba(0,0,0,.38) !important;
}

/* v24 - Barra fixa interativa: fundo branco, preenchimento degradê e bolinha arrastável */
.deejai-fixed-audio-progress {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 22px !important;
    z-index: 2147483000 !important;
    pointer-events: auto !important;
    opacity: 0 !important;
    touch-action: none !important;
    cursor: pointer !important;
}
.deejai-fixed-audio-progress.is-visible {
    opacity: 1 !important;
}
.deejai-fixed-audio-track {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 6px !important;
    background: #fff !important;
    overflow: visible !important;
    box-shadow: 0 -1px 10px rgba(0,0,0,.22) !important;
}
.deejai-fixed-audio-fill {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 0% !important;
    background: linear-gradient(90deg,#ff2ccf 0%,#b12cff 52%,#7b2cff 100%) !important;
    border-radius: 0 999px 999px 0 !important;
}
.deejai-fixed-audio-knob {
    position: absolute !important;
    left: 0% !important;
    top: 50% !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: #fff !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: 0 0 0 2px rgba(255,255,255,.95), 0 2px 12px rgba(0,0,0,.42) !important;
    pointer-events: none !important;
}
.deejai-fixed-audio-progress.is-dragging .deejai-fixed-audio-knob {
    transform: translate(-50%, -50%) scale(1.08) !important;
}

/* v25 - correção da barra fixa: o JS controla width/left com !important */
.deejai-fixed-audio-track { background: #fff !important; }
.deejai-fixed-audio-fill { background: linear-gradient(90deg,#ff2ccf 0%,#b12cff 52%,#7b2cff 100%) !important; }
.deejai-fixed-audio-progress.is-visible .deejai-fixed-audio-knob { opacity: 1 !important; }

/* V26 - Capas 9:16 sempre encaixadas pela parte inferior, sem mexer no restante do feed */
.feed-card .bg,
.feed-card > img.bg,
.profile-card .bg,
.profile-card > img.bg {
    object-position: center bottom !important;
}


/* v35 - ajustes do modal de comentários: cabeçalho alinhado, emojis sem fundo e ícones visíveis */
.comments-panel {
    padding: 0 !important;
    overflow: auto !important;
}

.comments-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 8 !important;
    background: #fff !important;
    min-height: 82px !important;
    display: grid !important;
    grid-template-columns: 44px minmax(0,1fr) 44px !important;
    align-items: center !important;
    padding: 18px 18px 12px !important;
    border-bottom: 1px solid #ececec !important;
}

.comments-head h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    align-self: center !important;
    text-align: center !important;
    margin: 0 !important;
}

.comments-filter {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #555 !important;
    box-shadow: none !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

.close-comments {
    position: absolute !important;
    top: 24px !important;
    right: 18px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #555 !important;
    box-shadow: none !important;
    line-height: 1 !important;
    font-size: 30px !important;
    z-index: 9 !important;
}

#commentsList {
    padding: 14px 18px 112px !important;
}

.tiktok-comment-form {
    position: fixed !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    width: min(520px,100%) !important;
    min-height: 78px !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0,1fr) 30px 30px 30px !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 14px calc(14px + env(safe-area-inset-bottom)) !important;
    background: #fff !important;
    border-top: 1px solid #eee !important;
    z-index: 1160 !important;
}

.tiktok-comment-form > * {
    align-self: center !important;
}

.tiktok-comment-form input[name="comentario"] {
    min-width: 0 !important;
    width: 100% !important;
    background: #f1f1f1 !important;
    color: #111 !important;
    border: 0 !important;
    border-radius: 999px !important;
    height: 48px !important;
    padding: 0 16px !important;
}

.tiktok-comment-form .comment-icon,
.comment-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #111 !important;
    font-size: 23px !important;
    line-height: 1 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.tiktok-comment-form .comment-icon::before,
.comment-icon::before {
    display: none !important;
    content: none !important;
}

.comment-send {
    display: none !important;
}

body.comments-open .side-actions,
body.comments-open .bottom-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

body.comments-open .side-actions button,
body.comments-open .bottom-menu a {
    background: #fff !important;
    background-image: none !important;
    border: 1.5px solid #111 !important;
    color: #111 !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
    backdrop-filter: none !important;
}

body.comments-open .bottom-menu a.active,
body.comments-open .side-actions .fav-btn.liked {
    background: #fff !important;
    border-color: #111 !important;
    color: #111 !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.12) !important;
}

body.comments-open .side-actions button svg,
body.comments-open .bottom-menu a svg {
    stroke: #111 !important;
    fill: none !important;
}

body.comments-open .side-actions small {
    color: #111 !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}


/* v59 - rádio no feed: AO VIVO abaixo de Estação de Rádio com 4px reais */
body.feed-page:not(.public-profile-v11) .feed-card.radio-card-feed .creator-role-row,
body.feed-page:not(.public-profile-v11) .feed-card.radio-card-feed .radio-role-row,
.feed-card.radio-card-feed .creator-role-row,
.feed-card.radio-card-feed .radio-role-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    margin-top: -1px !important;
}

body.feed-page:not(.public-profile-v11) .feed-card.radio-card-feed .creator-role-row > span:first-child,
body.feed-page:not(.public-profile-v11) .feed-card.radio-card-feed .radio-role-row > span:first-child,
.feed-card.radio-card-feed .creator-role-row > span:first-child,
.feed-card.radio-card-feed .radio-role-row > span:first-child {
    display: block !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.feed-page:not(.public-profile-v11) .feed-card.radio-card-feed .creator-role-row .feed-live-badge,
body.feed-page:not(.public-profile-v11) .feed-card.radio-card-feed .radio-role-row .feed-live-badge,
body.feed-page:not(.public-profile-v11) .feed-card.radio-card-feed .creator-live-badge,
.feed-card.radio-card-feed .creator-role-row .feed-live-badge,
.feed-card.radio-card-feed .radio-role-row .feed-live-badge,
.feed-card.radio-card-feed .creator-live-badge {
    display: inline-flex !important;
    position: static !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    align-self: flex-start !important;
}

/* DEEJAI CLUB fix: etiqueta ao vivo para estações de rádio */
.feed-card.radio-card-feed .creator-role-row,
.feed-card.radio-card-feed .radio-role-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
}
.feed-card.radio-card-feed .creator-live-badge,
.feed-card.radio-card-feed .feed-live-badge {
    display: inline-flex !important;
    position: static !important;
    margin: 0 !important;
    background: #ff0033 !important;
    color: #fff !important;
    text-transform: lowercase !important;
}
