@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    overflow-x: hidden;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.esplore-conteudos-app {
    --esc-bg: #070b13;
    --esc-card: #111827;
    --esc-card-2: #1f2937;
    --esc-text: #f9fafb;
    --esc-muted: #cbd5e1;
    --esc-accent: #3b82f6;
    --esc-border: rgba(255,255,255,.12);
    background: var(--esc-bg);
    color: var(--esc-text);
    border-radius: 0px;
    overflow: hidden;
    min-height: 520px;
    font-family: inherit
}

.esplore-loading,.esplore-empty {
    padding: 32px;
    color: var(--esc-muted);
    text-align: center
}

.contentpane {
    padding: 0px;
}

.esplore-hero {
    min-height: 420px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 48px
}

.esplore-hero-content {
    max-width: 760px
}

.esplore-eyebrow {
    display: inline-flex;
    align-items: center;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #bfdbfe;
    margin-bottom: 12px
}

.esplore-hero h1,.esplore-content-hero h1 {
    font-size: clamp(2rem,5vw,4.5rem);
    line-height: 1.05;
    margin: 0 0 16px;
    font-weight: 800
}

.esplore-hero p,.esplore-content-hero p {
    font-size: 1.1rem;
    color: var(--esc-muted);
    max-width: 720px;
    margin: 0 0 22px
}

.esplore-btn,.esplore-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
    text-decoration: none!important;
    transition: .2s ease
}

.esplore-btn {
    background: var(--esc-text);
    color: #0f172a!important
}

.esplore-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0,0,0,.28)
}

.esplore-btn-secondary {
    background: rgba(255,255,255,.1);
    color: var(--esc-text)!important;
    border: 1px solid var(--esc-border)
}

.esplore-catalog-wrap {
    padding: 62px 24px 42px
}

.esplore-filters {
    display: grid;
    grid-template-columns: minmax(220px,1.4fr) repeat(3,minmax(160px,.7fr));
    gap: 12px;
    margin: -54px 0 28px;
    position: relative;
    z-index: 2
}

.esplore-filters input,.esplore-filters select {
    width: 100%;
    border: 1px solid var(--esc-border);
    background: rgba(15,23,42,.92);
    color: var(--esc-text);
    border-radius: 14px;
    padding: 13px 15px;
    outline: none
}

.esplore-filters input::placeholder {
    color: #94a3b8
}

.esplore-row {
    margin: 0 0 34px
}

.esplore-row-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 14px
}

.esplore-row-header h2 {
    font-size: 1.35rem;
    margin: 0
}

.esplore-row-header span {
    color: var(--esc-muted);
    font-size: .9rem
}

.esplore-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px,260px);
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 4px 2px 18px;
    scroll-snap-type: inline mandatory
}

.esplore-carousel::-webkit-scrollbar {
    height: 9px
}

.esplore-carousel::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.18);
    border-radius: 999px
}

.esplore-content-card {
    scroll-snap-align: start;
    background: transparent
}

.esplore-card-link {
    display: block;
    color: inherit!important;
    text-decoration: none!important
}

.esplore-thumb {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg,#111827,#374151);
    aspect-ratio: 16/9;
    box-shadow: 0 12px 30px rgba(0,0,0,.35)
}

.esplore-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease
}

.esplore-card-link:hover .esplore-thumb img {
    transform: scale(1.045)
}

.esplore-thumb-placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem
}

.esplore-type-badge,.esplore-fav {
    position: absolute;
    top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.66);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff
}

.esplore-type-badge {
    left: 10px;
    border-radius: 999px;
    padding: 7px 10px
}

.esplore-fav {
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 1.25rem
}

.esplore-fav.is-active {
    color: #fb7185
}

.esplore-card-body {
    padding: 11px 2px 0
}

.esplore-card-body h3 {
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.esplore-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--esc-muted);
    font-size: .86rem
}

.esplore-card-meta .esplore-card-details {
    margin-top: 0;
    flex: 1 1 auto;
    min-width: 0
}

.esplore-card-meta-placeholder {
    display: inline-block;
    min-height: 1px
}

.esplore-rating {
    color: #facc15;
    letter-spacing: .03em;
    white-space: nowrap
}

.esplore-content-page {
    background: var(--esc-bg)
}

.esplore-content-hero {
    min-height: 430px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 42px
}

.esplore-content-hero-inner {
    max-width: 980px
}

.esplore-back {
    display: inline-block;
    color: #bfdbfe!important;
    text-decoration: none!important;
    margin-bottom: 16px
}

.esplore-category-pills,.esplore-tag-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px
}

.esplore-category-pills span,.esplore-tag-pills span {
    border: 1px solid var(--esc-border);
    background: rgba(15,23,42,.68);
    border-radius: 999px;
    padding: 6px 10px;
    color: var(--esc-text);
    font-size: .86rem
}

.esplore-tag-pills span {
    color: #bfdbfe
}

.esplore-content-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: var(--esc-muted);
    margin: 12px 0 18px
}

.esplore-content-main {
    padding: 28px;
    max-width: 1180px;
    margin: 0 auto
}

.esplore-player {
    background: #020617;
    border: 1px solid var(--esc-border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,.32)
}

.esplore-video-player,.esplore-pdf-player,.esplore-ebook-player,.esplore-podcast-embed,.esplore-studio-player {
    aspect-ratio: 16/9
}

.esplore-video-player iframe,.esplore-pdf-player iframe,.esplore-ebook-player iframe,.esplore-podcast-embed iframe,.esplore-studio-player iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}

.esplore-studio-player {
    background: #000
}

.esplore-studio-player iframe {
    background: #000
}

.esplore-player video {
    width: 100%;
    display: block;
    max-height: 72vh;
    background: #000
}

.esplore-player audio {
    width: 100%;
    padding: 24px
}

.esplore-login-gate,.esplore-landing-placeholder {
    padding: 34px;
    border-radius: 20px;
    background: linear-gradient(135deg,rgba(59,130,246,.16),rgba(15,23,42,.96));
    border: 1px solid var(--esc-border);
    text-align: center
}

.esplore-login-gate h2,.esplore-landing-placeholder h2 {
    margin-top: 0
}

.esplore-auth-eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #bfdbfe;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

.esplore-login-gate p {
    max-width: 680px;
    margin: 0 auto 22px;
    color: var(--esc-muted)
}

.esplore-auth-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px
}

.esplore-auth-modal[hidden] {
    display: none!important
}

.esplore-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px
}

.esplore-auth-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2,6,23,.78);
    backdrop-filter: blur(10px)
}

.esplore-auth-dialog {
    position: relative;
    z-index: 2;
    width: min(100%, 460px);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.16);
    background: #0b1220;
    color: var(--esc-text);
    box-shadow: 0 28px 80px rgba(0,0,0,.48);
    padding: 28px
}

.esplore-auth-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer
}

.esplore-auth-dialog h2 {
    margin: 0 42px 8px 0;
    font-size: 1.55rem
}

.esplore-auth-dialog p {
    margin: 0 0 18px;
    color: var(--esc-muted)
}

.esplore-auth-fields {
    display: grid;
    gap: 14px
}

.esplore-auth-fields label {
    display: grid;
    gap: 7px;
    color: #dbeafe;
    font-size: .92rem;
    text-align: left
}

.esplore-auth-fields input {
    width: 100%;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    background: rgba(2,6,23,.78);
    color: #fff;
    padding: 12px 14px;
    outline: none
}

.esplore-auth-fields input:focus {
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(59,130,246,.18)
}

.esplore-auth-message {
    margin: 0 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(248,113,113,.42);
    background: rgba(127,29,29,.26);
    color: #fecaca;
    padding: 10px 12px;
    font-size: .92rem
}

.esplore-auth-message.is-success {
    border-color: rgba(74,222,128,.38);
    background: rgba(20,83,45,.26);
    color: #bbf7d0
}

.esplore-auth-dialog form > .esplore-btn {
    width: 100%;
    margin-top: 18px
}

.esplore-auth-dialog button:disabled {
    opacity: .65;
    cursor: wait
}

.esplore-full-description {
    margin-top: 28px;
    background: rgba(255,255,255,.04);
    border: 1px solid var(--esc-border);
    border-radius: 20px;
    padding: 24px;
    color: var(--esc-muted)
}

.esplore-note {
    margin-top: 12px;
    color: var(--esc-muted);
    font-size: .94rem
}

@media (max-width: 900px) {
    .esplore-hero,.esplore-content-hero {
        padding:32px 22px;
        min-height: 360px
    }

    .esplore-filters {
        grid-template-columns: 1fr;
        margin-top: -34px
    }

    .esplore-catalog-wrap {
        padding: 18px
    }

    .esplore-carousel {
        grid-auto-columns: minmax(178px,72vw)
    }

    .esplore-content-main {
        padding: 18px
    }

    .esplore-video-player,.esplore-pdf-player,.esplore-ebook-player,.esplore-podcast-embed,.esplore-studio-player {
        aspect-ratio: 4/3
    }

    .esplore-auth-options {
        flex-direction: column;
        align-items: stretch
    }

    .esplore-auth-options .esplore-btn,.esplore-auth-options .esplore-btn-secondary {
        width: 100%
    }

    .esplore-auth-dialog {
        padding: 24px 18px
    }
}

/* v024 banner video/slider */
.esplore-hero {
    position: relative;
    overflow: hidden;
    background: #020617;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    padding: 48px
}

.esplore-hero-bg,.esplore-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center
}

.esplore-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .04));
    pointer-events: none
}

.esplore-hero-content {
    position: relative;
    z-index: 2
}

.esplore-hero-slider {
    display: block;
    padding: 0
}

.esplore-hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 48px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s ease
}

.esplore-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto
}

.esplore-hero-dots {
    position: absolute;
    right: 28px;
    bottom: 24px;
    z-index: 4;
    display: flex;
    gap: 8px
}

.esplore-hero-dots button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,.42);
    cursor: pointer;
    padding: 0
}

.esplore-hero-dots button.is-active {
    background: #fff;
    width: 28px
}

.esplore-content-hero {
    position: relative;
    overflow: hidden;
    background: #020617
}

.esplore-content-hero-bg,.esplore-content-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center
}

.esplore-content-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.90));
    pointer-events: none
}

.esplore-content-hero-inner {
    position: relative;
    z-index: 2
}

.esplore-content-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap
}

.esplore-btn-secondary.is-active,.esplore-fav.is-active {
    color: #fff;
    background: rgba(255,255,255,.22);
    border-color: rgba(255,255,255,.4)
}

.esplore-rating-box {
    margin: 28px 0;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px
}

.esplore-rating-box p {
    margin: .25rem 0 0;
    opacity: .75
}

.esplore-rating-actions {
    display: flex;
    gap: 4px
}

.esplore-rating-actions button {
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.35);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    padding: 4px
}

.esplore-rating-actions button:hover,.esplore-rating-actions button.is-active {
    color: #ffd76a
}

.esplore-rating-feedback {
    display: block;
    opacity: .8
}

.esplore-fav {
    z-index: 5
}

@media (max-width: 700px) {
    .esplore-rating-box {
        align-items:flex-start;
        flex-direction: column
    }

    .esplore-rating-actions button {
        font-size: 26px
    }
}

/* v030 PDF/E-book advanced reader and podcast player */
.esplore-reader {
    background: #020617;
    border: 1px solid var(--esc-border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(0,0,0,.36)
}

.esplore-reader-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: rgba(15,23,42,.96);
    border-bottom: 1px solid var(--esc-border);
    position: sticky;
    top: 0;
    z-index: 3
}

.esplore-reader-btn,.esplore-reader-toolbar .esplore-btn-secondary {
    border: 1px solid var(--esc-border);
    background: rgba(255,255,255,.08);
    color: var(--esc-text)!important;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none!important;
    margin: 0
}

.esplore-reader-btn:hover,.esplore-reader-toolbar .esplore-btn-secondary:hover {
    background: rgba(255,255,255,.16)
}

.esplore-reader-page-control {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--esc-muted)
}

.esplore-reader-page-control select {
    background: #0f172a;
    color: var(--esc-text);
    border: 1px solid var(--esc-border);
    border-radius: 10px;
    padding: 7px 10px;
    min-width: 74px
}

.esplore-reader-stage {
    min-height: 540px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: radial-gradient(circle at top,rgba(59,130,246,.12),rgba(2,6,23,1) 48%);
    overflow: auto
}

.esplore-reader-stage canvas {
    display: none;
    max-width: 100%;
    height: auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(0,0,0,.48)
}

.esplore-reader-stage iframe {
    width: 100%;
    min-height: 74vh;
    border: 0;
    background: #fff;
    border-radius: 8px
}

.esplore-reader-status {
    min-height: 28px;
    padding: 0 16px 14px;
    color: var(--esc-muted);
    font-size: .92rem;
    text-align: center;
    background: #020617
}

.esplore-reader-ebook .esplore-reader-stage {
    background: linear-gradient(135deg,#1f2937,#020617);
    padding: 28px
}

.esplore-reader-ebook canvas {
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(0,0,0,.55), 16px 0 24px rgba(0,0,0,.22);
}

.esplore-reader-infographic .esplore-reader-toolbar {
    justify-content: flex-end
}

.esplore-reader-infographic .esplore-reader-stage {
    min-height: 78vh;
    padding: 0;
    display: block;
    background: #020617
}

.esplore-reader-infographic canvas {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: none
}

.esplore-reader-infographic iframe {
    width: 100%;
    min-height: 78vh;
    display: block;
    border-radius: 0;
    background: #fff
}

.esplore-reader:fullscreen {
    width: 100vw;
    height: 100vh;
    border-radius: 0
}

.esplore-reader:fullscreen .esplore-reader-stage {
    height: calc(100vh - 92px);
    min-height: 0
}

.esplore-reader:fullscreen canvas {
    max-height: calc(100vh - 130px);
    width: auto
}

.esplore-reader:fullscreen iframe {
    min-height: calc(100vh - 120px)
}

.esplore-reader-infographic:fullscreen .esplore-reader-stage {
    height: calc(100vh - 74px);
    min-height: 0;
    overflow: auto
}

.esplore-reader-infographic:fullscreen iframe {
    min-height: calc(100vh - 74px)
}

.esplore-reader-infographic:fullscreen canvas {
    width: 100%;
    max-height: none;
    height: auto
}

.esplore-audio-player {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg,rgba(59,130,246,.18),rgba(15,23,42,.98))
}

.esplore-audio-cover {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.10);
    font-size: 42px;
    border: 1px solid var(--esc-border)
}

.esplore-audio-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.esplore-audio-info strong {
    font-size: 1.15rem
}

.esplore-audio-info span {
    color: var(--esc-muted)
}

.esplore-audio-info audio {
    width: 100%;
    padding: 0;
    background: transparent
}

.esplore-podcast-embed iframe {
    min-height: 220px
}

.esplore-revvo-player iframe {
    min-height: 560px
}

@media (max-width: 700px) {
    .esplore-reader-toolbar {
        align-items:stretch
    }

    .esplore-reader-btn,.esplore-reader-toolbar .esplore-btn-secondary {
        flex: 1 1 auto
    }

    .esplore-reader-page-control {
        width: 100%;
        justify-content: center
    }

    .esplore-reader-stage {
        min-height: 420px;
        padding: 10px
    }

    .esplore-reader-infographic .esplore-reader-stage {
        padding: 0
    }

    .esplore-audio-player {
        grid-template-columns: 1fr
    }

    .esplore-audio-cover {
        width: 76px;
        height: 76px;
        border-radius: 18px
    }

    .esplore-revvo-player iframe {
        min-height: 420px
    }
}

/* v031 catalog refactor: Netflix-like carousel and stable filters */
.esplore-catalog-wrap {
    overflow: hidden
}

.esplore-filters {
    position: relative;
    z-index: 8
}

.esplore-search {
    min-width: 260px
}

.esplore-filter-combo {
    position: relative;
    min-width: 0
}

.esplore-filter-combo-trigger {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--esc-border);
    background: rgba(15,23,42,.92);
    color: var(--esc-text);
    border-radius: 14px;
    padding: 13px 42px 13px 15px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
    cursor: pointer;
    position: relative
}

.esplore-filter-combo-trigger span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.esplore-filter-combo-trigger::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255,255,255,.72);
    border-bottom: 2px solid rgba(255,255,255,.72);
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 16px;
    transition: transform .18s ease
}

.esplore-filter-combo.is-open .esplore-filter-combo-trigger::after {
    transform: rotate(225deg);
    top: 20px
}

.esplore-filter-combo-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 20;
    border: 1px solid var(--esc-border);
    border-radius: 16px;
    background: #0b1220;
    box-shadow: 0 18px 36px rgba(0,0,0,.36);
    padding: 12px
}

.esplore-filter-combo-panel[hidden] {
    display: none !important
}

.esplore-filter-combo-search {
    margin-bottom: 10px
}

.esplore-filter-combo-options {
    max-height: 260px;
    overflow-y: auto;
    display: grid;
    gap: 6px;
    padding-right: 2px
}

.esplore-filter-combo-option {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    color: var(--esc-text);
    padding: 10px 12px;
    text-align: left;
    cursor: pointer;
    transition: .18s ease
}

.esplore-filter-combo-option:hover,
.esplore-filter-combo-option.is-active {
    background: rgba(59,130,246,.18);
    border-color: rgba(147,197,253,.32)
}

.esplore-rows {
    display: block
}

.esplore-row {
    position: relative;
    margin: 0 0 36px;
    overflow: visible
}

.esplore-row-header {
    padding-right: 16px
}

.esplore-carousel-shell {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    isolation: isolate;
    overflow: visible
}

.esplore-carousel {
    display: flex!important;
    position: relative;
    z-index: 1;
    grid-auto-flow: unset!important;
    grid-auto-columns: unset!important;
    gap: 18px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    padding: 6px 4px 28px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.esplore-carousel::-webkit-scrollbar {
    display: none!important;
    width: 0!important;
    height: 0!important
}

.esplore-content-card {
    flex: 0 0 clamp(240px,19.2vw,300px);
    width: clamp(240px,19.2vw,300px);
    max-width: none!important;
    min-width: 0!important;
    scroll-snap-align: start;
    transition: transform .18s ease, filter .18s ease
}

.esplore-card-link:hover .esplore-content-card,.esplore-content-card:hover {
    transform: translateY(-3px)
}

.esplore-thumb {
    border-radius: 18px;
    aspect-ratio: 3/2
}

.esplore-carousel-nav {
    position: absolute;
    top: 50%;
    z-index: 40;
    width: 48px;
    height: 48px;
    margin-top: -14px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) scale(.96);
    transition: opacity .18s ease, transform .18s ease, background .18s ease, border-color .18s ease, visibility .18s ease;
    background: rgba(2,6,23,.74);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,.28)
}

.esplore-carousel-shell.has-scroll .esplore-carousel-nav {
    display: flex
}

.esplore-carousel-shell:hover .esplore-carousel-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1)
}

.esplore-carousel-nav:hover {
    background: rgba(15,23,42,.92);
    border-color: rgba(255,255,255,.28)
}

.esplore-carousel-nav:disabled {
    opacity: 0!important;
    visibility: hidden;
    transform: translateY(-50%) scale(.92);
    pointer-events: none
}

.esplore-carousel-prev {
    left: 10px
}

.esplore-carousel-next {
    right: 10px
}

.esplore-carousel-prev::before,.esplore-carousel-next::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.esplore-carousel-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px
}

.esplore-carousel-next::before {
    transform: rotate(45deg);
    margin-right: 4px
}

.esplore-carousel-nav:focus-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
    outline: 2px solid rgba(255,255,255,.52);
    outline-offset: 2px
}

.esplore-empty {
    padding: 34px;
    border: 1px solid var(--esc-border);
    border-radius: 22px;
    background: rgba(255,255,255,.05);
    color: var(--esc-muted)
}

@media (max-width: 900px) {
    .esplore-content-card {
        flex-basis: clamp(210px,58vw,280px);
        width: clamp(210px,58vw,280px)
    }

    .esplore-carousel {
        gap: 14px;
        padding-bottom: 24px
    }

    .esplore-carousel-nav {
        display: none!important
    }

    .esplore-search {
        min-width: 0
    }
}

.esplore-user-greeting {
    position: absolute;
    right: 28px;
    top: 24px;
    z-index: 6;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(2,6,23,.56);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    font-weight: 700;
    backdrop-filter: blur(10px)
}

@media(max-width: 700px) {
    .esplore-user-greeting {
        right:14px;
        top: 14px;
        font-size: 13px
    }
}

/* v037 UX refinements */
.esplore-hero-compact {
    min-height: 300px;
    background: radial-gradient(circle at top left,rgba(59,130,246,.32),rgba(2,6,23,1) 55%)
}

.esplore-card-link-wrap {
    height: 100%
}

.esplore-content-card {
    position: relative;
    transform-origin: center bottom
}

.esplore-content-card:hover {
    z-index: 20;
    filter: brightness(1.06)
}

.esplore-content-card:hover .esplore-thumb {
    box-shadow: 0 22px 48px rgba(0,0,0,.58)
}

.esplore-content-card:hover .esplore-card-hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.esplore-card-hover {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 6;
    display: flex;
    gap: 8px;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: .2s ease
}

.esplore-card-action {
    flex: 1;
    border: 0;
    border-radius: 999px;
    padding: 9px 10px;
    background: #fff;
    color: #0f172a!important;
    text-align: center;
    text-decoration: none!important;
    font-weight: 800;
    font-size: .86rem;
    box-shadow: 0 8px 22px rgba(0,0,0,.28);
    cursor: pointer
}

.esplore-card-action.is-secondary {
    background: rgba(15,23,42,.82);
    color: #fff!important;
    border: 1px solid rgba(255,255,255,.22)
}

.esplore-type-badge {
    gap: 6px;
    font-size: .82rem;
    font-weight: 800;
    max-width: calc(100% - 58px)
}

.esplore-type-badge b {
    font-size: .75rem;
    letter-spacing: .01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.esplore-type-badge.is-static {
    position: static;
    width: max-content;
    margin-bottom: 12px;
    background: rgba(59,130,246,.16)
}

.esplore-mini-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(37,99,235,.86);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    border: 1px solid rgba(255,255,255,.18)
}

.esplore-mini-badge-left {
    right: auto;
    left: 10px;
    background: rgba(245,158,11,.9);
    color: #111827
}

.esplore-card-progress {
    height: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    overflow: hidden;
    margin: 9px 0 5px
}

.esplore-card-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg,#60a5fa,#22c55e)
}

.esplore-started-label {
    display: block;
    color: #93c5fd;
    font-size: .78rem;
    line-height: 1.2
}

.esplore-modal[hidden] {
    display: none!important
}

.esplore-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px
}

.esplore-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(8px)
}

.esplore-modal-card {
    position: relative;
    z-index: 2;
    width: min(920px,96vw);
    max-height: 92vh;
    overflow: auto;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 28px;
    background: #07111f;
    color: #fff;
    box-shadow: 0 32px 90px rgba(0,0,0,.72)
}

.esplore-modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 4;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(0,0,0,.58);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer
}

.esplore-modal-media {
    height: min(360px,42vh);
    background: #020617;
    overflow: hidden
}

.esplore-modal-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.esplore-modal-body {
    padding: 26px
}

.esplore-modal-body h2 {
    font-size: clamp(1.7rem,4vw,3rem);
    line-height: 1.05;
    margin: 0 0 14px
}

.esplore-modal-body p {
    color: #cbd5e1;
    font-size: 1.02rem;
    max-width: 760px
}

.esplore-modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin: 14px 0 18px;
    color: #cbd5e1
}

.esplore-modal-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px
}

.esplore-modal-open {
    overflow: hidden
}

.esplore-skeleton-row {
    display: flex;
    gap: 18px;
    overflow: hidden;
    padding: 80px 0 28px
}

.esplore-row-loading {
    margin-top: 10px
}

.esplore-loading-panel {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--esc-muted);
    font-weight: 700;
    margin-bottom: -42px;
    padding: 12px 0
}

.esplore-spinner {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 3px solid rgba(255,255,255,.18);
    border-top-color: #bfdbfe;
    animation: esploreSpin .8s linear infinite
}

@keyframes esploreSpin {
    to {
        transform: rotate(360deg)
    }
}

.esplore-skeleton-card {
    flex: 0 0 clamp(230px,18.6vw,292px);
    height: 218px;
    border-radius: 20px;
    background: rgba(255,255,255,.05);
    padding: 12px;
    position: relative;
    overflow: hidden
}

.esplore-skeleton-card:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.10),transparent);
    transform: translateX(-100%);
    animation: esploreSkeleton 1.25s infinite
}

.esplore-skeleton-card span,.esplore-skeleton-card b,.esplore-skeleton-card i {
    display: block;
    border-radius: 12px;
    background: rgba(255,255,255,.10);
    position: relative
}

.esplore-skeleton-card span {
    height: 132px
}

.esplore-skeleton-card b {
    height: 18px;
    margin-top: 14px;
    width: 82%
}

.esplore-skeleton-card i {
    height: 12px;
    margin-top: 10px;
    width: 52%
}

@keyframes esploreSkeleton {
    to {
        transform: translateX(100%)
    }
}

.esplore-reader-toolbar {
    box-shadow: 0 12px 26px rgba(0,0,0,.22)
}

.esplore-reader-page-control strong {
    color: #fff
}

.esplore-reader-status {
    font-weight: 700
}

.esplore-reader-btn[data-reader-fullscreen] {
    background: rgba(59,130,246,.18);
    border-color: rgba(147,197,253,.34)
}

@media(max-width: 900px) {
    .esplore-card-hover {
        display:none
    }

    .esplore-content-card:hover {
        transform: none
    }

    .esplore-type-badge b {
        display: none
    }

    .esplore-mini-badge {
        font-size: .68rem
    }

    .esplore-modal {
        padding: 12px
    }

    .esplore-modal-card {
        border-radius: 20px
    }

    .esplore-modal-body {
        padding: 20px
    }

    .esplore-modal-media {
        height: 240px
    }

    .esplore-filters {
        gap: 10px
    }

    .esplore-hero-compact {
        min-height: 270px
    }

    .esplore-skeleton-card {
        flex-basis: clamp(190px,54vw,260px)
    }
}

@media(max-width: 560px) {
    .esplore-modal-actions .esplore-btn,.esplore-modal-actions .esplore-btn-secondary {
        width:100%
    }

    .esplore-card-meta {
        align-items: center;
        flex-direction: row;
        gap: 10px
    }

    .esplore-rating {
        font-size: .82rem
    }

    .esplore-reader-toolbar {
        position: relative
    }

    .esplore-reader-btn[data-reader-fullscreen] {
        flex-basis: 100%
    }
}

/* ================================================================
   v0.4.0 â€” Autores nos cards, badges, modal de autor
   ================================================================ */
/* Avatares de autores no card */
.esplore-card-autores {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    margin-top: 10px;
}

.esplore-autor-avatar {
    width: 100%;
    min-height: 40px;
    border-radius: 14px;
    border: 1px solid rgba(99,179,237,.28);
    background: rgba(59,130,246,.14);
    overflow: hidden;
    padding: 6px 10px;
    cursor: pointer;
    transition: border-color .18s, transform .18s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-shrink: 0;
    text-align: left;
}

.esplore-autor-avatar:hover {
    border-color: #60a5fa;
    transform: translateY(-1px);
    z-index: 2;
}

.esplore-autor-avatar-media {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.06);
    flex: 0 0 32px;
}

.esplore-autor-avatar img,
.esplore-autor-avatar-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.esplore-autor-ini {
    color: #93c5fd;
    font-weight: 800;
    font-size: .78rem;
    line-height: 1;
}

.esplore-autor-avatar-name {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    color: #dbeafe;
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* VersÃ£o no modal de conteÃºdo (com nome visÃ­vel) */
.esplore-card-autores--modal {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.esplore-card-autores--modal .esplore-autor-avatar {
    width: auto;
    min-height: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    overflow: visible;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    text-align: center;
}

.esplore-card-autores--modal .esplore-autor-avatar img,
.esplore-card-autores--modal .esplore-autor-avatar .esplore-autor-ini {
    width: 38px;
    height: 38px;
}

.esplore-card-autores--modal .esplore-autor-avatar img {
    border-radius: 50%;
    border-color: rgba(99,179,237,.7);
}

.esplore-card-autores--modal .esplore-autor-avatar .esplore-autor-ini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(59,130,246,.22);
}

.esplore-autor-nome {
    display: block;
    font-size: .72rem;
    color: #93c5fd;
    margin-top: 3px;
    text-align: center;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.esplore-modal-autores {
    margin: 14px 0;
}

.esplore-modal-autores strong {
    display: block;
    font-size: .82rem;
    color: #94a3b8;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

/* Badge de formato no card */
.esplore-formato-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(139,92,246,.22);
    border: 1px solid rgba(167,139,250,.35);
    color: #c4b5fd;
    font-size: .72rem;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 4px;
}

/* Tempo de leitura no card */
.esplore-tempo-leitura {
    display: inline-block;
    font-size: .72rem;
    color: #94a3b8;
}

.esplore-card-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    margin-top: 6px;
}

/* Modal de autor */
.esplore-modal-autor-card {
    width: min(560px, 96vw);
    max-height: 80vh;
    padding: 0;
    overflow: hidden;
}

.esplore-autor-modal-header {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 28px 28px 20px;
    background: linear-gradient(135deg, rgba(37,99,235,.18), rgba(7,17,31,1) 60%);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.esplore-autor-modal-foto {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(99,179,237,.55);
    flex-shrink: 0;
}

.esplore-autor-modal-ini {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(59,130,246,.28);
    border: 3px solid rgba(99,179,237,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: #93c5fd;
    flex-shrink: 0;
}

.esplore-autor-modal-header h2 {
    font-size: 1.5rem;
    margin: 0 0 12px;
    line-height: 1.1;
}

.esplore-btn-sm {
    font-size: .82rem;
    padding: 7px 16px;
}

.esplore-autor-modal-desc {
    padding: 20px 28px 28px;
    color: #cbd5e1;
    font-size: .96rem;
    line-height: 1.65;
    overflow-y: auto;
    max-height: 240px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
    }
}
.header-content {
    display: none;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0;
    padding-left: 0;
}
/* ================================================================
   v0.4.1 — Layout shell com sidenav + página do autor
   ================================================================ */

/* --- Layout shell ------------------------------------------------ */
.esplore-layout-shell {
  display: flex;
  min-height: 100vh;
  position: relative;
}

.esplore-main-content {
  flex: 1;
  min-width: 0;
  transition: margin-left 0.28s ease;
}

/* --- Sidenav ---------------------------------------------------- */
.esplore-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 900;
  width: 56px;                   /* colapsado: só ícones */
  background: #020d1c;
  border-right: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: width 0.28s cubic-bezier(.4,0,.2,1);
}

.esplore-sidenav.is-expanded {
  width: 240px;
}

/* Desloca conteúdo principal */
.has-sidenav .esplore-main-content {
  margin-left: 56px;
  transition: margin-left 0.28s cubic-bezier(.4,0,.2,1);
}
.has-sidenav .esplore-sidenav.is-expanded ~ .esplore-main-content,
.has-sidenav:has(.esplore-sidenav.is-expanded) .esplore-main-content {
  margin-left: 240px;
}

/* Burger */
.esplore-sidenav-burger {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.15s;
}
.esplore-sidenav-burger:hover {
  background: rgba(255,255,255,.07);
}

.esplore-burger-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 22px;
}
.esplore-burger-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background: #94a3b8;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s, width 0.2s;
}
.esplore-sidenav.is-expanded .esplore-burger-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.esplore-sidenav.is-expanded .esplore-burger-icon span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.esplore-sidenav.is-expanded .esplore-burger-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Conteúdo do sidenav (módulo Joomla) */
.esplore-sidenav-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.15) transparent;
}

/* Estilos para o módulo de menu dentro do sidenav */
.esplore-sidenav-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.esplore-sidenav-content li {
  margin: 0;
}

.esplore-sidenav-content a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 16px;
  color: #94a3b8;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  font-size: .9rem;
  font-weight: 500;
  border-radius: 10px;
  transition: background 0.15s, color 0.15s;
}

.esplore-sidenav-content a:hover,
.esplore-sidenav-content a.active,
.esplore-sidenav-content li.active > a {
  background: rgba(59,130,246,.18);
  color: #93c5fd;
}

/* Ícones do menu (span.icon-*) */
.esplore-sidenav-content .menu-icon,
.esplore-sidenav-content [class*="icon-"],
.esplore-sidenav-content .fa {
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  font-size: 1rem;
}

/* Texto do item de menu — oculto quando colapsado */
.esplore-sidenav-content .menu-title,
.esplore-sidenav-content a > span:last-child {
  opacity: 1;
  transition: opacity 0.18s;
}
.esplore-sidenav:not(.is-expanded) .esplore-sidenav-content .menu-title,
.esplore-sidenav:not(.is-expanded) .esplore-sidenav-content a > span:last-child {
  opacity: 0;
  pointer-events: none;
}

/* Tooltip ao passar o mouse quando colapsado */
.esplore-sidenav:not(.is-expanded) .esplore-sidenav-content a {
  position: relative;
}
.esplore-sidenav:not(.is-expanded) .esplore-sidenav-content a:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: #1e293b;
  color: #e2e8f0;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: .82rem;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.12);
  z-index: 9999;
}

/* Mobile: sidenav como drawer por cima */
@media (max-width: 900px) {
  .esplore-sidenav {
    transform: translateX(-100%);
    width: 240px;
    transition: transform 0.28s cubic-bezier(.4,0,.2,1);
  }
  .esplore-sidenav.is-expanded {
    transform: translateX(0);
    box-shadow: 4px 0 32px rgba(0,0,0,.6);
  }
  .has-sidenav .esplore-main-content,
  .has-sidenav:has(.esplore-sidenav.is-expanded) .esplore-main-content {
    margin-left: 0 !important;
  }
  .esplore-sidenav-burger {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 901;
    background: rgba(2,13,28,.85);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(8px);
  }
}

/* --- Página do autor --------------------------------------------- */
.esplore-autor-page-header {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 48px 32px 32px;
  background: linear-gradient(135deg, rgba(37,99,235,.2), rgba(2,6,23,1) 60%);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.esplore-autor-page-foto {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(99,179,237,.55);
  flex-shrink: 0;
}

.esplore-autor-page-ini {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(59,130,246,.28);
  border: 3px solid rgba(99,179,237,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: #93c5fd;
  flex-shrink: 0;
}

.esplore-autor-page-info h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin: 0 0 12px;
  line-height: 1.1;
  color: #f1f5f9;
}

.esplore-autor-page-desc {
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.65;
  max-width: 700px;
}

.esplore-autor-page-items {
  padding: 32px;
}

.esplore-autor-page-items h2 {
  font-size: 1.1rem;
  color: #64748b;
  margin: 0 0 20px;
  font-weight: 600;
}

.esplore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(230px, 18.6vw, 292px), 1fr));
  gap: 20px;
}

.esplore-grid .esplore-content-card {
  flex-basis: auto;
  width: auto;
}

@media (max-width: 700px) {
  .esplore-autor-page-header {
    flex-direction: column;
    padding: 32px 20px 24px;
  }
  .esplore-autor-page-items {
    padding: 20px;
  }
  .esplore-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
  }
}

/* ================================================================
   v0.4.4 — Sidenav subitens accordion
   ================================================================ */

/* Seta indicadora de submenu */
.esplore-sub-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.22s ease;
  opacity: 0.6;
}
.esplore-sub-arrow::after {
  content: '›';
  font-size: 1.1rem;
  line-height: 1;
  color: currentColor;
  display: block;
  transition: transform 0.22s ease;
}
.esplore-sidenav:not(.is-expanded) .esplore-sub-arrow {
  display: none;
}
li.esplore-sub-open > a .esplore-sub-arrow::after {
  transform: rotate(90deg);
}

/* Submenu list */
.esplore-sidenav-content .mod-menu__sub,
.esplore-sidenav-content li.parent > ul,
.esplore-sidenav-content li.deeper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
  background: rgba(0,0,0,.18);
  border-radius: 0 0 10px 10px;
}

/* Itens do submenu */
.esplore-sidenav-content .mod-menu__sub a,
.esplore-sidenav-content li.parent > ul a,
.esplore-sidenav-content li.deeper > ul a {
  padding: 9px 16px 9px 36px;
  font-size: .83rem;
  color: #64748b;
  border-radius: 8px;
  margin: 1px 6px;
  transition: background 0.15s, color 0.15s;
}

.esplore-sidenav-content .mod-menu__sub a:hover,
.esplore-sidenav-content li.parent > ul a:hover,
.esplore-sidenav-content li.parent > ul li.active > a,
.esplore-sidenav-content li.parent > ul li.current > a {
  background: rgba(59,130,246,.12);
  color: #7dd3fc;
}

/* Item pai com submenu aberto — destaque sutil */
.esplore-sidenav-content li.esplore-sub-open > a {
  background: rgba(59,130,246,.14);
  color: #93c5fd;
  border-radius: 10px 10px 0 0;
}

/* Ocultar texto dos subitens quando colapsado */
.esplore-sidenav:not(.is-expanded) .esplore-sidenav-content .mod-menu__sub,
.esplore-sidenav:not(.is-expanded) .esplore-sidenav-content li.parent > ul {
  display: none;
}

/* ================================================================
   v0.4.53 — Cards clean com hover estilo streaming
   ================================================================ */
.esplore-row {
  margin-bottom: 44px;
}

.esplore-row-header {
  margin-bottom: 12px;
}

.esplore-row-header h2 {
  font-size: clamp(1.12rem, 1.8vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0;
}

.esplore-row-header span {
  opacity: 0;
  pointer-events: none;
}

.esplore-carousel {
  gap: 14px;
  padding-top: 8px;
  padding-bottom: 34px;
}

.esplore-content-card {
  flex-basis: clamp(240px, 20vw, 340px);
  width: clamp(240px, 20vw, 340px);
  transform-origin: center center;
}

.esplore-card-primary-hit {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
}

.esplore-grid {
  grid-template-columns: repeat(auto-fill, minmax(clamp(240px, 20vw, 340px), 1fr));
}

.esplore-thumb {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #10141d;
  box-shadow: none;
  overflow: hidden;
}

.esplore-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(2,6,23,0) 34%, rgba(2,6,23,.88) 100%);
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}

.esplore-thumb img {
  transform: scale(1);
  transition: transform .22s ease, filter .22s ease;
}

.esplore-card-link:hover .esplore-thumb img,
.esplore-content-card:hover .esplore-thumb img,
.esplore-content-card:focus-within .esplore-thumb img {
  transform: scale(1.035);
  filter: brightness(.76);
}

.esplore-content-card:hover,
.esplore-content-card:focus-within {
  z-index: 30;
  filter: none;
  transform: translateY(-2px);
}

.esplore-content-card:hover .esplore-thumb,
.esplore-content-card:focus-within .esplore-thumb {
  box-shadow: 0 20px 54px rgba(0,0,0,.62);
}

.esplore-content-card:hover .esplore-thumb::after,
.esplore-content-card:focus-within .esplore-thumb::after {
  opacity: 1;
}

.esplore-fav {
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(12,16,24,.78);
  border: 1px solid rgba(255,255,255,.36);
  color: #fff;
  opacity: 0;
  transform: scale(.92);
  transition: opacity .18s ease, transform .18s ease, background .18s ease, border-color .18s ease;
}

.esplore-content-card:hover .esplore-fav,
.esplore-content-card:focus-within .esplore-fav {
  opacity: 1;
  transform: scale(1);
}

.esplore-fav:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.58);
}

.esplore-fav.is-active {
  color: #fff;
  background: rgba(225,29,72,.82);
  border-color: rgba(255,255,255,.44);
}

.esplore-card-hover {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  display: grid;
  gap: 10px;
  padding: 48px 14px 14px;
  background: linear-gradient(180deg, rgba(2,6,23,0), rgba(2,6,23,.92) 42%, rgba(2,6,23,.98));
  opacity: 0;
  transform: translateY(8px);
}

.esplore-content-card:hover .esplore-card-hover,
.esplore-content-card:focus-within .esplore-card-hover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.esplore-card-hover-info {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.esplore-card-hover-info h3 {
  margin: 0;
  color: #fff;
  font-size: .98rem;
  line-height: 1.18;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.esplore-card-hover-actions {
  display: flex;
  gap: 8px;
}

.esplore-card-action {
  border-radius: 6px;
  padding: 9px 10px;
  font-size: .82rem;
  box-shadow: none;
}

.esplore-card-action.is-secondary {
  background: rgba(255,255,255,.12);
}

.esplore-card-meta {
  gap: 8px;
  align-items: flex-start;
  font-size: .75rem;
}

.esplore-card-details {
  gap: 6px 10px;
  margin-top: 0;
}

.esplore-tempo-leitura {
  font-size: .72rem;
}

.esplore-rating {
  font-size: .75rem;
}

.esplore-formato-badge {
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.20);
  color: #e5e7eb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.esplore-card-autores {
  margin-top: 0;
  gap: 6px;
}

.esplore-card-hover .esplore-card-autores {
  max-height: 42px;
  overflow: hidden;
}

.esplore-card-hover .esplore-autor-avatar {
  min-height: 32px;
  border-radius: 8px;
  padding: 4px 7px;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
}

.esplore-card-hover .esplore-autor-avatar-media {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}

.esplore-card-hover .esplore-autor-avatar-name {
  color: #f8fafc;
  font-size: .72rem;
}

.esplore-mini-badge {
  top: 10px;
  bottom: auto;
  right: 10px;
  z-index: 4;
  border-radius: 4px;
  background: rgba(15,23,42,.74);
  backdrop-filter: blur(8px);
  opacity: .9;
}

.esplore-mini-badge-left {
  left: 10px;
  right: auto;
}

.esplore-watch-progress {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  z-index: 6;
  display: grid;
  gap: 5px;
  pointer-events: none;
}

.esplore-card-progress {
  height: 4px;
  margin: 0;
  background: rgba(255,255,255,.34);
}

.esplore-card-progress span {
  background: #e50914;
}

.esplore-started-label {
  color: #f8fafc;
  font-size: .72rem;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(0,0,0,.8);
}

.esplore-content-card.is-continue-card .esplore-thumb::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  z-index: 3;
  background: linear-gradient(180deg, rgba(2,6,23,0), rgba(2,6,23,.78));
  pointer-events: none;
}

.esplore-content-card.is-continue-card:hover .esplore-watch-progress,
.esplore-content-card.is-continue-card:focus-within .esplore-watch-progress {
  opacity: .25;
}

/* ================================================================
   v0.4.54 — Planos de assinatura
   ================================================================ */
.esplore-plan-logo {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  max-width: 92px;
  max-height: 28px;
  padding: 4px 6px;
  border-radius: 5px;
  background: rgba(0,0,0,.58);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.esplore-plan-logo img {
  display: block;
  max-width: 80px;
  max-height: 20px;
  object-fit: contain;
}

.esplore-content-card.is-continue-card .esplore-plan-logo {
  bottom: 28px;
}

.esplore-plan-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  max-width: calc(100% - 20px);
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--plan-color, #0ea5e9);
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(0,0,0,.35);
}

.esplore-card-action.is-contract,
.esplore-btn.is-contract {
  background: #fff;
  color: #020617;
}

.esplore-modal-body > .esplore-plan-logo,
.esplore-content-hero-inner > .esplore-content-plan-logo {
  position: static;
  width: fit-content;
  margin-bottom: 10px;
}

.esplore-modal-body > .esplore-plan-logo img,
.esplore-content-plan-logo img {
  max-width: 120px;
  max-height: 34px;
  object-fit: contain;
}

.esplore-modal-body > .esplore-plan-badge,
.esplore-content-hero-inner > .esplore-plan-badge {
  position: static;
  width: fit-content;
  margin-bottom: 10px;
}

.esplore-plan-gate {
  display: grid;
  grid-template-columns: minmax(130px, 220px) 1fr;
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(15,23,42,.96), rgba(2,6,23,.98));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}

.esplore-plan-gate-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  border-radius: 8px;
  background: rgba(255,255,255,.07);
}

.esplore-plan-gate-logo {
  max-width: 150px;
  max-height: 72px;
  object-fit: contain;
}

.esplore-plan-gate-body {
  display: grid;
  gap: 14px;
}

.esplore-plan-gate-body h2,
.esplore-plan-hero h1,
.esplore-plan-section h2 {
  margin: 0;
  letter-spacing: 0;
}

.esplore-plan-gate-body p,
.esplore-plan-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(226,232,240,.86);
  line-height: 1.6;
}

.esplore-plan-gate-body ul,
.esplore-plan-benefits {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.esplore-plan-gate-body li,
.esplore-plan-benefits li {
  position: relative;
  padding-left: 20px;
  color: rgba(241,245,249,.92);
}

.esplore-plan-gate-body li::before,
.esplore-plan-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}

.esplore-plan-page {
  min-height: 100vh;
  padding: clamp(24px, 5vw, 72px);
  color: #f8fafc;
  background: #020617;
}

.esplore-plan-hero,
.esplore-plan-section {
  max-width: 980px;
  margin: 0 auto;
}

.esplore-plan-hero {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 5vw, 56px) 0 34px;
}

.esplore-plan-hero-logo {
  max-width: 170px;
  max-height: 78px;
  object-fit: contain;
}

.esplore-plan-eyebrow {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: #bfdbfe;
  background: rgba(59,130,246,.16);
  border: 1px solid rgba(147,197,253,.25);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.esplore-plan-section {
  display: grid;
  gap: 18px;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

.esplore-plan-conditions {
  color: rgba(226,232,240,.9);
  line-height: 1.7;
}

.esplore-plan-conditions :first-child {
  margin-top: 0;
}

.esplore-plan-conditions :last-child {
  margin-bottom: 0;
}

/* ================================================================
   v0.4.56 — Transição hero/filtros mais limpa
   ================================================================ */
.esplore-main-content {
  background:
    radial-gradient(circle at 50% -20%, rgba(59,130,246,.08), transparent 34rem),
    var(--esc-bg);
}

.esplore-hero {
  min-height: clamp(360px, 36vw, 560px);
}

.esplore-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2,6,23,.34), rgba(2,6,23,.04) 58%, rgba(2,6,23,.18)),
    linear-gradient(180deg, rgba(2,6,23,.04) 0%, rgba(2,6,23,.12) 52%, rgba(2,6,23,.72) 100%);
}

.esplore-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  height: clamp(90px, 14vw, 190px);
  background: linear-gradient(180deg, rgba(7,11,19,0), rgba(7,11,19,.88) 58%, var(--esc-bg));
  pointer-events: none;
}

.esplore-hero-content,
.esplore-user-greeting,
.esplore-hero-dots {
  z-index: 3;
}

.esplore-main-content:has(.esplore-hero) > .esplore-catalog-wrap {
  margin-top: -58px;
  padding-top: 82px;
}

.esplore-catalog-wrap {
  position: relative;
  z-index: 4;
  padding-left: clamp(20px, 3.6vw, 44px);
  padding-right: clamp(20px, 3.6vw, 44px);
  background: linear-gradient(180deg, rgba(7,11,19,0), var(--esc-bg) 74px);
}

.esplore-filters {
  grid-template-columns: minmax(280px, 1.65fr) repeat(3, minmax(180px, .82fr));
  align-items: center;
  gap: 10px;
  margin: 0 0 34px;
  max-width: 1480px;
}

.esplore-filters input,
.esplore-filters select,
.esplore-filter-combo-trigger {
  min-height: 44px;
  border-radius: 10px;
  border-color: rgba(148,163,184,.20);
  background: rgba(10,16,30,.72);
  color: rgba(248,250,252,.92);
  font-size: .92rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}

.esplore-filters input,
.esplore-filters select {
  padding: 11px 14px;
}

.esplore-filter-combo-trigger {
  padding: 11px 38px 11px 14px;
}

.esplore-filter-combo-trigger::after {
  width: 8px;
  height: 8px;
  right: 16px;
  top: 15px;
  border-color: rgba(226,232,240,.72);
}

.esplore-filter-combo.is-open .esplore-filter-combo-trigger::after {
  top: 19px;
}

.esplore-filters input:focus,
.esplore-filters select:focus,
.esplore-filter-combo-trigger:focus {
  border-color: rgba(147,197,253,.46);
  box-shadow: 0 0 0 3px rgba(59,130,246,.16), 0 10px 24px rgba(0,0,0,.22);
}

.esplore-filter-combo-panel {
  border-radius: 12px;
  border-color: rgba(148,163,184,.22);
  background: rgba(9,14,26,.98);
  box-shadow: 0 18px 42px rgba(0,0,0,.42);
}

.esplore-row-header h2 {
  font-size: clamp(1.18rem, 1.7vw, 1.62rem);
}

.esplore-hero-compact {
  min-height: clamp(260px, 26vw, 380px);
}

@media (max-width: 900px) {
  .esplore-content-card {
    flex-basis: clamp(210px, 64vw, 320px);
    width: clamp(210px, 64vw, 320px);
  }

  .esplore-grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }

  .esplore-card-hover {
    display: none;
  }

  .esplore-fav {
    opacity: 0;
  }

  .esplore-plan-logo {
    max-width: 82px;
  }

  .esplore-plan-gate {
    grid-template-columns: 1fr;
  }

  .esplore-main-content:has(.esplore-hero) > .esplore-catalog-wrap {
    margin-top: -36px;
    padding-top: 56px;
  }

  .esplore-filters {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
