:root {
    --bg: #070a12;
    --panel: #0b1220;
    --panel2: #0f172a;
    --text: #e5e7eb;
    --muted: #9ca3af;
    --line: #1f2937;
    --brand: #38bdf8;
    --brand2: #a78bfa;
    --ok: #34d399;
    --warn: #fbbf24;
    --gradient-brand: linear-gradient(135deg, var(--brand), var(--brand2));
    --gradient-dark: linear-gradient(180deg, var(--bg), #050612);
    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.5);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.3);
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.2);
    --hdr-bg-primary: rgba(15, 25, 35, 0.72);
    --hdr-bg-solid: rgba(15, 25, 35, 0.92);
    --hdr-bg-secondary: rgba(30, 40, 50, 0.92);
    --hdr-accent-cyan: #00e5ff;
    --hdr-accent-gold: #ffd700;
    --hdr-border: rgba(139, 69, 19, 0.35);
    --hdr-shadow: 0 4px 20px rgba(0, 0, 0, .30);
    --hdr-glow: 0 0 15px rgba(0, 229, 255, .35);
    --hdr-glow-gold: 0 0 15px rgba(255, 215, 0, .35)
}

*,
body {
    margin: 0
}

.nav a,
.search input {
    transition: .3s;
    font-size: .9rem
}

.logo-sub,
.nav a,
.small {
    color: var(--muted)
}

.post-excerpt,
.small {
    line-height: 1.5
}

.badge:hover,
.btn:hover,
.nav a:hover {
    transform: translateY(-1px)
}

.empty-state,
.text-center {
    text-align: center
}

.character-name,
.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis
}

.btn,
.category-card,
.element-badge-link,
.featured-character-button,
.logo,
.mega a,
.nav a,
.other-category-card,
.related-character-card,
.related-post-card,
a {
    text-decoration: none
}



* {
    box-sizing: border-box;
    padding: 0
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: radial-gradient(circle at 20% -10%, rgba(56, 189, 248, .15), transparent 40%), radial-gradient(circle at 80% 0, rgba(167, 139, 250, .12), transparent 40%), var(--gradient-dark);
    color: var(--text);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 150px;
    transition: padding-top .3s
}

body.hdr-shrink {
    padding-top: 80px
}

.logo-image {
    padding: 0;
    background: 0 0 !important;
    box-shadow: none !important
}

[id^="el-"] {
  scroll-margin-top: 170px; /* 150 do header + folga */
}

.brand-img {
    height: 100px;
    width: auto;
    display: block;
    object-fit: contain;
    transition: height .3s, transform .3s
}

.skylanders-header.shrink .brand-img,
.skylanders-header.shrink .brand-logo {
    height: 60px
}

.skylanders-header .container {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

a {
    color: inherit;
    transition: .2s
}

.container {
    width: min(1200px, 95vw);
    margin: 0 auto;
    padding: 0 20px
}

.topbar {
    border-bottom: 1px solid rgba(56, 189, 248, .1);
    background: linear-gradient(180deg, rgba(7, 10, 18, .95) 0, rgba(7, 10, 18, .85) 100%);
    backdrop-filter: blur(15px) saturate(180%);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1)
}

.logo-badge,
.logo-title {
    background: var(--gradient-brand)
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    flex-wrap: wrap
}

.logo,
.nav {
    align-items: center;
    display: flex
}

.logo {
    gap: 10px;
    flex-shrink: 0
}

.logo-badge {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(56, 189, 248, .4)
}

.logo-title {
    font-weight: 900;
    letter-spacing: .3px;
    font-size: 1.2rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.logo-sub {
    font-size: 11px;
    letter-spacing: .2px
}

.nav {
    gap: 6px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    max-width: 500px
}

.btn,
.search {
    align-items: center
}

.nav a {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 500;
    white-space: nowrap
}

.btn,
.search input {
    border-radius: 10px
}

.nav a:hover {
    border-color: rgba(56, 189, 248, .3);
    background: linear-gradient(135deg, rgba(56, 189, 248, .1), rgba(167, 139, 250, .05));
    color: var(--text)
}

.search {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-shrink: 0
}

.card-link,
.mega a,
.mega.open {
    display: block
}

.search input {
    width: 180px;
    padding: 10px 14px;
    border: 1px solid rgba(56, 189, 248, .2);
    background: rgba(11, 18, 32, .8);
    color: var(--text);
    backdrop-filter: blur(10px)
}

.search input:focus {
    outline: 0;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, .2);
    background: rgba(11, 18, 32, .9);
    width: 200px
}

.btn:hover,
.mega a:hover {
    border-color: rgba(56, 189, 248, .5);
    box-shadow: var(--shadow-sm)
}

.search input::placeholder {
    color: rgba(156, 163, 175, .6);
    font-size: .9rem
}

.small {
    font-size: 12px
}

.footer-links a:hover,
.mega .t,
.mega-btn:hover,
.post-title,
article h3,
article li,
article p {
    color: var(--text)
}

.featured-post-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, .6), rgba(11, 18, 32, .4)) !important;
    border: 2px solid rgba(56, 189, 248, .25) !important;
    padding: 0 !important;
    overflow: hidden
}

.featured-post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 280px
}

.featured-post-image {
    background: linear-gradient(135deg, rgba(56, 189, 248, .15), rgba(167, 139, 250, .15));
    position: relative;
    overflow: hidden
}

.featured-post-img,
.small-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.featured-post-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 48px;
    opacity: .7
}

.featured-post-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(15, 23, 42, .9);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(56, 189, 248, .3)
}

.featured-post-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.featured-post-title {
    font-size: 1.4rem;
    margin-bottom: 12px;
    line-height: 1.3;
    font-weight: 900;
    color: var(--text)
}

.featured-post-excerpt {
    margin-bottom: 16px;
    font-size: .95rem;
    opacity: .9;
    line-height: 1.5;
    color: var(--muted)
}

.featured-post-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto
}

.btn,
.mega-btn {
    display: inline-flex;
    gap: 6px;
    cursor: pointer;
    font-size: .9rem;
    transition: .3s
}

.post-title {
    font-weight: 900;
    margin-bottom: 6px
}

.btn-ghost,
.footer-links a,
.mega-btn,
.post-excerpt {
    color: var(--muted)
}

.footer-title {
    font-weight: 900;
    margin-bottom: 10px
}

.footer-links a {
    display: block;
    margin: 6px 0
}

.btn {
    padding: 10px 16px;
    border: 1px solid rgba(56, 189, 248, .3);
    background: linear-gradient(135deg, rgba(56, 189, 248, .15), rgba(167, 139, 250, .1));
    font-weight: 600
}

.kpi,
.mega-btn {
    align-items: center
}

.card:hover,
.mega-btn:hover {
    border-color: rgba(56, 189, 248, .3)
}

.btn-ghost {
    border-color: var(--line);
    background: rgba(15, 23, 42, .6);
    padding: 10px 14px
}

.character-image-container,
.mega-menu-container,
.mega-wrap {
    position: relative
}

.mega-btn {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid transparent;
    user-select: none;
    font-weight: 500;
    background: rgba(15, 23, 42, .4)
}

.card,
.mega {
    padding: 20px
}

.h1,
.kpi b {
    font-weight: 900;
    -webkit-text-fill-color: transparent
}

.mega-btn:hover {
    background: rgba(56, 189, 248, .1)
}

.mega {
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    width: min(700px, 90vw);
    background: rgba(17, 24, 39, .98);
    border: 1px solid rgba(56, 189, 248, .2);
    border-radius: 16px;
    display: none;
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(20px);
    z-index: 1000
}

.card,
.catalog-badge-pill,
footer {
    backdrop-filter: blur(10px)
}

.mega.open {
    animation: .3s fadeIn
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.mega a {
    border: 1px solid rgba(31, 41, 55, .6);
    border-radius: 14px;
    padding: 16px;
    background: linear-gradient(135deg, rgba(15, 23, 42, .6), rgba(11, 18, 32, .4));
    transition: .3s
}

.mega a:hover {
    transform: translateY(-2px)
}

.mega .t {
    font-weight: 700;
    font-size: .95rem;
    margin-bottom: 4px
}

.kpi span,
.mega .d,
.p,
.pill {
    color: var(--muted)
}

.mega .d {
    font-size: 12px;
    line-height: 1.4
}

main {
    padding: 30px 0 50px;
    min-height: 70vh
}

.card {
    background: linear-gradient(135deg, rgba(17, 24, 39, .7), rgba(11, 18, 32, .5));
    border: 1px solid rgba(56, 189, 248, .15);
    border-radius: 18px;
    transition: .3s
}

.card:hover {
    box-shadow: var(--shadow-md)
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px
}

.col-12 {
    grid-column: span 12
}

.col-8 {
    grid-column: span 8
}

.col-6 {
    grid-column: span 6
}

.col-4 {
    grid-column: span 4
}

.col-3 {
    grid-column: span 3
}

.h1 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.1;
    margin: 0 0 16px;
    background: linear-gradient(135deg, #e5e7eb, #9ca3af);
    -webkit-background-clip: text;
    background-clip: text
}

.p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6
}

.pill {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(56, 189, 248, .3);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .3px;
    background: rgba(56, 189, 248, .1);
    transition: .3s
}

.hero-compact {
    padding: 30px;
    margin-bottom: 30px;
    background: linear-gradient(135deg, rgba(17, 24, 39, .8), rgba(11, 18, 32, .6));
    border: 1px solid rgba(56, 189, 248, .2);
    border-radius: 20px
}

.kpi {
    display: flex;
    justify-content: space-between
}

.kpi b {
    font-size: 2rem;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    background-clip: text
}

.kpi span {
    font-size: 13px;
    font-weight: 500
}

.badge[data-el=Water] {
    border-color: rgba(56, 189, 248, .35);
    background: rgba(56, 189, 248, .15);
    color: #38bdf8
}

.badge[data-el=Magic] {
    border-color: rgba(167, 139, 250, .35);
    background: rgba(167, 139, 250, .15);
    color: #a78bfa
}

.badge[data-el=Tech] {
    border-color: rgba(251, 191, 36, .35);
    background: rgba(251, 191, 36, .15);
    color: #fbbf24
}

.badge[data-el=Fire] {
    border-color: rgba(248, 113, 113, .35);
    background: rgba(248, 113, 113, .15);
    color: #f87171
}

.badge[data-el=Air] {
    border-color: rgba(209, 213, 219, .35);
    background: rgba(209, 213, 219, .15);
    color: #d1d5db
}

.badge[data-el=Earth] {
    border-color: rgba(110, 231, 183, .35);
    background: rgba(110, 231, 183, .15);
    color: #6ee7b7
}

.badge[data-el=Life] {
    border-color: rgba(52, 211, 153, .35);
    background: rgba(52, 211, 153, .15);
    color: #34d399
}

.badge[data-el=Undead] {
    border-color: rgba(147, 197, 253, .35);
    background: rgba(147, 197, 253, .15);
    color: #93c5fd
}

.badge[data-el=Light] {
    border-color: rgba(250, 204, 21, .35);
    background: rgba(250, 204, 21, .15);
    color: #facc15
}

.badge[data-el=Dark] {
    border-color: rgba(192, 132, 252, .35);
    background: rgba(192, 132, 252, .15);
    color: #c084fc
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid;
    transition: .3s
}

.badge:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

article h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 1.5em 0 .8em
}

article p {
    margin: 1em 0;
    line-height: 1.7
}

article strong {
    color: var(--brand);
    font-weight: 700
}

article ul {
    margin: 1em 0;
    padding-left: 1.5em
}

article li {
    margin: .5em 0
}

footer {
    margin-top: 50px;
    border-top: 1px solid rgba(56, 189, 248, .1);
    background: linear-gradient(180deg, rgba(7, 10, 18, .8) 0, rgba(7, 10, 18, .95) 100%)
}

.footer-inner {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px
}

@media (max-width:1024px) {
    body {
        padding-top: 60px
    }

    main {
        padding-top: 30px !important;
        padding: 30px 0 50px;
        min-height: 60vh
    }

    .skylanders-header .container {
        height: 100%;
        display: flex;
        justify-content: center;
    }

    [id^="el-"] {
        scroll-margin-top: 60px;
    }

    .desktop-nav,
    .logo-sub,
    .nav {
        display: none !important
    }

    .mobile-menu-toggle {
        margin: 0px;
        display: flex !important;
        z-index: 3 !important
    }

    .mobile-menu-toggle i {
        font-size: 1.6rem;
        color: var(--hdr-accent-cyan);
        filter: drop-shadow(0 0 6px rgba(0, 229, 255, .5))
    }

    .skylanders-header,
    .skylanders-header.shrink {
        height: 60px !important
    }

    .brand-img,
    .brand-logo {
        height: 40px !important;
        width: auto !important
    }

    .header-container {
        position: relative !important
    }

    .brand-logo {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        z-index: 2 !important;
        pointer-events: none;
    }

    .brand-logo a,
    .brand-logo img {
        pointer-events: auto
    }

    .brand-img {
        display: block;
        object-fit: contain
    }

    .mega-menu-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 25px
    }

    .featured-post-grid {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .featured-post-image {
        height: 200px
    }

    .categories-grid .col-3 {
        grid-column: span 6
    }

    .logo-placeholder {
        padding: 6px 8px
    }
}

.category-hero,
.post-hero {
    margin-bottom: 30px;
    background: linear-gradient(135deg, rgba(17, 24, 39, .8), rgba(11, 18, 32, .6)) !important;
    border: 1px solid rgba(56, 189, 248, .2) !important;
    position: relative;
    overflow: hidden
}

.category-hero-decoration {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(56, 189, 248, .08) 0, transparent 70%);
    z-index: 0
}

.category-hero-content,
.post-hero-content {
    position: relative;
    z-index: 1
}

.category-hero-pill {
    background: rgba(56, 189, 248, .15);
    border-color: rgba(56, 189, 248, .3);
    color: var(--brand);
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.category-hero-title {
    margin-bottom: 8px
}

.category-hero-subtitle,
.character-subtitle,
.characters-subtitle,
.hero-subtitle,
.portal-master-subtitle,
.post-subtitle {
    font-size: 1.8rem;
    opacity: .9
}

.category-hero-description,
.character-description,
.portal-master-description {
    max-width: 1000px
}

.category-stats {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap
}

.category-stat-pill {
    background: rgba(167, 139, 250, .1);
    border-color: rgba(167, 139, 250, .2);
    color: var(--brand2);
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.category-stat-pill-green,
.meta-pill-brand {
    background: rgba(110, 231, 183, .1);
    border-color: rgba(110, 231, 183, .2);
    color: #34d399
}

.catalog-card,
.character-card {
    text-decoration: none;
    padding: 0 !important;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(15, 23, 42, .4), rgba(11, 18, 32, .3)) !important;
    border: 1px solid rgba(56, 189, 248, .15) !important;
    transition: .3s
}

.catalog-card:hover,
.character-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .4)
}

.catalog-thumbnail {
    position: relative;
    overflow: hidden;
    height: 160px
}

.catalog-thumbnail img,
.character-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.catalog-thumbnail img:hover,
.character-image:hover,
.element-badge-link:hover,
.featured-character-img:hover {
    transform: scale(1.05)
}

.catalog-badge {
    position: absolute;
    top: 12px;
    left: 12px
}

.catalog-badge-pill {
    background: rgba(7, 10, 18, .7);
    font-size: 11px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 4px
}

.catalog-thumbnail-placeholder {
    height: 160px;
    background: linear-gradient(135deg, rgba(56, 189, 248, .1), rgba(167, 139, 250, .1));
    display: grid;
    place-items: center;
    border-bottom: 1px solid rgba(56, 189, 248, .1)
}

.catalog-placeholder-icon {
    font-size: 40px;
    margin-bottom: 8px
}

.catalog-content,
.portal-master-section {
    padding: 20px
}

.catalog-category-pill {
    background: rgba(56, 189, 248, .1);
    border-color: rgba(56, 189, 248, .2);
    color: var(--brand);
    font-size: 11px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px
}

.catalog-excerpt,
.catalog-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.catalog-title {
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--text);
    line-height: 1.3;
    -webkit-line-clamp: 2;
    height: 2.6em
}

.catalog-excerpt {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
    -webkit-line-clamp: 3;
    height: 4.5em
}

.catalog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid rgba(56, 189, 248, .1)
}

.catalog-date,
.category-description,
.related-character-description {
    font-size: 11px;
    color: var(--muted)
}

.catalog-date span {
    display: flex;
    align-items: center;
    gap: 4px
}

.catalog-read-pill {
    font-size: 11px;
    padding: 6px 12px;
    background: rgba(56, 189, 248, .1);
    border-color: rgba(56, 189, 248, .2);
    color: var(--brand);
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.empty-state {
    padding: 60px 30px;
    background: linear-gradient(135deg, rgba(15, 23, 42, .4), rgba(11, 18, 32, .3)) !important;
    border: 2px dashed rgba(56, 189, 248, .2) !important;
    margin-bottom: 30px
}

.empty-state-icon {
    font-size: 64px;
    margin-bottom: 20px
}

.empty-state-title,
.no-results-title {
    font-weight: 900;
    font-size: 1.3rem;
    margin-bottom: 12px
}

.empty-state-description,
.no-results-description {
    max-width: 500px;
    margin: 0 auto 24px
}

.empty-state-button,
.filter-submit,
.no-results-button {
    padding: 12px 24px
}

.other-categories,
.pagination-card,
.pagination-container,
.popular-elements-card,
.roadmap-container {
    margin-top: 30px
}

.abilities-subtitle,
.character-image-subtitle,
.character-placeholder-text,
.filters-subtitle,
.header-subtitle,
.lore-subtitle,
.marker-planned,
.pagination-info,
.phase-status,
.phase-status-planned,
.portal-master-photo-subtitle,
.portal-master-placeholder-subtitle,
.powers-description,
.quick-info-description,
.related-characters-subtitle,
.related-posts-subtitle,
.share-subtitle,
.stat-description,
.support-description {
    color: var(--muted)
}

.pagination-nav {
    display: flex;
    gap: 8px;
    align-items: center
}

.abilities-header,
.about-header,
.filters-header,
.lore-header,
.other-categories-header,
.related-characters-header,
.related-posts-header,
.share-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px
}

.other-categories-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(167, 139, 250, .2), rgba(192, 132, 252, .2));
    display: grid;
    place-items: center;
    font-size: 24px;
    border: 1px solid rgba(167, 139, 250, .2)
}

.text-clamp-2,
.text-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.other-categories-title,
.related-posts-title,
.share-title {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 4px
}

.other-categories-subtitle,
.other-category-count,
.portal-master-sub {
    font-size: 12px;
    color: var(--muted)
}

.other-category-card {
    padding: 20px;
    background: linear-gradient(135deg, rgba(15, 23, 42, .3), rgba(11, 18, 32, .2)) !important;
    border: 1px solid rgba(56, 189, 248, .1) !important;
    transition: .3s
}

.category-card:hover,
.other-category-card:hover,
.related-character-card:hover,
.related-post-card:hover {
    border-color: rgba(56, 189, 248, .3) !important;
    transform: translateY(-2px)
}

.other-category-name {
    font-weight: 800;
    margin-bottom: 8px;
    font-size: 1rem
}

.text-clamp-2 {
    -webkit-line-clamp: 2
}

.text-clamp-3 {
    -webkit-line-clamp: 3
}

.portal-master-hero {
    margin-bottom: 24px;
    background: linear-gradient(135deg, rgba(17, 24, 39, .8), rgba(11, 18, 32, .6)) !important
}

.characters-hero-pill,
.portal-master-pill {
    background: rgba(56, 189, 248, .15);
    border-color: rgba(56, 189, 248, .3);
    color: var(--brand);
    margin-bottom: 12px
}

.portal-master-photo-card,
.post-cover-card {
    border: 1px solid rgba(56, 189, 248, .15) !important;
    overflow: hidden
}

.portal-master-photo-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, .4), rgba(11, 18, 32, .3)) !important;
    padding: 0 !important
}

.portal-master-photo-container {
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.portal-master-photo {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid rgba(56, 189, 248, .1)
}

.character-image-overlay,
.portal-master-photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(7, 10, 18, .9));
    padding: 20px
}

.motivation-title,
.phase-title,
.portal-master-photo-title {
    font-weight: 800;
    font-size: 1.1rem
}

.portal-master-photo-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, rgba(56, 189, 248, .1), rgba(167, 139, 250, .1));
    display: grid;
    place-items: center;
    border-radius: 16px;
    border: 2px dashed rgba(56, 189, 248, .2)
}

.portal-master-placeholder-icon {
    font-size: 48px;
    margin-bottom: 10px
}

.character-placeholder-title,
.portal-master-placeholder-title {
    font-weight: 600;
    margin-bottom: 6px
}

.portal-master-section-title {
    font-weight: 800;
    margin-bottom: 8px
}

.contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px
}

.social-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.character-meta-pill,
.meta-game,
.meta-pill,
.meta-pill-date,
.social-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.stats-card,
.support-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, .4), rgba(11, 18, 32, .3)) !important;
    margin-top: 20px
}

.stats-title {
    font-weight: 800;
    margin-bottom: 16px
}

.quick-info-grid,
.stats-grid {
    display: grid;
    gap: 12px
}

.stat-item {
    background: rgba(15, 23, 42, .5);
    border: 1px solid rgba(56, 189, 248, .1);
    border-radius: 12px
}

.quick-info-header,
.stat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px
}

.author-label,
.quick-info-label,
.reading-time-label,
.stat-name {
    font-weight: 600
}

.stat-status {
    background: rgba(34, 197, 94, .15);
    color: #34d399;
    font-size: 10px
}

.stat-status-warning {
    background: rgba(251, 191, 36, .15);
    color: #fbbf24;
    font-size: 10px
}

.header-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 24px;
    border: 1px solid
}

.icon-blue {
    background: linear-gradient(135deg, rgba(56, 189, 248, .2), rgba(167, 139, 250, .2));
    border-color: rgba(56, 189, 248, .2)
}

.icon-green {
    background: linear-gradient(135deg, rgba(110, 231, 183, .2), rgba(52, 211, 153, .2));
    border-color: rgba(110, 231, 183, .2)
}

.icon-yellow {
    background: linear-gradient(135deg, rgba(251, 191, 36, .2), rgba(245, 158, 11, .2));
    border-color: rgba(251, 191, 36, .2)
}

.abilities-title,
.filters-title,
.header-title,
.lore-title,
.related-characters-title {
    font-weight: 900;
    font-size: 1.3rem;
    margin-bottom: 4px
}

.about-content,
.character-detail-hero,
.characters-hero {
    margin-bottom: 24px
}

.about-paragraph {
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 1.7
}

.roadmap-grid,
.stats-grid {
    display: grid;
    gap: 14px
}

.roadmap-phase {
    background: linear-gradient(135deg, rgba(15, 23, 42, .6), rgba(11, 18, 32, .4));
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden
}

.phase-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px
}

.phase-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 18px
}

.icon-completed {
    background: rgba(56, 189, 248, .15);
    color: var(--brand)
}

.icon-in-progress {
    background: rgba(167, 139, 250, .15);
    color: var(--brand2)
}

.icon-planned {
    background: rgba(31, 41, 55, .4);
    color: var(--muted)
}

.highlight-icon,
.marker-completed,
.phase-status-completed,
.stats-count-number {
    color: var(--brand)
}

.marker-in-progress,
.phase-status-in-progress {
    color: var(--brand2)
}

.phase-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px
}

.header-actions,
.phase-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.phase-item-marker {
    font-size: 14px
}

.phase-completed {
    border: 1px solid rgba(56, 189, 248, .15)
}

.phase-in-progress {
    border: 2px solid rgba(167, 139, 250, .2)
}

.phase-planned {
    border: 1px solid rgba(31, 41, 55, .6);
    opacity: .8
}

.motivation-box {
    margin-top: 30px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(56, 189, 248, .08), rgba(167, 139, 250, .05));
    border: 1px solid rgba(56, 189, 248, .15);
    border-radius: 16px
}

.motivation-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px
}

.motivation-icon {
    font-size: 24px
}

.motivation-text {
    font-size: .95rem;
    margin: 0
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.support-item {
    background: rgba(15, 23, 42, .5);
    border: 1px solid rgba(56, 189, 248, .1);
    border-radius: 14px;
    padding: 18px
}

.support-title {
    font-weight: 800;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px
}

.support-button {
    width: 100%;
    justify-content: center;
    margin-top: 20px
}

.post-hero-decoration {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(56, 189, 248, .05) 0, transparent 70%);
    z-index: 0
}

.post-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px
}

.meta-catalog,
.meta-pill-home {
    background: rgba(56, 189, 248, .1);
    border-color: rgba(56, 189, 248, .2);
    color: var(--brand)
}

.meta-pill-category {
    background: rgba(167, 139, 250, .1);
    border-color: rgba(167, 139, 250, .2);
    color: var(--brand2)
}

.post-excerpt-large {
    max-width: 800px;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px
}

.post-author-info {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid rgba(56, 189, 248, .1)
}

.author-avatar,
.reading-time-avatar {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center
}

.author-avatar {
    background: linear-gradient(135deg, rgba(56, 189, 248, .2), rgba(167, 139, 250, .2));
    font-size: 16px
}

.author-name,
.game-name,
.post-cover-caption,
.reading-time-value {
    color: var(--muted);
    font-size: 12px
}

.reading-time-avatar {
    background: linear-gradient(135deg, rgba(251, 191, 36, .2), rgba(245, 158, 11, .2));
    font-size: 16px
}

.post-cover-card {
    margin-bottom: 30px;
    padding: 0 !important;
    background: linear-gradient(135deg, rgba(15, 23, 42, .5), rgba(11, 18, 32, .4)) !important;
    border-radius: 20px
}

.post-content-card,
.share-card {
    border: 1px solid rgba(56, 189, 248, .15) !important;
    margin-bottom: 30px
}

.post-cover-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block
}

.post-cover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(7, 10, 18, .9));
    padding: 20px 30px
}

.caption-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 12px
}

.post-content-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, .5), rgba(11, 18, 32, .4)) !important;
    padding: 40px;
    line-height: 1.7;
    font-size: 1.05rem
}

.related-posts-icon,
.share-icon {
    height: 48px;
    font-size: 24px;
    width: 48px;
    place-items: center
}

.share-card {
    background: linear-gradient(135deg, rgba(56, 189, 248, .1), rgba(167, 139, 250, .05)) !important
}

.share-icon {
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(110, 231, 183, .2), rgba(52, 211, 153, .2));
    display: grid;
    border: 1px solid rgba(110, 231, 183, .2)
}

.share-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.share-button {
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.share-twitter {
    background: rgba(29, 161, 242, .1);
    border-color: rgba(29, 161, 242, .3);
    color: #1da1f2
}

.share-facebook {
    background: rgba(24, 119, 242, .1);
    border-color: rgba(24, 119, 242, .3);
    color: #1877f2
}

.share-whatsapp {
    background: rgba(37, 211, 102, .1);
    border-color: rgba(37, 211, 102, .3);
    color: #25d366
}

.related-posts-card {
    margin-bottom: 30px
}

.related-posts-icon {
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(251, 191, 36, .2), rgba(245, 158, 11, .2));
    display: grid;
    border: 1px solid rgba(251, 191, 36, .2)
}

.related-post-excerpt,
.related-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.related-post-card {
    padding: 20px;
    background: linear-gradient(135deg, rgba(15, 23, 42, .4), rgba(11, 18, 32, .3)) !important;
    border: 1px solid rgba(56, 189, 248, .15) !important;
    transition: .3s
}

.related-post-badge {
    background: rgba(56, 189, 248, .1);
    border-color: rgba(56, 189, 248, .2);
    color: var(--brand);
    font-size: 10px;
    padding: 4px 8px;
    margin-bottom: 10px
}

.related-post-title {
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 8px;
    color: var(--text);
    line-height: 1.3;
    height: 2.6em
}

.related-post-excerpt {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
    height: 3em
}

.related-post-footer {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(56, 189, 248, .1);
    text-align: right
}

.related-post-link {
    color: var(--brand);
    font-size: 12px
}

.post-back-button {
    padding: 12px 24px;
    text-align: center
}

.filters-card {
    margin-bottom: 24px;
    background: linear-gradient(135deg, rgba(15, 23, 42, .5), rgba(11, 18, 32, .4)) !important;
    border: 1px solid rgba(56, 189, 248, .15) !important;
    padding: 24px
}

.filters-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(56, 189, 248, .2), rgba(167, 139, 250, .2));
    display: grid;
    place-items: center;
    font-size: 24px;
    border: 1px solid rgba(56, 189, 248, .2)
}

.filter-input,
.filter-select {
    background: rgba(11, 18, 32, .8);
    color: var(--text);
    font-size: .95rem;
    width: 100%
}

.filter-form,
.filter-group {
    margin: 0
}

.filter-grid,
.related-characters-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.filter-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: var(--text);
    font-weight: 500
}

.filter-input {
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(56, 189, 248, .2);
    transition: .3s
}

.filter-input:focus,
.filter-select:focus {
    outline: 0;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, .2)
}

.filter-select {
    padding: 12px 36px 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(56, 189, 248, .2);
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px
}

.filter-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(56, 189, 248, .1)
}

.filter-button {
    padding: 12px 20px
}

.option-water {
    background: rgba(56, 189, 248, .1)
}

.option-fire {
    background: rgba(248, 113, 113, .1)
}

.option-earth {
    background: rgba(110, 231, 183, .1)
}

.option-air {
    background: rgba(209, 213, 219, .1)
}

.option-magic {
    background: rgba(167, 139, 250, .1)
}

.option-tech {
    background: rgba(251, 191, 36, .1)
}

.option-life {
    background: rgba(52, 211, 153, .1)
}

.option-undead {
    background: rgba(147, 197, 253, .1)
}

.categories-section,
.portal-master-card,
.quick-links-card,
.stats-card {
    margin-bottom: 20px
}

.stats-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

.stats-count {
    font-weight: 900;
    font-size: 1.1rem
}

.filtered-badge {
    margin-left: 10px;
    font-size: 10px;
    background: rgba(56, 189, 248, .1);
    border-color: rgba(56, 189, 248, .2);
    color: var(--brand)
}

.stats-message {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted)
}

.character-image-container-index {
    overflow: hidden;
    height: 200px
}

.character-image-container {
    overflow: hidden;
    height: 300px
}

.character-badge-container {
    position: absolute;
    top: 12px;
    right: 12px
}

.character-image-placeholder {
    display: grid;
    place-items: center
}

.character-content {
    padding: 18px
}

.character-name {
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 6px;
    color: var(--text);
    overflow: hidden
}

.character-game {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px
}

.game-icon {
    font-size: 12px;
    color: var(--brand)
}

.character-description {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px
}

.character-no-description {
    color: var(--muted);
    font-size: 12px;
    opacity: .7
}

.character-footer {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(56, 189, 248, .1);
    text-align: center
}

.character-details-button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    padding: 4px 10px;
    background: rgba(56, 189, 248, .1);
    border-color: rgba(56, 189, 248, .2);
    color: var(--brand)
}

.no-results {
    text-align: center;
    padding: 50px 30px;
    background: linear-gradient(135deg, rgba(15, 23, 42, .4), rgba(11, 18, 32, .3)) !important;
    border: 2px dashed rgba(56, 189, 248, .2) !important
}

.no-results-icon {
    font-size: 64px;
    margin-bottom: 16px
}

.pagination-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center
}

.popular-elements-title {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 20px
}

.popular-elements-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.element-badge-link {
    padding: 10px 16px;
    font-size: 13px;
    transition: .3s
}

.text-ellipsis {
    overflow: hidden
}

.character-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.meta-rarity {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(251, 191, 36, .1);
    border-color: rgba(251, 191, 36, .2);
    color: #fbbf24
}

.character-image-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, .5), rgba(11, 18, 32, .4)) !important;
    border: 1px solid rgba(56, 189, 248, .15) !important;
    padding: 0 !important;
    overflow: hidden;
    margin-bottom: 20px
}

.character-image-large {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block
}

.character-image-name {
    font-weight: 800;
    color: var(--text)
}

.character-image-placeholder {
    height: 200px;
    background: linear-gradient(135deg, rgba(56, 189, 248, .1), rgba(167, 139, 250, .1));
    display: grid;
    place-items: center;
    border-bottom: 1px solid rgba(56, 189, 248, .1)
}

.abilities-icon,
.lore-icon {
    height: 50px;
    width: 50px;
    display: grid;
    place-items: center
}

.character-placeholder-icon {
    font-size: 64px;
    margin-bottom: 12px
}

.actions-title,
.quick-info-title {
    font-weight: 800;
    margin-bottom: 16px;
    font-size: 1.1rem
}

.date-pill,
.quick-info-badge,
.rarity-pill {
    font-size: 11px
}

.quick-info-item {
    background: rgba(15, 23, 42, .5);
    border: 1px solid rgba(56, 189, 248, .1);
    border-radius: 12px;
    padding: 14px
}

.rarity-pill {
    background: rgba(251, 191, 36, .15);
    border-color: rgba(251, 191, 36, .3);
    color: #fbbf24
}

.abilities-card,
.actions-card,
.lore-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, .5), rgba(11, 18, 32, .4)) !important
}

.actions-grid {
    display: grid;
    gap: 10px
}

.action-button {
    justify-content: center
}

.abilities-card,
.lore-card {
    border: 1px solid rgba(56, 189, 248, .15) !important;
    margin-bottom: 20px
}

.lore-icon {
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(167, 139, 250, .2), rgba(192, 132, 252, .2));
    font-size: 24px;
    border: 1px solid rgba(167, 139, 250, .2)
}

.lore-content {
    color: var(--text);
    line-height: 1.7;
    font-size: .95rem
}

.lore-empty {
    text-align: center;
    padding: 40px 20px;
    background: rgba(15, 23, 42, .3);
    border-radius: 16px;
    border: 2px dashed rgba(56, 189, 248, .1)
}

.lore-empty-icon {
    font-size: 48px;
    margin-bottom: 16px
}

.lore-empty-title {
    font-weight: 600;
    margin-bottom: 8px
}

.lore-empty-description {
    max-width: 400px;
    margin: 0 auto
}

.abilities-icon {
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(251, 191, 36, .2), rgba(245, 158, 11, .2));
    font-size: 24px;
    border: 1px solid rgba(251, 191, 36, .2)
}

.abilities-grid,
.small-posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
}

.ability-item {
    background: rgba(15, 23, 42, .5);
    border: 1px solid rgba(56, 189, 248, .15);
    border-radius: 14px;
    padding: 16px;
    height: 100%
}

.ability-name {
    font-weight: 800;
    margin-bottom: 6px;
    color: var(--brand)
}

.ability-description {
    font-size: 12px;
    line-height: 1.5;
    color: var(--muted)
}

.powers-container {
    background: rgba(56, 189, 248, .1);
    border: 1px solid rgba(56, 189, 248, .2);
    border-radius: 14px;
    padding: 16px
}

.powers-title {
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--brand)
}

.related-characters-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, .5), rgba(11, 18, 32, .4)) !important;
    border: 1px solid rgba(56, 189, 248, .15) !important
}

.related-characters-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(110, 231, 183, .2), rgba(52, 211, 153, .2));
    display: grid;
    place-items: center;
    font-size: 24px;
    border: 1px solid rgba(110, 231, 183, .2)
}

.related-character-card {
    padding: 16px;
    background: rgba(15, 23, 42, .3);
    border: 1px solid rgba(56, 189, 248, .1);
    border-radius: 14px;
    transition: .3s
}

.related-character-title {
    font-weight: 800;
    margin-bottom: 6px;
    font-size: .9rem
}

.hero-pill {
    background: rgba(56, 189, 248, .15);
    border-color: rgba(56, 189, 248, .3);
    color: var(--brand);
    margin-bottom: 12px;
    display: inline-block
}

.hero-description {
    margin-top: 16px
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.section-title {
    font-weight: 900;
    font-size: 1.2rem
}

.highlight-pill {
    background: rgba(56, 189, 248, .1);
    color: var(--brand)
}

.navigate-pill {
    background: rgba(167, 139, 250, .1);
    color: var(--brand2)
}

.posts-container {
    display: grid;
    gap: 20px
}

.category-pill {
    font-size: 11px;
    padding: 6px 12px
}

.category-noticias {
    background: rgba(56, 189, 248, .15) !important;
    border-color: rgba(56, 189, 248, .3) !important;
    color: #38bdf8 !important
}

.category-teorias,
.category-universo-skylanders {
    background: rgba(167, 139, 250, .15) !important;
    border-color: rgba(167, 139, 250, .3) !important;
    color: #a78bfa !important
}

.category-eventos,
.category-series-e-midias {
    background: rgba(244, 63, 94, .15) !important;
    border-color: rgba(244, 63, 94, .3) !important;
    color: #f43f5e !important
}

.category-dicas-e-guias {
    background: rgba(110, 231, 183, .15) !important;
    border-color: rgba(110, 231, 183, .3) !important;
    color: #6ee7b7 !important
}

.category-analises,
.category-curiosidades {
    background: rgba(251, 191, 36, .15) !important;
    border-color: rgba(251, 191, 36, .3) !important;
    color: #fbbf24 !important
}

.read-pill {
    font-size: 11px;
    background: rgba(56, 189, 248, .1);
    border-color: rgba(56, 189, 248, .2);
    color: var(--brand)
}

.small-post-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, .5), rgba(11, 18, 32, .3)) !important;
    border: 1px solid rgba(56, 189, 248, .15) !important;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.small-post-image,
.small-post-placeholder {
    height: 140px;
    border-radius: 8px;
    margin-bottom: 12px;
    width: 100%
}

.small-post-image {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(56, 189, 248, .1), rgba(167, 139, 250, .1))
}

.small-post-placeholder {
    background: linear-gradient(135deg, rgba(56, 189, 248, .15), rgba(167, 139, 250, .1));
    display: grid;
    place-items: center;
    font-size: 28px;
    opacity: .7
}

.small-post-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
    flex-grow: 1;
    color: var(--text)
}

.small-post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto
}

.small-post-meta {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap
}

.arrow-icon {
    font-size: 12px;
    opacity: .7;
    color: var(--brand)
}

.placeholder-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, .2), rgba(11, 18, 32, .1)) !important;
    border: 1px dashed rgba(56, 189, 248, .2) !important;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: .6
}

.placeholder-icon {
    font-size: 32px;
    margin-bottom: 8px
}

.placeholder-text {
    font-size: .9rem;
    text-align: center
}

.view-all-container {
    text-align: center;
    margin-top: 20px
}

.view-all-button {
    width: 100%
}

.empty-content {
    text-align: center;
    padding: 30px;
    border: 2px dashed rgba(56, 189, 248, .2) !important
}

.empty-icon {
    font-size: 36px;
    margin-bottom: 12px
}

.empty-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text)
}

.empty-description {
    font-size: .9rem;
    color: var(--muted)
}

.featured-character-card {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 !important
}

.featured-character-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative
}

.featured-character-element-fogo {
    background: linear-gradient(135deg, rgba(220, 38, 38, .2), rgba(2, 6, 23, .3))
}

.featured-character-element-agua {
    background: linear-gradient(135deg, rgba(56, 189, 248, .2), rgba(2, 6, 23, .3))
}

.featured-character-element-ar {
    background: linear-gradient(135deg, rgba(34, 197, 94, .2), rgba(2, 6, 23, .3))
}

.featured-character-element-terra {
    background: linear-gradient(135deg, rgba(180, 83, 9, .2), rgba(2, 6, 23, .3))
}

.featured-character-element-magico {
    background: linear-gradient(135deg, rgba(167, 139, 250, .2), rgba(2, 6, 23, .3))
}

.featured-character-element-tecnologia {
    background: linear-gradient(135deg, rgba(251, 191, 36, .2), rgba(2, 6, 23, .3))
}

.featured-character-element-vida {
    background: linear-gradient(135deg, rgba(74, 222, 128, .2), rgba(2, 6, 23, .3))
}

.featured-character-element-morto-vivo {
    background: linear-gradient(135deg, rgba(107, 114, 128, .2), rgba(2, 6, 23, .3))
}

.featured-character-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s
}

.featured-character-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 64px;
    opacity: .7;
    background: linear-gradient(135deg, rgba(56, 189, 248, .15), rgba(167, 139, 250, .1))
}

.element-badge,
.featured-badge {
    display: inline-flex;
    backdrop-filter: blur(4px)
}

.featured-character-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.featured-character-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2
}

.featured-badge {
    gap: 6px;
    align-items: center;
    background: rgba(15, 23, 42, .9);
    border: 1px solid rgba(56, 189, 248, .3);
    font-weight: 600;
    padding: 6px 12px;
    font-size: 12px;
    color: rgba(56, 189, 248, .95)
}

.featured-character-element {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2
}

.element-badge {
    gap: 4px;
    align-items: center;
    background: rgba(15, 23, 42, .85);
    font-weight: 500;
    padding: 4px 10px;
    font-size: 11px
}

.element-fogo {
    border-color: rgba(220, 38, 38, .4) !important;
    color: rgba(220, 38, 38, .95) !important
}

.element-agua {
    border-color: rgba(56, 189, 248, .4) !important;
    color: rgba(56, 189, 248, .95) !important
}

.element-ar {
    border-color: rgba(34, 197, 94, .4) !important;
    color: rgba(34, 197, 94, .95) !important
}

.element-terra {
    border-color: rgba(180, 83, 9, .4) !important;
    color: rgba(180, 83, 9, .95) !important
}

.element-magico {
    border-color: rgba(167, 139, 250, .4) !important;
    color: rgba(167, 139, 250, .95) !important
}

.element-tecnologia {
    border-color: rgba(251, 191, 36, .4) !important;
    color: rgba(251, 191, 36, .95) !important
}

.element-vida {
    border-color: rgba(74, 222, 128, .4) !important;
    color: rgba(74, 222, 128, .95) !important
}

.element-morto-vivo {
    border-color: rgba(107, 114, 128, .4) !important;
    color: rgba(107, 114, 128, .95) !important
}

.featured-character-content,
.stat-item {
    padding: 16px
}

.featured-character-name {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.2;
    color: rgba(255, 255, 255, .95);
    font-weight: 900
}

.game-pill,
.type-pill {
    font-size: 11px;
    padding: 6px 12px
}

.featured-character-meta {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap
}

.game-pill {
    background: rgba(148, 163, 184, .08);
    border: 1px solid rgba(148, 163, 184, .15);
    color: rgba(148, 163, 184, .8);
    font-weight: 500
}

.type-pill {
    background: rgba(167, 139, 250, .08);
    border: 1px solid rgba(167, 139, 250, .15);
    color: rgba(167, 139, 250, .8);
    font-weight: 500
}

.featured-character-description {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(209, 213, 219, .8)
}

.featured-character-button {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, rgba(56, 189, 248, .15), rgba(167, 139, 250, .1));
    border: 1px solid rgba(56, 189, 248, .25);
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    color: rgba(56, 189, 248, .9);
    transition: .2s
}

.featured-character-button:hover {
    border-color: rgba(56, 189, 248, .4);
    transform: translateY(-1px)
}

.button-content {
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.featured-character-footer {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(56, 189, 248, .1);
    font-size: 11px;
    color: rgba(148, 163, 184, .6);
    text-align: center
}

.highlight-item,
.progress-header,
.stat-description {
    font-size: 12px;
    color: var(--muted)
}

.stat-posts {
    background: linear-gradient(135deg, rgba(56, 189, 248, .1), rgba(167, 139, 250, .05)) !important
}

.stat-categories {
    background: linear-gradient(135deg, rgba(167, 139, 250, .1), rgba(110, 231, 183, .05)) !important
}

.stat-characters {
    background: linear-gradient(135deg, rgba(110, 231, 183, .1), rgba(251, 191, 36, .05)) !important
}

.stat-description {
    margin-top: 6px
}

.progress-container {
    margin-top: 12px
}

.progress-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px
}

.progress-bar {
    height: 10px;
    border-radius: 999px;
    background: rgba(31, 41, 55, .9);
    overflow: hidden;
    border: 1px solid rgba(56, 189, 248, .15)
}

.progress-fill {
    height: 100%;
    background: linear-gradient(135deg, rgba(56, 189, 248, .9), rgba(167, 139, 250, .9))
}

.highlights-list {
    margin-top: 14px;
    display: grid;
    gap: 8px
}

.highlight-item {
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.highlight-text,
.portal-master-info {
    flex: 1
}

.portal-master-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px
}

.portal-master-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(56, 189, 248, .2), rgba(167, 139, 250, .2));
    display: grid;
    place-items: center;
    font-size: 20px
}

.portal-master-name {
    font-weight: 900;
    margin-bottom: 2px
}

.portal-master-description {
    margin-bottom: 14px;
    font-size: .9rem;
    color: var(--muted)
}

.portal-master-button {
    width: 100%;
    justify-content: center;
    padding: 10px
}

.quick-links-title {
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 1.1rem
}

.quick-links-list {
    display: grid;
    gap: 8px
}

.quick-link {
    display: flex;
    align-items: center;
    gap: 6px
}

.category-icon,
.newsletter-icon {
    display: grid;
    place-items: center
}

.categories-grid {
    gap: 16px
}

.category-card {
    padding: 20px;
    text-align: center;
    transition: .3s
}

.category-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(56, 189, 248, .15), rgba(167, 139, 250, .1));
    margin: 0 auto 12px;
    font-size: 24px;
    border: 1px solid rgba(56, 189, 248, .2)
}

.category-name {
    font-weight: 800;
    margin-bottom: 6px;
    font-size: .95rem;
    color: var(--text)
}

.newsletter-section {
    background: linear-gradient(135deg, rgba(15, 23, 42, .8), rgba(11, 18, 32, .6)) !important;
    padding: 30px !important
}

.newsletter-content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto
}

.newsletter-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(56, 189, 248, .2), rgba(167, 139, 250, .2));
    margin: 0 auto 20px;
    font-size: 28px
}

.newsletter-title {
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--text)
}

.newsletter-description {
    margin-bottom: 20px;
    font-size: .95rem;
    color: var(--muted)
}

.newsletter-button {
    padding: 12px 24px;
    border-color: rgba(56, 189, 248, .4)
}

@media (max-width:768px) {

    .footer-inner,
    .mega-grid,
    .small-posts-grid {
        grid-template-columns: 1fr
    }

    .topbar-inner {
        gap: 12px
    }

    .logo-title {
        font-size: 1.1rem
    }

    .nav {
        gap: 4px
    }

    .nav a {
        padding: 6px 10px;
        font-size: .85rem
    }

    .search {
        width: 100%;
        justify-content: space-between
    }

    .search input {
        flex: 1;
        max-width: none
    }

    .btn,
    .btn-ghost {
        padding: 8px 12px
    }

    .footer-inner {
        gap: 25px
    }

    .categories-grid .col-3,
    .col-3,
    .col-4,
    .col-6,
    .col-8 {
        grid-column: span 12
    }

    .hero-compact {
        padding: 24px
    }

    .featured-character-meta {
        justify-content: center
    }
}

.accordion-grid,
.mega-menu-grid {
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width:480px) {

    .search,
    .search input {
        width: 100%
    }

    .topbar-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px
    }

    .logo {
        margin-bottom: 5px
    }

    .nav {
        justify-content: center;
        margin-top: 8px
    }

    .nav a {
        padding: 6px 8px;
        font-size: .82rem
    }

    .search {
        flex-direction: column;
        gap: 8px
    }

    .mega {
        position: fixed;
        top: 70px;
        left: 10px;
        right: 10px;
        width: auto
    }

    .footer-inner {
        gap: 20px
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .featured-post-content {
        padding: 16px
    }

    .featured-post-title {
        font-size: 1.2rem
    }

    .featured-character-content {
        padding: 12px
    }

    .featured-character-name {
        font-size: 1.1rem
    }
}

.skylanders-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1000;
    align-content: center;
    background: var(--hdr-bg-primary);
    backdrop-filter: blur(14px) saturate(180%);
    border-bottom: 1px solid var(--hdr-border);
    box-shadow: var(--hdr-shadow);
    transition: height .3s, background-color .3s, box-shadow .3s
}

.mega-menu,
.mobile-nav-overlay {
    z-index: 1001;
    opacity: 0;
    visibility: hidden
}

.skylanders-header.shrink {
    height: 80px;
    background: var(--hdr-bg-solid);
    box-shadow: 0 6px 25px rgba(0, 0, 0, .4)
}

.skylanders-header .header-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.brand-logo {
    width: 320px;
    height: 100px;
    display: flex;
    align-items: center;
    transition: .3s
}

.logo-placeholder {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    transition: .3s
}

.mobile-menu-toggle,
.nav-link {
    border-radius: 12px;
    cursor: pointer
}

.logo-placeholder:hover {
    background: rgba(255, 215, 0, .08);
    box-shadow: var(--hdr-glow-gold)
}

.logo-icon {
    font-size: 2.2rem;
    color: var(--hdr-accent-cyan);
    filter: drop-shadow(0 0 8px rgba(0, 229, 255, .55));
    transition: .3s
}

.skylanders-header.shrink .logo-icon {
    font-size: 1.6rem
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05
}

.logo-text {
    font-size: 1.35rem;
    font-weight: 900;
    background: linear-gradient(to right, var(--hdr-accent-cyan), var(--hdr-accent-gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: .6px
}

.skylanders-header.shrink .logo-text {
    font-size: 1.1rem
}

.skylanders-header .logo-sub {
    color: var(--muted);
    font-size: 11px
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 18px
}

.nav-link,
.nav-list {
    display: flex;
    gap: 8px
}

.nav-list {
    align-items: center;
    list-style: none
}

.nav-link {
    align-items: center;
    padding: 10px 12px;
    color: var(--muted);
    border: 1px solid transparent;
    background: rgba(15, 23, 42, .35);
    transition: .2s;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-size: .95rem
}

.nav-link:hover {
    color: var(--text);
    border-color: rgba(0, 229, 255, .22);
    background: rgba(0, 229, 255, .08);
    transform: translateY(-1px)
}

.item-icon,
.nav-link.active {
    color: var(--hdr-accent-gold)
}

.mega-menu-item:hover,
.social-link:hover {
    transform: translateY(-2px);
    box-shadow: var(--hdr-glow)
}

.nav-link.active {
    background: rgba(255, 215, 0, .08);
    border-color: rgba(255, 215, 0, .18)
}

.nav-icon {
    font-size: 1.25rem
}

.dropdown-icon {
    font-size: .9rem;
    margin-left: 4px;
    transition: transform .3s
}

.accordion-trigger[aria-expanded=true] .accordion-arrow,
.mega-menu-trigger[aria-expanded=true] .dropdown-icon {
    transform: rotate(180deg)
}

.mega-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: auto;
    right: 0;
    width: min(820px, 92vw);
    background: var(--hdr-bg-secondary);
    border-radius: 16px;
    border: 1px solid var(--hdr-border);
    box-shadow: var(--shadow-lg), var(--hdr-glow);
    padding: 18px;
    transform: translateY(10px);
    transition: opacity .3s, visibility .3s, transform .3s
}

.mega-menu-container:hover .mega-menu,
.mega-menu-trigger[aria-expanded=true]+.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.mega-menu-grid {
    display: grid;
    gap: 12px
}

.mega-menu-item {
    display: flex;
    gap: 10px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(31, 41, 55, .55);
    background: linear-gradient(135deg, rgba(15, 23, 42, .55), rgba(11, 18, 32, .35));
    transition: .2s
}

.mega-menu-item:hover {
    border-color: rgba(0, 229, 255, .32)
}

.item-icon {
    font-size: 1.5rem;
    flex-shrink: 0
}

.item-title {
    font-size: 1rem;
    font-weight: 900;
    margin: 0 0 4px;
    color: var(--text)
}

.item-desc {
    margin: 0;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.3
}

.header-search {
    display: flex;
    align-items: center;
    gap: 8px
}

.social-link,
.social-links {
    display: flex;
    align-items: center
}

.header-search input {
    width: 180px
}

.social-links {
    gap: 10px;
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, .06)
}

.social-link {
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(139, 69, 19, .1);
    color: var(--muted);
    transition: .2s
}

.social-link:hover {
    background: rgba(0, 229, 255, .18);
    color: var(--text)
}

.mobile-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(56, 189, 248, .25);
    background: rgba(15, 23, 42, .55);
    color: var(--text);
    transition: .2s
}

.mobile-nav,
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%
}

.mobile-menu-toggle:hover {
    background: rgba(0, 229, 255, .12);
    box-shadow: var(--hdr-glow)
}

.mobile-nav-overlay {
    width: 100%;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(3px);
    transition: opacity .3s, visibility .3s
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible
}

.mobile-nav {
    width: 320px;
    background: rgba(7, 10, 18, .96);
    border-right: 1px solid rgba(56, 189, 248, .16);
    z-index: 1002;
    transform: translateX(-100%);
    transition: transform .3s;
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.mobile-nav.active {
    transform: translateX(0)
}

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    height: 60px
}

.mobile-nav-close,
.mobile-nav-link {
    display: flex;
    align-items: center;
    cursor: pointer
}

.mobile-nav-close {
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(56, 189, 248, .2);
    background: rgba(15, 23, 42, .55);
    color: var(--text)
}

.mobile-nav-list {
    list-style: none;
    padding: 10px 0
}

.mobile-nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.mobile-nav-link {
    gap: 12px;
    width: 100%;
    padding: 14px;
    color: var(--muted);
    background: 0 0;
    border: none;
    text-align: left;
    transition: .2s;
    font-weight: 700
}

.accordion-link:hover,
.mobile-nav-link:hover {
    background: rgba(0, 229, 255, .08);
    color: var(--text)
}

.mobile-nav-link.active {
    background: rgba(255, 215, 0, .08);
    color: var(--hdr-accent-gold)
}

.accordion-arrow {
    margin-left: auto;
    transition: transform .3s
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    background: rgba(0, 0, 0, .2)
}

.accordion-content.active {
    max-height: 480px
}

.accordion-grid {
    display: grid;
    gap: 10px;
    padding: 12px
}

.accordion-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(31, 41, 55, .55);
    background: rgba(15, 23, 42, .35);
    color: var(--muted)
}

.mobile-social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.mobile-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(139, 69, 19, .1);
    color: var(--muted)
}

.accordion-link:focus-visible,
.mega-menu-item:focus-visible,
.mobile-menu-toggle:focus-visible,
.mobile-nav-close:focus-visible,
.mobile-nav-link:focus-visible,
.nav-link:focus-visible,
.social-link:focus-visible {
    outline: 2px solid var(--hdr-accent-cyan);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(0, 229, 255, .2)
}

/* ===== NOVO FOOTER ===== */
.site-footer {
    margin-top: 80px;
    border-top: 1px solid rgba(56, 189, 248, 0.15);
    background: linear-gradient(180deg, rgba(7, 10, 18, 0.95) 0%, rgba(7, 10, 18, 0.98) 100%);
    backdrop-filter: blur(10px);
    padding: 50px 0 30px;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(56, 189, 248, 0.3),
            rgba(167, 139, 250, 0.3),
            rgba(56, 189, 248, 0.3),
            transparent);
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: start;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

/* Coluna 1: Identidade */
.footer-identity {
    gap: 20px;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-brand-img {
    height: 90px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s;
}

.footer-brand-img:hover {
    transform: scale(1.03);
}

.footer-description {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--muted);
    margin-bottom: 15px;
}

.footer-description strong {
    color: var(--brand);
}

.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(56, 189, 248, 0.08);
    border: 1px solid rgba(56, 189, 248, 0.2);
    color: var(--muted);
    transition: all 0.3s;
    font-size: 1.2rem;
}

.social-icon-link:hover {
    background: rgba(56, 189, 248, 0.15);
    border-color: rgba(56, 189, 248, 0.4);
    color: var(--brand);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.2);
}

/* Colunas 2 e 3: Navegação e Categorias */
.footer-navigation,
.footer-categories {
    gap: 20px;
}

.footer-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 5px;
}

.footer-title i {
    font-size: 1.3rem;
    color: var(--brand);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 10px;
    color: var(--muted);
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid transparent;
    font-size: 0.9rem;
}

.footer-link:hover {
    background: rgba(56, 189, 248, 0.08);
    border-color: rgba(56, 189, 248, 0.2);
    color: var(--text);
    transform: translateX(4px);
}

.footer-link-icon {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

/* Coluna 4: Interatividade */
.footer-interactive {
    gap: 30px;
}

.footer-newsletter,
.footer-search {
    gap: 15px;
}

.footer-newsletter-desc {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.5;
    margin-bottom: 10px;
}

.newsletter-form,
.search-form {
    margin-top: 5px;
}

.newsletter-input-group,
.search-input-group {
    display: flex;
    gap: 8px;
}

.newsletter-input,
.search-input {
    flex: 1;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(56, 189, 248, 0.2);
    background: rgba(11, 18, 32, 0.8);
    color: var(--text);
    font-size: 0.9rem;
    transition: all 0.3s;
}

.newsletter-input:focus,
.search-input:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
    background: rgba(11, 18, 32, 0.9);
}

.newsletter-input::placeholder,
.search-input::placeholder {
    color: rgba(156, 163, 175, 0.6);
}

.newsletter-button,
.search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(56, 189, 248, 0.3);
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(167, 139, 250, 0.1));
    color: var(--brand);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.1rem;
}

.newsletter-button:hover,
.search-button:hover {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.25), rgba(167, 139, 250, 0.2));
    border-color: rgba(56, 189, 248, 0.5);
    transform: translateY(-1px);
}

/* Footer Bottom */
.footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(56, 189, 248, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.copyright {
    font-size: 0.85rem;
    color: var(--muted);
    text-align: center;
}

.copyright .heart {
    display: inline-block;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.legal-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.8rem;
}

.legal-link {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.3s;
}

.legal-link:hover {
    color: var(--brand);
}

.separator {
    color: rgba(156, 163, 175, 0.4);
}

.dev-link {
    text-align: center;
    font-size: 0.75rem;
    color: rgba(156, 163, 175, 0.5);
    margin-top: 5px;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 1024px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-identity {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 25px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-identity {
        grid-column: span 1;
    }

    .footer-links {
        gap: 8px;
    }

    .footer-link {
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .footer-social {
        justify-content: center;
    }

    .legal-links {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .separator {
        display: none;
    }

    .newsletter-input-group,
    .search-input-group {
        flex-direction: column;
    }

    .newsletter-button,
    .search-button {
        width: 100%;
        padding: 12px;
    }
}

/* ===== NOVO FOOTER - CLASSES ESPECÍFICAS ===== */
.site-footer {
    margin-top: 80px;
    border-top: 1px solid rgba(56, 189, 248, 0.15);
    background: linear-gradient(180deg, rgba(7, 10, 18, 0.95) 0%, rgba(7, 10, 18, 0.98) 100%);
    backdrop-filter: blur(10px);
    padding: 50px 0 30px;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(56, 189, 248, 0.3),
            rgba(167, 139, 250, 0.3),
            rgba(56, 189, 248, 0.3),
            transparent);
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: start;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

/* Coluna 1: Identidade */
.footer-identity {
    gap: 20px;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-brand-img {
    height: 90px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s;
}

.footer-brand-img:hover {
    transform: scale(1.03);
}

.footer-description {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--muted);
    margin-bottom: 15px;
}

.footer-description strong {
    color: var(--brand);
}

.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(56, 189, 248, 0.08);
    border: 1px solid rgba(56, 189, 248, 0.2);
    color: var(--muted);
    transition: all 0.3s;
    font-size: 1.2rem;
}

.social-icon-link:hover {
    background: rgba(56, 189, 248, 0.15);
    border-color: rgba(56, 189, 248, 0.4);
    color: var(--brand);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.2);
}

/* Colunas 2 e 3: Navegação e Categorias */
.footer-navigation,
.footer-categories {
    gap: 20px;
}

.footer-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 5px;
}

.footer-title i {
    font-size: 1.3rem;
    color: var(--brand);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 10px;
    color: var(--muted);
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid transparent;
    font-size: 0.9rem;
}

.footer-link:hover {
    background: rgba(56, 189, 248, 0.08);
    border-color: rgba(56, 189, 248, 0.2);
    color: var(--text);
    transform: translateX(4px);
}

.footer-link-icon {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

/* Coluna 4: Interatividade */
.footer-interactive {
    gap: 30px;
}

.footer-newsletter,
.footer-search {
    gap: 15px;
}

.footer-newsletter-desc {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Newsletter específica do footer */
.footer-newsletter-form {
    margin-top: 5px;
}

.footer-newsletter-input-group {
    display: flex;
    gap: 8px;
}

.footer-newsletter-input {
    flex: 1;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(56, 189, 248, 0.2);
    background: rgba(11, 18, 32, 0.8);
    color: var(--text);
    font-size: 0.9rem;
    transition: all 0.3s;
}

.footer-newsletter-input:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
    background: rgba(11, 18, 32, 0.9);
}

.footer-newsletter-input::placeholder {
    color: rgba(156, 163, 175, 0.6);
}

.footer-newsletter-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    border-radius: 10px;
    border: 1px solid rgba(56, 189, 248, 0.3);
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(167, 139, 250, 0.1));
    color: var(--brand);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.1rem;
}

.footer-newsletter-submit:hover {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.25), rgba(167, 139, 250, 0.2));
    border-color: rgba(56, 189, 248, 0.5);
    transform: translateY(-1px);
}

/* Busca específica do footer */
.footer-search-form {
    margin-top: 5px;
}

.footer-search-input-group {
    display: flex;
    gap: 8px;
}

.footer-search-input {
    flex: 1;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid rgba(56, 189, 248, 0.2);
    background: rgba(11, 18, 32, 0.8);
    color: var(--text);
    font-size: 0.9rem;
    transition: all 0.3s;
}

.footer-search-input:focus {
    outline: none;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
    background: rgba(11, 18, 32, 0.9);
}

.footer-search-input::placeholder {
    color: rgba(156, 163, 175, 0.6);
}

.footer-search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    border-radius: 10px;
    border: 1px solid rgba(56, 189, 248, 0.3);
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(167, 139, 250, 0.1));
    color: var(--brand);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.1rem;
}

.footer-search-submit:hover {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.25), rgba(167, 139, 250, 0.2));
    border-color: rgba(56, 189, 248, 0.5);
    transform: translateY(-1px);
}

/* Footer Bottom */
.footer-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(56, 189, 248, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.copyright {
    font-size: 0.85rem;
    color: var(--muted);
    text-align: center;
}

.copyright .heart {
    display: inline-block;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.legal-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.8rem;
}

.legal-link {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.3s;
}

.legal-link:hover {
    color: var(--brand);
}

.separator {
    color: rgba(156, 163, 175, 0.4);
}

.dev-link {
    text-align: center;
    font-size: 0.75rem;
    color: rgba(156, 163, 175, 0.5);
    margin-top: 5px;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 1024px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-identity {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 25px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-identity {
        grid-column: span 1;
    }

    .footer-links {
        gap: 8px;
    }

    .footer-link {
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .footer-social {
        justify-content: center;
    }

    .legal-links {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .separator {
        display: none;
    }

    .footer-newsletter-input-group,
    .footer-search-input-group {
        flex-direction: column;
    }

    .footer-newsletter-submit,
    .footer-search-submit {
        width: 100%;
        padding: 12px;
    }
}

/* ===== SCROLL TO TOP BUTTON ===== */
.scroll-top-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);

    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    border: 2px solid rgba(56, 189, 248, 0.3);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(11, 18, 32, 0.8));
    color: var(--brand);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(56, 189, 248, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.scroll-top-button.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-button i {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.scroll-top-button:hover {
    border-color: rgba(56, 189, 248, 0.6);
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(167, 139, 250, 0.1));
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(56, 189, 248, 0.25),
        0 0 0 1px rgba(56, 189, 248, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.scroll-top-button:hover i {
    transform: translateY(-2px);
    animation: bounce 0.6s ease infinite alternate;
}

.scroll-top-button:active {
    transform: translateY(-2px) scale(0.95);
}

/* Efeito de brilho ao redor */
.scroll-top-button::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 14px;
    background: linear-gradient(135deg,
            rgba(56, 189, 248, 0.4),
            rgba(167, 139, 250, 0.4),
            rgba(56, 189, 248, 0.4));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

.scroll-top-button:hover::before {
    opacity: 1;
    animation: pulse 2s ease-in-out infinite;
}

/* Efeito de partículas internas */
.scroll-top-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 0,
            rgba(56, 189, 248, 0.1),
            transparent 70%);
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s;
}

.scroll-top-button:hover::after {
    opacity: 1;
}

/* Animações */
@keyframes bounce {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-4px);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.7;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .scroll-top-button {
        right: 20px;
        bottom: 20px;
        width: 45px;
        height: 45px;
    }

    .scroll-top-button i {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .scroll-top-button {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .scroll-top-button i {
        font-size: 1.2rem;
    }
}

/* Hero Section Aprimorada */
.elements-hero {
    padding: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.elements-hero h1 {
    margin-bottom: 12px;
    font-size: 2.2rem;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.elements-hero p {
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

/* Mapa Interativo Circular */
.elements-map {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
    min-height: 80px;
}


.element-orb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%,
            color-mix(in srgb, var(--el-color) 60%, white),
            var(--el-color));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px color-mix(in srgb, var(--el-color) 40%, transparent);
    transition: all 0.3s ease;
    position: relative;
}

.element-orb:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 25px color-mix(in srgb, var(--el-color) 60%, transparent);
}

.element-orb img {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.element-orb::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 1;
}

.element-orb:hover::after {
    opacity: 1;
}

/* Navegação melhorada */
.elements-nav {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.element-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: linear-gradient(135deg,
            color-mix(in srgb, var(--el1) 25%, transparent),
            color-mix(in srgb, var(--el2) 30%, transparent));
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
}

.element-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.element-chip img {
    width: 22px;
    height: 22px;
}

/* Grid de Cards */
.elements-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.element-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    position: relative;
}

.element-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg,
            color-mix(in srgb, var(--el1) 8%, transparent),
            color-mix(in srgb, var(--el2) 12%, transparent));
    z-index: 0;
}

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

.element-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
}

.element-card__brand {
    display: flex;
    gap: 12px;
    align-items: center;
}

.element-icon {
    width: 48px;
    height: 48px;
}

.element-tagline {
    opacity: .9;
    margin-top: 4px;
    font-style: italic;
    font-size: 0.95rem;
}

/* Badges melhorados */
.badge,
.badge-ghost {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.badge {
    background: linear-gradient(45deg, var(--badge-color, #4ecdc4),
            color-mix(in srgb, var(--badge-color, #4ecdc4) 70%, black));
    color: white;
    border: none;
}

.badge-ghost {
    background: transparent;
    border: 1px solid var(--badge-color, #ff6b6b);
    color: var(--badge-color, #ff6b6b);
}

/* Layout de colunas */
.element-card__cols {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr;
    gap: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

.element-col h3 {
    margin: 12px 0 8px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.element-col h3::before {
    font-size: 1.2rem;
}

/* Sistema de Relações */
.relations-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0;
}

.relation-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid var(--relation-color, #ccc);
}

.relation-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--relation-color, #ccc);
    display: flex;
    align-items: center;
    justify-content: center;
}

.relation-icon img {
    width: 20px;
    height: 20px;
}

.relation-strong .relation-icon {
    background: linear-gradient(45deg, #4CAF50, #8BC34A);
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.relation-weak .relation-icon {
    background: linear-gradient(45deg, #F44336, #FF9800);
    border: 2px solid rgba(0, 0, 0, 0.2);
}

/* Carrossel de Representantes */
.representatives-carousel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 12px 0;
    margin-bottom: 16px;
    scrollbar-width: thin;
}

.representative-item {
    flex: 0 0 auto;
    width: 80px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s;
}

.representative-item:hover {
    transform: translateY(-4px);
}

.representative-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--el1);
    margin-bottom: 6px;
}

.representative-item span {
    display: block;
    font-size: 0.8rem;
    opacity: 0.9;
}

.element-actions {
    margin-top: 16px;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

/* Seções Extras */
.elements-extra,
.elements-timeline,
.elements-quiz {
    padding: 24px;
    margin-top: 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline {
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #4ecdc4, #ff6b6b);
}

.timeline-item {
    position: relative;
    margin-bottom: 24px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--el1, #4ecdc4);
    border: 2px solid white;
}

.timeline-date {
    font-weight: bold;
    color: var(--el1, #4ecdc4);
    margin-bottom: 4px;
}

.elements-quiz {
    text-align: center;
}

.btn-large {
    padding: 16px 32px;
    font-size: 1.1rem;
    margin: 16px 0;
}

.muted {
    opacity: .65;
    font-size: 0.9rem;
}

/* Responsividade */
@media (max-width: 1024px) {
    .element-card__cols {
        grid-template-columns: 1fr 1fr;
    }

    .elements-map {
        gap: 15px;
    }

    .element-orb {
        width: 50px;
        height: 50px;
    }

    .element-orb img {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 768px) {
    .element-card__cols {
        grid-template-columns: 1fr;
    }

    .element-card__head {
        flex-direction: column;
    }

    .element-card__meta {
        justify-content: flex-start;
    }

    .elements-nav {
        gap: 8px;
    }

    .element-chip {
        padding: 10px 14px;
    }
}

/* CSS alternativo com tooltip como elemento separado */
.element-tooltip {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.95);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 9999;
    /* Valor extremamente alto */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);

    /* Seta */
    &::after {
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid rgba(0, 0, 0, 0.95);
    }
}

.element-orb:hover .element-tooltip {
    opacity: 1;
    visibility: visible;
    bottom: -35px;
}

/* Seção de Dicas de Jogo */
.gameplay-tips {
    margin-top: 24px;
    padding: 20px;
    background: linear-gradient(135deg,
            rgba(74, 144, 226, 0.1),
            rgba(147, 51, 234, 0.1));
    border-radius: 12px;
    border-left: 4px solid #4a90e2;
}

.gameplay-tips h3 {
    color: #4a90e2;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
}

.gameplay-tips h3::before {
    content: "🎮";
    font-size: 1.4rem;
}

.gameplay-tips ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.gameplay-tips li {
    padding: 10px 0;
    padding-left: 32px;
    position: relative;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.gameplay-tips li:last-child {
    border-bottom: none;
}

.gameplay-tips li::before {
    content: "✅";
    position: absolute;
    left: 0;
    top: 10px;
    color: #4CAF50;
    font-size: 1rem;
}

.gameplay-tips strong {
    color: #93c5fd;
    font-weight: 600;
}

/* Versão alternativa mais chamativa */
/*
.gameplay-tips {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(74, 144, 226, 0.3);
  box-shadow: 0 4px 20px rgba(74, 144, 226, 0.1);
  backdrop-filter: blur(10px);
}

.gameplay-tips li {
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 3px solid #4a90e2;
  transition: transform 0.2s;
}

.gameplay-tips li:hover {
  transform: translateX(5px);
  background: rgba(74, 144, 226, 0.1);
}
*/

/* Para mobile */
@media (max-width: 768px) {
    .gameplay-tips {
        padding: 16px;
        margin-top: 20px;
    }

    .gameplay-tips li {
        padding: 8px 0 8px 28px;
        font-size: 0.95rem;
    }
}

.hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
    opacity: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ===== CARD DO CLIPE ===== */
.clip-card {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid rgba(56, 189, 248, .15);
    background: linear-gradient(135deg, rgba(15, 23, 42, .7), rgba(11, 18, 32, .5));
    border-radius: 16px;
}

.clip-card:hover,
.clip-card:focus {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: rgba(56, 189, 248, .3);
    outline: none;
}

.clip-card:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
}

.clip-header {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    gap: 12px;
    border-bottom: 1px solid rgba(56, 189, 248, .1);
}

.clip-icon {
    font-size: 24px;
    opacity: 0.9;
    color: var(--brand);
}

.clip-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 2px;
    color: var(--text);
}

.clip-subtitle {
    color: var(--muted);
    font-size: 0.85rem;
}

.clip-thumbnail-container {
    position: relative;
    width: 100%;
    height: 160px;
    background-color: var(--panel);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.clip-thumbnail-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 10, 18, .55), rgba(7, 10, 18, .15));
    pointer-events: none;
}

.clip-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.clip-card:hover .clip-thumbnail-overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.clip-play-button {
    width: 60px;
    height: 60px;
    background: rgba(56, 189, 248, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transform: scale(1);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(56, 189, 248, .3);
    border: 1px solid rgba(56, 189, 248, .3);
}

.clip-card:hover .clip-play-button,
.clip-card:focus .clip-play-button {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(56, 189, 248, .4);
    background: var(--brand);
}

.clip-play-button svg {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    stroke-width: 2;
}

.clip-footer {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    border-top: 1px solid rgba(56, 189, 248, .1);
    color: var(--muted);
    font-size: 0.85rem;
}

.clip-duration, .clip-resolution {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ===== MODAL PREMIUM ===== */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s;
}

.modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
}

.modal-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    background: linear-gradient(135deg, rgba(17, 24, 39, .95), rgba(11, 18, 32, .9));
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(56, 189, 248, .2);
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(20px);
}

.modal.is-open .modal-container {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(56, 189, 248, .15);
    background: linear-gradient(135deg, rgba(56, 189, 248, .08), rgba(167, 139, 250, .05));
}

.modal-title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text);
}

.modal-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--muted);
    transition: all 0.2s ease;
    border: 1px solid rgba(56, 189, 248, .2);
}

.modal-close:hover,
.modal-close:focus {
    background: rgba(56, 189, 248, 0.2);
    color: var(--text);
    transform: rotate(90deg);
    outline: none;
    border-color: var(--brand);
}

.modal-close:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
}

.modal-content {
    padding: 24px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(56, 189, 248, .2);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.modal-info {
    margin-top: 16px;
    text-align: center;
    color: var(--muted);
    font-size: 0.85rem;
    padding: 12px;
    background: rgba(15, 23, 42, .3);
    border-radius: 10px;
    border: 1px solid rgba(56, 189, 248, .1);
}

/* Responsividade */
@media (max-width: 768px) {
    .modal-container {
        max-width: 95%;
    }
    
    .clip-thumbnail-container {
        height: 140px;
    }
    
    .modal-content {
        padding: 16px;
    }
    
    .modal-header {
        padding: 16px;
    }
    
    .modal-title {
        font-size: 1.2rem;
    }
    
    .clip-card {
        margin-top: 16px;
    }
}

@media (max-width: 1024px) {
    .modal {
        padding: 10px;
    }
}

/* Acessibilidade: Reduzir movimento */
@media (prefers-reduced-motion: reduce) {
    .clip-card,
    .clip-play-button,
    .modal-container,
    .modal-close,
    .modal {
        transition: none !important;
    }
    
    .clip-card:hover,
    .clip-card:focus {
        transform: none;
    }
    
    .clip-card:hover .clip-play-button,
    .clip-card:focus .clip-play-button {
        transform: none;
    }
    
    .modal.is-open .modal-container {
        transform: none;
    }
    
    .modal-close:hover,
    .modal-close:focus {
        transform: none;
    }
}

/* Ajustes para o player YouTube no tema */
.video-container iframe {
    border-radius: 8px;
}

/* Garantir que o modal fique acima do header fixo */
.modal {
    z-index: 10000;
}

/* Animações suaves */
.clip-card,
.modal-container {
    animation: none;
}

/* Integração com as classes existentes */
.clip-card .clip-header {
    border-bottom-color: rgba(56, 189, 248, .15);
}

.clip-card .clip-footer {
    border-top-color: rgba(56, 189, 248, .1);
}

/* Consistência com os outros cards da sidebar */
.clip-card {
    box-shadow: var(--shadow-sm);
}

.clip-card:hover {
    box-shadow: var(--shadow-md);
}

/* Estilo do play button para combinar com o tema */
.clip-play-button svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== ELEMENTOS HUB ===== */
.elementsh-hub {
    margin-bottom: 2rem;
    background: linear-gradient(145deg, rgba(7, 10, 18, 0.9), rgba(12, 20, 35, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.hub-subtitle {
    font-size: 1.1rem;
    color: #94a3b8;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 300;
}

/* Grid de Elementos */
.elementsh-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
  margin-bottom:2rem;
}

@media (max-width:1200px){
  .elementsh-grid{ grid-template-columns:repeat(4,1fr); }
}

@media (max-width:992px){
  .elementsh-grid{ grid-template-columns:repeat(3,1fr); }
}

@media (max-width:576px){
  .elementsh-grid{ grid-template-columns:repeat(2,1fr); gap:.5rem; }
}

/* Cards dos Elementos */
.elementh-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

.elementh-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    opacity: 0.3;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.elementh-card:hover,
.elementh-card:focus {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.05);
    border-color: currentColor;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    outline: none;
}

.elementh-card:hover::before {
    transform: scaleX(1);
}

.elementh-card:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.elementh-icon {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.elementh-card:hover .elementh-icon {
    transform: scale(1.1);
}

.elementh-name {
    font-size: 1rem;
    font-weight: 600;
    color: #e2e8f0;
    text-align: center;
    letter-spacing: 0.5px;
}

/* Cores dos Elementos */
.el-fire { color: #f97316; }
.el-fire:hover { box-shadow: 0 12px 24px rgba(249, 115, 22, 0.2); }

.el-water { color: #0ea5e9; }
.el-water:hover { box-shadow: 0 12px 24px rgba(14, 165, 233, 0.2); }

.el-air { color: #38bdf8; }
.el-air:hover { box-shadow: 0 12px 24px rgba(56, 189, 248, 0.2); }

.el-earth { color: #22c55e; }
.el-earth:hover { box-shadow: 0 12px 24px rgba(34, 197, 94, 0.2); }

.el-life { color: #84cc16; }
.el-life:hover { box-shadow: 0 12px 24px rgba(132, 204, 22, 0.2); }

.el-undead { color: #a855f7; }
.el-undead:hover { box-shadow: 0 12px 24px rgba(168, 85, 247, 0.2); }

.el-magic { color: #eab308; }
.el-magic:hover { box-shadow: 0 12px 24px rgba(234, 179, 8, 0.2); }

.el-tech { color: #64748b; }
.el-tech:hover { box-shadow: 0 12px 24px rgba(100, 116, 139, 0.2); }

.el-light { color: #fde047; }
.el-light:hover { box-shadow: 0 12px 24px rgba(253, 224, 71, 0.2); }

.el-dark { color: #475569; }
.el-dark:hover { box-shadow: 0 12px 24px rgba(71, 85, 105, 0.2); }

/* CTA */
.elementsh-cta {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.elementsh-cta .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.elementsh-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}