@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Orbitron:wght@400;600;800&display=swap');

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #05060a;
    color: white;
    overflow-x: hidden;
	cursor: url('./img/cursor.png'), auto;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.22;
    background:
        linear-gradient(rgba(125, 211, 252, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125, 211, 252, 0.03) 1px, transparent 1px),
        radial-gradient(rgba(255, 255, 255, 0.08) 0.7px, transparent 0.8px);
    background-size: 72px 72px, 72px 72px, 24px 24px;
    mask-image: radial-gradient(circle at center, black 32%, transparent 88%);
}

a,
button,
.btn-dashboard,
.menu a,
.dropdown-content a,
.btn-primary,
.btn-secondary {
    cursor: url('./img/cursor2.png') 0 0, pointer;
}

/* BACKGROUND */
.bg-glow {
    position: fixed;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at top, #6a00ff22, transparent 34%),
        radial-gradient(circle at bottom, #00e5ff18, transparent 36%),
        radial-gradient(circle at 20% 18%, rgba(59, 130, 246, 0.08), transparent 18%),
        radial-gradient(circle at 82% 72%, rgba(20, 184, 166, 0.06), transparent 22%);
    pointer-events: none;
    z-index: 0;
}

/* TOPBAR */
.topbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 20px 60px;
    background: rgba(10, 10, 20, 0.7);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #2a2a40;
    position: relative;
    z-index: 1000;
}

.left, .right {
    display: flex;
    align-items: center;
}

.left {
    justify-content: flex-start;
    padding-left: 20px;
}

.right {
    justify-content: flex-end;
    padding-right: 20px;
}

/* LOGO */
.logo {
    margin-left: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 500px;
    min-height: 60px;
    position: relative;
    overflow: visible;
}

.logo::after {
    content: '';
    position: absolute;
    left: 72px;
    right: 0;
    bottom: -6px;
    height: 1px;
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.6), transparent 72%);
    opacity: 0.55;
}

.logo-mark {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-mark-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter:
        drop-shadow(0 4px 10px rgba(0, 0, 0, 0.34))
        drop-shadow(0 0 14px rgba(251, 191, 36, 0.16));
}

.logo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    flex: 1;
}

.logo-text strong {
    color: #fff4dc;
    font-family: 'Orbitron', sans-serif;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow:
        0 3px 12px rgba(251, 191, 36, 0.22),
        0 0 24px rgba(255, 244, 220, 0.12);
}

.logo-text span {
    margin-top: 5px;
    color: rgba(226, 232, 240, 0.76);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

/* MENU */
.menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.8px;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-shadow: 0 0 4px rgba(255,255,255,0.2);
}

.menu a.active {
    color: #00e5ff;
    background: rgba(106, 0, 255, 0.12);
    box-shadow: 0 0 12px rgba(106, 0, 255, 0.35);
}

.menu a:hover {
    color: #00e5ff;
    background: rgba(0, 229, 255, 0.08);
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.25);
    text-shadow: 0 0 10px #00e5ff;
}

/* BOTÃO */
.btn-dashboard {
    padding: 10px 22px;
    color: #a855ff;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid rgba(168, 85, 255, 0.6);
    background: transparent;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 
        0 0 8px rgba(168, 85, 255, 0.4),
        inset 0 0 6px rgba(168, 85, 255, 0.2);
}

.btn-dashboard:hover {
     color: #fff;
    background: rgba(168, 85, 255, 0.08);
    border: 1px solid #a855ff;
    box-shadow:
        0 0 0 1px rgba(168, 85, 255, 0.9),
        0 0 10px rgba(168, 85, 255, 0.8),
        0 0 18px rgba(168, 85, 255, 0.5),
        inset 0 0 8px rgba(168, 85, 255, 0.25);
}

/* HERO */
.hero {
    text-align: center;
    padding: 65px 20px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.home-hero-note {
    position: absolute;
    top: 18px;
    right: clamp(24px, 7vw, 132px);
    width: min(100%, 360px);
    transform: rotate(2.2deg);
    z-index: 2;
    pointer-events: none;
}

.home-hero-note-inner {
    position: relative;
    padding: 22px 24px 20px;
    min-height: 168px;
    text-align: left;
    color: #4a3212;
    border-radius: 8px 18px 12px 16px;
    background:
        linear-gradient(180deg, rgba(255, 247, 198, 0.98), rgba(235, 199, 104, 0.94)),
        repeating-linear-gradient(
            180deg,
            rgba(115, 73, 10, 0.08) 0,
            rgba(115, 73, 10, 0.08) 1px,
            transparent 1px,
            transparent 28px
        );
    box-shadow:
        0 20px 35px rgba(0, 0, 0, 0.34),
        inset 0 -8px 20px rgba(132, 86, 19, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.62);
    isolation: isolate;
}

.home-hero-note-inner::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px dashed rgba(110, 69, 15, 0.18);
    border-radius: 10px 16px 12px 14px;
    pointer-events: none;
}

.home-hero-note-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px 18px 12px 16px;
    padding: 1.5px;
    background:
        linear-gradient(
            115deg,
            rgba(232, 180, 66, 0.26) 0%,
            rgba(232, 180, 66, 0.26) 32%,
            rgba(255, 255, 245, 1) 46%,
            rgba(255, 223, 122, 1) 49%,
            rgba(255, 247, 198, 1) 52%,
            rgba(255, 255, 238, 1) 55%,
            rgba(232, 180, 66, 0.3) 68%,
            rgba(232, 180, 66, 0.26) 100%
        );
    background-size: 220% 220%;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 1;
    animation: homeHeroNoteBorderSweep 3.8s linear infinite;
    box-shadow:
        0 0 10px rgba(255, 216, 116, 0.34),
        0 0 22px rgba(255, 232, 165, 0.18);
}

.home-hero-note-pin {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, #fff3de 0, #d4522a 38%, #81230d 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
    transform: translateX(-50%);
    z-index: 3;
}

.home-hero-note-tape {
    position: absolute;
    top: 4px;
    width: 96px;
    height: 24px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(255, 248, 223, 0.74), rgba(226, 214, 165, 0.52));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    opacity: 0.9;
}

.home-hero-note-tape-left {
    left: 18px;
    transform: rotate(-16deg);
}

.home-hero-note-tape-right {
    right: 14px;
    transform: rotate(14deg);
}

.home-hero-note-title {
    display: inline-block;
    margin-bottom: 12px;
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #6b3300 !important;
    -webkit-text-fill-color: #6b3300 !important;
    opacity: 1 !important;
}

.home-hero-note-message {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    color: #4a2a00 !important;
    -webkit-text-fill-color: #4a2a00 !important;
    white-space: pre-line;
    text-shadow: none;
    opacity: 1 !important;
}

@keyframes homeHeroNoteBorderSweep {
    0% {
        background-position: 180% 0%;
    }
    100% {
        background-position: -80% 100%;
    }
}

body.questionario-home-active {
    overflow: hidden;
}

.home-questionnaire-overlay {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: none;
}

.home-questionnaire-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 6, 10, 0.8);
    backdrop-filter: blur(6px);
}

.home-questionnaire-modal {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 18px;
}

.home-questionnaire-shell {
    width: min(100%, 780px);
    max-height: calc(100vh - 56px);
    overflow: auto;
    padding: 28px 28px 24px;
    border-radius: 24px;
    border: 1px solid rgba(247, 196, 94, 0.34);
    background:
        linear-gradient(180deg, rgba(24, 14, 6, 0.97), rgba(13, 8, 4, 0.97)),
        radial-gradient(circle at top, rgba(255, 212, 120, 0.1), transparent 40%);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55),
        inset 0 0 0 1px rgba(255,255,255,0.03);
}

.home-questionnaire-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(247, 196, 94, 0.18);
    text-align: left;
}

.home-questionnaire-brand-mark {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-questionnaire-brand-mark img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter:
        drop-shadow(0 4px 10px rgba(0, 0, 0, 0.34))
        drop-shadow(0 0 14px rgba(251, 191, 36, 0.16));
}

.home-questionnaire-brand-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.home-questionnaire-brand-copy strong {
    color: #fff4dc;
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow:
        0 3px 12px rgba(251, 191, 36, 0.22),
        0 0 24px rgba(255, 244, 220, 0.12);
}

.home-questionnaire-brand-copy span {
    margin-top: 5px;
    color: rgba(226, 232, 240, 0.76);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.home-questionnaire-shell h2 {
    margin: 0;
    color: #fff4de;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.05;
}

.home-questionnaire-intro {
    margin: 14px 0 0;
    color: rgba(241, 224, 196, 0.84);
    font-size: 16px;
    line-height: 1.7;
}

.home-questionnaire-form {
    margin-top: 26px;
}

.home-questionnaire-questions {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.home-questionnaire-question {
    padding: 18px 18px 16px;
    border-radius: 18px;
    border: 1px solid rgba(247, 196, 94, 0.16);
    background: rgba(255,255,255,0.03);
}

.home-questionnaire-question h3 {
    margin: 0 0 14px;
    color: #fff1d4;
    font-size: 19px;
    line-height: 1.45;
}

.home-questionnaire-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-questionnaire-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 214, 124, 0.14);
    background: rgba(255,255,255,0.028);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.home-questionnaire-option:hover {
    border-color: rgba(255, 214, 124, 0.34);
    background: rgba(255,255,255,0.05);
    transform: translateY(-1px);
}

.home-questionnaire-option input {
    accent-color: #f4b545;
    transform: scale(1.1);
}

.home-questionnaire-option span {
    color: #f8efe1;
    font-size: 15px;
    line-height: 1.5;
}

.home-questionnaire-submit {
    width: 100%;
    margin-top: 22px;
    padding: 15px 18px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #f1b24b, #cc8627);
    color: #2b1700;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.03em;
    box-shadow: 0 18px 34px rgba(204, 134, 39, 0.22);
}

.home-questionnaire-submit:hover {
    filter: brightness(1.06);
}

.home-questionnaire-success {
    text-align: center;
}

.home-questionnaire-success h2 {
    margin: 4px 0 0;
}

.home-questionnaire-success .home-questionnaire-intro {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.home-questionnaire-followup-card {
    margin-top: 28px;
    padding: 26px 24px;
    border-radius: 22px;
    border: 1px solid rgba(247, 196, 94, 0.24);
    background:
        linear-gradient(180deg, rgba(36, 22, 9, 0.94), rgba(18, 11, 5, 0.96)),
        radial-gradient(circle at top, rgba(255, 212, 120, 0.12), transparent 48%);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.34),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.home-questionnaire-followup-card p {
    margin: 0;
    color: #fff1d4;
    font-size: clamp(18px, 2.6vw, 24px);
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .home-questionnaire-shell {
        padding: 22px 18px 18px;
    }

    .home-questionnaire-brand {
        gap: 12px;
        margin-bottom: 16px;
        padding-bottom: 14px;
        text-align: center;
    }

    .home-questionnaire-brand-mark {
        width: 46px;
        height: 46px;
    }

    .home-questionnaire-brand-mark img {
        width: 40px;
        height: 40px;
    }

    .home-questionnaire-brand-copy strong {
        font-size: 18px;
    }

    .home-questionnaire-brand-copy span {
        font-size: 10px;
        letter-spacing: 0.22em;
    }

    .home-questionnaire-followup-card {
        padding: 22px 18px;
    }

    .home-questionnaire-question {
        padding: 16px 14px 14px;
    }
}

.home-section,
.youtube-section,
.footer,
.news-page,
.manutencao-wrapper,
.floating-social {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 48px;
    text-shadow: 0 0 20px #6a00ff;
}

.hero p {
    color: #aaa;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .hero {
        padding-top: 260px;
    }

    .home-hero-note {
        top: 28px;
        right: 50%;
        transform: translateX(50%) rotate(1deg);
        width: min(calc(100% - 32px), 460px);
    }

    .home-hero-note-inner {
        min-height: 144px;
    }
}

@media (max-width: 640px) {
    .hero {
        padding-top: 236px;
    }

    .home-hero-note {
        width: min(calc(100% - 24px), 360px);
    }

    .home-hero-note-inner {
        padding: 18px 18px 16px;
        min-height: 132px;
    }

    .home-hero-note-message {
        font-size: 16px;
        line-height: 1.55;
    }
}

.btn-primary,
.btn-secondary {
    padding: 12px 20px;
    margin: 10px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
}

.btn-primary {
    background: #00e5ff;
    color: black;
    box-shadow: 0 0 20px #00e5ff66;
}

.btn-secondary {
    border: 1px solid #6a00ff;
    color: white;
}

.btn-primary i,
.btn-secondary i {
    margin-right: 8px;
}

.download-icon {
    animation: downloadGlow 0.9s infinite;
}

/* DROPDOWN */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 180px;
    background: rgba(10, 10, 20, 0.95);
    border: 1px solid #2a2a40;
    border-radius: 8px;
    box-shadow: 0 0 20px #6a00ff33;
    z-index: 2000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    color: #ccc;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.25s ease;
}

.dropdown-content a:hover {
    background: rgba(106, 0, 255, 0.12);
    color: #00e5ff;
}

/* HOME SECTION */
.home-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    padding: 30px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: nowrap;
    max-width: 1600px;
}

/* BOXES */
.news,
.ranking {
    flex: 1;
    background: rgba(15, 15, 30, 0.7);
    border: 1px solid #2a2a40;
    border-radius: 12px;
    padding: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 25px rgba(106, 0, 255, 0.15);
}

.news {
    flex: 1.3;
    max-width: 800px;
}

.ranking {
    flex: 1.2;
    max-width: 800px;
}

.home-informs-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    padding: 0 30px 18px;
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}

.home-inform-card {
    position: relative;
    overflow: hidden;
    padding: 22px 20px 18px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top center, rgba(242, 191, 94, 0.08), transparent 38%),
        linear-gradient(180deg, rgba(26, 17, 10, 0.95), rgba(13, 9, 7, 0.98));
    border: 1px solid rgba(205, 166, 104, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 32px rgba(0, 0, 0, 0.22);
}

.home-inform-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(236, 196, 126, 0.44), transparent);
}

.home-agenda-card {
    flex: 1.3;
    max-width: 800px;
    padding: 22px 20px 18px;
}

.home-cities-card {
    flex: 1.2;
    max-width: 800px;
}

.home-inform-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
    text-align: center;
}

.home-inform-head h2 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f6dfae;
    font-family: 'Cinzel', serif;
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    text-rendering: optimizeLegibility;
}

.home-inform-head h2 i {
    color: #f0c16d;
    text-shadow: 0 0 12px rgba(240, 193, 109, 0.18);
}

.home-cities-title-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 0 12px rgba(240, 193, 109, 0.20));
}

.home-inform-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(206, 164, 98, 0.2);
    background: rgba(49, 32, 17, 0.66);
    color: #f4e0ba;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-inform-copy {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #d6c4a7;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: center;
}

.home-inform-loading,
.home-inform-empty {
    position: relative;
    z-index: 1;
    padding: 18px;
    border-radius: 16px;
    border: 1px dashed rgba(205, 166, 104, 0.18);
    background: rgba(15, 10, 8, 0.42);
    color: #d9c9ae;
    font-size: 14px;
}

.home-agenda-list,
.home-city-owners-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
}

.home-agenda-item,
.home-city-owner-item {
    display: grid;
    gap: 14px;
    align-items: center;
    padding: 14px 15px;
    border-radius: 18px;
    border: 1px solid rgba(205, 166, 104, 0.12);
    background: linear-gradient(180deg, rgba(18, 13, 10, 0.84), rgba(9, 7, 7, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-agenda-item {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(98, 54, 143, 0.32);
    background:
        linear-gradient(180deg, rgba(20, 11, 34, 0.9), rgba(10, 6, 18, 0.94));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 8px 16px rgba(8, 2, 16, 0.16);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.home-agenda-item:hover {
    transform: translateY(-1px);
    border-color: rgba(150, 96, 210, 0.52);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 10px 18px rgba(8, 2, 16, 0.2);
}

.home-agenda-date {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 12px;
    border-right: 1px solid rgba(125, 74, 185, 0.34);
    background:
        linear-gradient(180deg, rgba(58, 28, 96, 0.84), rgba(40, 18, 70, 0.9));
    color: #f8f3ff;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.06em;
    white-space: nowrap;
    text-transform: uppercase;
    font-variant-numeric: tabular-nums;
}

.home-agenda-body strong,
.home-city-owner-meta strong {
    display: block;
    color: #fff4dd;
    font-size: 15px;
    font-weight: 800;
}

.home-agenda-body {
    min-width: 0;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 34px;
}

.home-agenda-mainline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    overflow: hidden;
}

.home-agenda-body strong {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    color: #f7f1ff;
    font-family: 'Cinzel', serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-agenda-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    font-size: 13px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-agenda-status.is-past {
    color: #7ee0a2;
    border-color: rgba(126, 224, 162, 0.24);
    background: rgba(23, 76, 43, 0.26);
}

.home-agenda-status.is-upcoming {
    color: #f0c16d;
    border-color: rgba(240, 193, 109, 0.26);
    background: rgba(98, 62, 14, 0.26);
}

.home-agenda-body > span,
.home-city-owner-meta span,
.home-city-owner-city span {
    display: block;
    margin-top: 4px;
    color: #cbb99d;
    font-size: 13px;
    line-height: 1.5;
}

.home-agenda-body > span {
    margin-top: 4px;
    color: #d5c8e8;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    text-transform: none;
    letter-spacing: 0;
}

.home-city-owner-item {
    grid-template-columns: minmax(0, 110px) minmax(0, 1fr);
    background-image:
        linear-gradient(180deg, rgba(18, 13, 10, 0.88), rgba(9, 7, 7, 0.95)),
        var(--city-card-bg, none);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

.home-city-owner-city strong {
    display: block;
    color: #f8e3b8;
    font-size: 16px;
    font-weight: 900;
}

.home-city-owner-guild {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.home-city-owner-guildmark-shell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.home-city-owner-guildmark {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 10px;
    border: 1px solid rgba(210, 176, 119, 0.18);
    background: rgba(17, 11, 7, 0.9);
    object-fit: cover;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.home-city-owner-guildmark-empty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c9b89d;
}

.home-city-owner-meta {
    min-width: 0;
}

@media (max-width: 1100px) {
    .home-informs-row {
        flex-wrap: wrap;
        padding: 0 24px 18px;
    }

    .home-agenda-card,
    .home-cities-card {
        flex: 1 1 100%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .home-informs-row {
        padding: 0 16px 16px;
    }

    .home-inform-card {
        padding: 18px 16px 16px;
    }

    .home-agenda-card {
        padding: 18px 16px 16px;
    }

    .home-inform-head h2 {
        font-size: 26px;
    }

    .home-agenda-item,
    .home-city-owner-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-agenda-date {
        min-height: 38px;
        border-right: 0;
        border-bottom: 1px solid rgba(125, 74, 185, 0.34);
    }

    .home-agenda-body {
        min-height: auto;
        padding: 10px 14px 12px;
    }

    .home-agenda-mainline {
        gap: 10px;
    }

    .home-agenda-body strong {
        font-size: 14px;
    }
}

.news h2,
.ranking h2 {
    margin-bottom: 15px;
    color: #00e5ff;
    text-shadow: 0 0 10px #00e5ff33;
}

/* NEWS */
.news-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.news-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 0 6px #6a00ff);
    transition: 0.3s;
}

.news-icon:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px #00e5ff);
}

.news{
    position:relative;
    overflow:hidden;
    padding:26px 20px 18px;
    border-radius:22px;
    background:
        radial-gradient(circle at top center, rgba(56, 189, 248, 0.10), transparent 42%),
        linear-gradient(180deg, rgba(14, 21, 35, 0.96), rgba(10, 16, 28, 0.98));
    border:1px solid rgba(103, 168, 255, 0.20);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 18px 32px rgba(0,0,0,0.22);
}

.news::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.55), transparent);
}

.news h2{
    margin:0;
}

.news-kicker{
    margin:0 0 10px;
    color:#7eb7ea;
    font-size:11px;
    font-weight:800;
    letter-spacing:0.14em;
    text-transform:uppercase;
    text-align:center;
}

.news-lead{
    max-width:640px;
    margin:14px auto 22px;
    color:#92a9c6;
    font-size:14px;
    line-height:1.65;
    text-align:center;
}

.news-title{
    gap:14px;
    font-size:18px;
    color:#f3f8ff;
    letter-spacing:-0.02em;
    text-shadow:
        0 0 14px rgba(96, 165, 250, 0.22),
        0 0 28px rgba(34, 211, 238, 0.10);
    position:relative;
}

.news-title::after{
    content:"";
    flex:1;
    max-width:92px;
    height:1px;
    background:linear-gradient(90deg, rgba(103, 168, 255, 0.55), transparent);
}

.news-title span,
.news-title strong,
.news-title{
    filter:drop-shadow(0 0 10px rgba(125, 211, 252, 0.08));
}

.news-title::before{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    transform:translateX(-50%);
    width:180px;
    max-width:58%;
    height:14px;
    background:radial-gradient(circle, rgba(56, 189, 248, 0.22), transparent 72%);
    pointer-events:none;
}

.news .news-title{
    margin-bottom:28px;
}

.news-icon{
    width:34px;
    height:34px;
    filter:drop-shadow(0 0 8px rgba(56, 189, 248, 0.22));
}


/* TAGS */
.tag {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.update {
    background: rgba(255, 0, 0, 0.15);
    color: #ff4d4d;
    border: 1px solid #ff4d4d;
}

.event {
    background: rgba(0, 255, 100, 0.15);
    color: #00ff88;
    border: 1px solid #00ff88;
}

.news-tag {
    background: rgba(255, 165, 0, 0.15);
    color: #ffaa00;
    border: 1px solid #ffaa00;
}

/* RANKING */
.ranking h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.rank-header,
.rank-item {
    display: grid;
    grid-template-columns: 0.7fr 1.5fr 0.8fr 1fr 1fr;
    align-items: center;
    text-align: center;
    gap: 5px;
    padding: 10px;
    border-radius: 8px;
}

.rank-header {
    background: rgba(0, 229, 255, 0.08);
    color: #00e5ff;
    font-weight: bold;
    border: 1px solid rgba(0, 229, 255, 0.2);
    margin-bottom: 10px;
}

.rank-item {
    margin-bottom: 8px;
    background: rgba(255,255,255,0.03);
    transition: 0.3s;
}

.rank-item:hover {
    transform: translateX(5px);
    box-shadow: 0 0 10px #6a00ff55;
}

.rank-item span {
    color: #00e5ff;
    font-weight: bold;
}

/* DIVIDER */
.section-divider {
    width: 78%;
    height: 1px;
    margin: 40px auto 20px auto;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(106, 0, 255, 0.5),
        rgba(0, 229, 255, 0.5),
        transparent
    );
    box-shadow: 0 0 8px rgba(0, 229, 255, 0.15);
}

/* MORE NEWS */
.more-news {
    text-align: center;
    margin-top: 20px;
}

.more-news a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    color: #00e5ff;
    border: 1px solid #00e5ff55;
    background: rgba(0, 229, 255, 0.05);
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0, 229, 255, 0.15);
}

.more-news a:hover {
    transform: translateY(-3px);
    color: white;
    background: linear-gradient(45deg, #6a00ff, #00e5ff);
    box-shadow: 0 0 15px #00e5ff88;
}

.more-news i {
    animation: bounceArrow 1.2s infinite;
}

/* ANIMAÇÕES */
@keyframes glowText {
    from {
        text-shadow: 0 0 4px #6a00ff, 0 0 10px #6a00ff;
    }
    to {
        text-shadow: 0 0 8px #fff, 0 0 15px #00e5ff;
    }
}

@keyframes downloadGlow {
    0% { transform: translateY(-3px); }
    50% { transform: translateY(3px); }
    100% { transform: translateY(-3px); }
}

@keyframes bounceArrow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
}

.rank-item span i {
    font-size: 18px;
    filter: drop-shadow(0 0 6px currentColor);
    animation: glowRank 1.5s infinite alternate;
}

@keyframes glowRank {
    0% {
        opacity: 0.6;
        filter: drop-shadow(0 0 3px currentColor);
    }
    100% {
        opacity: 1;
        filter: drop-shadow(0 0 8px currentColor);
    }
}

.ranking-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ranking-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 0 6px gold);
    transition: 0.3s;
    animation: glowRank 1.5s infinite alternate;
}

.ranking-icon:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px #00e5ff);
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 20px;
   
    font-size: 14px;
    color: #888;
    border-top: 1px solid rgba(255,255,255,0.05);
    background: rgba(10, 10, 20, 0.7);
    backdrop-filter: blur(8px);
    text-shadow: 0 0 5px rgba(106, 0, 255, 0.3);
}

.footer-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: drop-shadow(0 0 6px #6a00ff);
    transition: 0.3s;
}

.footer-icon:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px #00e5ff);
}

@keyframes shineLogo {
    0% {
        filter: brightness(1);
    }
    20% {
        filter: brightness(1.8);
    }
    25% {
        filter: brightness(1);
    }
    30% {
        filter: brightness(2.2);
    }
    35% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1);
    }
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s ease;
    box-shadow: 0 0 8px rgba(255,255,255,0.08);
}

.social-btn.whatsapp {
    color: #25D366;
    border: 1px solid rgba(37, 211, 102, 0.5);
    background: rgba(37, 211, 102, 0.08);
}

.social-btn.whatsapp:hover {
    color: white;
    background: #25D366;
    box-shadow: 0 0 12px #25D366;
    transform: translateY(-2px);
}

.social-btn.discord {
    color: #5865F2;
    border: 1px solid rgba(88, 101, 242, 0.5);
    background: rgba(88, 101, 242, 0.08);
}

.social-btn.discord:hover {
    color: white;
    background: #5865F2;
    box-shadow: 0 0 12px #5865F2;
    transform: translateY(-2px);
}

.floating-social {
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: auto;
    transform: none;

    display: flex;
    gap: 14px;
    z-index: 9999;

    background: rgba(10, 10, 20, 0.75);
    backdrop-filter: blur(8px);
    padding: 10px 18px;
    border-radius: 40px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 0 20px rgba(106, 0, 255, 0.25);
}

.youtube-section {
    width: 85%;
    margin: 50px auto;
    padding: 30px;
    background: rgba(15, 15, 30, 0.7);
    border: 1px solid #2a2a40;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 25px rgba(106, 0, 255, 0.15);
}

.youtube-section h2 {
    text-align: center;
    color: #ff0033;
    margin-bottom: 25px;
    font-size: 32px;
    text-shadow: 0 0 12px rgba(255, 0, 51, 0.5);
}

.youtube-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.video-card,
.partner-card {
    background: rgba(20, 20, 40, 0.7);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s;
}

.video-card:hover,
.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255, 0, 51, 0.25);
}

.video-card iframe {
    width: 100%;
    height: 200px;
}

.video-card p {
    padding: 12px;
    text-align: center;
}

.youtube-card-subtitle {
    display: block;
    margin: -4px 12px 12px;
    text-align: center;
    color: var(--text-muted, rgba(226, 232, 240, 0.72));
    font-size: 14px;
}

.youtube-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px 16px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #2f7be6;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.youtube-card-link:hover {
    background: #2568c8;
}

.partner-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.partner-card h3 {
    text-align: center;
    margin: 12px 0;
}

.partner-card {
    background: rgba(20, 20, 40, 0.7);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s;
    text-align: center;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255, 0, 51, 0.25);
}

.partner-banner img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.partner-info {
    padding: 20px;
    position: relative;
}

.partner-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #111;
    object-fit: cover;
    display: block;
    margin: -60px auto 10px auto;
    background: #111;
}

.partner-info h3 {
    margin: 12px 0 6px;
    font-size: 20px;
    color: white;
}

.partner-info p {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 15px;
}

.partner-info a {
    display: inline-block;
    padding: 10px 18px;
    background: #ff0033;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.partner-info a:hover {
    background: #ff3355;
    box-shadow: 0 0 15px rgba(255,0,51,0.5);
}

.youtube-grid-message {
    grid-column: 1 / -1;
    padding: 28px 18px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    text-align: center;
    color: var(--text-muted, rgba(226, 232, 240, 0.72));
    background: rgba(20, 20, 40, 0.42);
}

.hide-btn {
    background: transparent;
    border: none;
    color: #00e5ff;
    cursor: pointer;
    font-size: 18px;
}

.hide-btn:hover {
    color: #fff;
}

.item-icon,
.site-page-content img.item-icon,
.site-page-content img.admin-item-icon,
.site-page-content img[src*="/items/"],
.site-page-content img[style*="vertical-align"],
.news-description-full img.item-icon,
.news-description-full img.admin-item-icon,
.news-description-full img[src*="/items/"],
.news-description-full img[style*="vertical-align"] {
    width: auto;
    height: 1.2em;
    max-width: none;
    max-height: 1.2em;
    vertical-align: -0.18em;
    margin: 0 0.16em;
    display: inline-block;
    object-fit: contain;
    border-radius: 0;
    line-height: 1;
}

.news-description-full img:not(.item-icon):not(.admin-item-icon):not([src*="/items/"]):not([style*="vertical-align"]) {
    width: 96px;
    height: 96px;
    max-width: 96px;
    display: block;
    margin: 12px auto;
    padding: 6px;
    border-radius: 10px;
    object-fit: contain;
    background: #06080c;
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 10px 18px rgba(0,0,0,0.20);
}

.news-description-full p:has(> img:not(.item-icon):not(.admin-item-icon):not([style*="vertical-align"])) {
    width: fit-content;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
}

/* ========================= */
/* ESTILO AVANÇADO DESCRIÇÃO */
/* ========================= */

.news-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #e4e4e4;
    margin-top: 10px;
}

/* títulos dentro da descrição */
.news-item h1,
.news-item h2,
.news-item h3 {
    color: #4da3ff;
    margin-top: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

/* negrito */
.news-item strong {
    color: #00ffb3;
}

/* itálico */
.news-item em {
    color: #bbb;
}

/* listas */
.news-item ul {
    margin: 10px 0 15px;
    padding-left: 20px;
}

.news-item li {
    margin-bottom: 6px;
    color: #ddd;
}

/* links */
.news-item a {
    color: #4da3ff;
    font-weight: bold;
    text-decoration: none;
}

.news-item a:hover {
    text-decoration: underline;
}

/* emojis e destaque */
.news-item span {
    font-weight: 600;
}

/* bloco estilo "seção" (tipo melhorias, correções) */
.news-item p:has(strong) {
    margin-top: 12px;
}

/* separação visual */
.news-item p + ul {
    margin-top: 8px;
}

/* assinatura final */
.news-item p:last-child {
    margin-top: 15px;
    color: #aaa;
    font-size: 14px;
}

/* CENTRALIZA??O TOTAL DA PÁGINA DE MANUTEN??O */
body.manutencao-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* container principal */
.manutencao-container {
    text-align: center;
    max-width: 700px;
    padding: 40px;

    background: rgba(10,10,20,0.8);
    border: 1px solid rgba(0,229,255,0.2);
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0,229,255,0.1);
}

/* título */
.manutencao-container h1 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #00e5ff;
}

/* texto */
.manutencao-container p {
    font-size: 16px;
    color: #ccc;
}

/* countdown */
#countdown-box {
    margin-top: 20px;
}

/* centraliza conteúdo */
.manutencao-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column; /* =% ISSO resolve */
    justify-content: center;
    align-items: center;
	margin-bottom: 20px;
}

/* footer fixo embaixo */
.footer {
    text-align: center;
    padding: 15px;
    color: #aaa;
}

/* banner/logo */
.manutencao-banner {
    position: relative;
    height: 120px; /* =H controla o espa?o ocupado */
}

/* imagem grande, mas sem empurrar */
.manutencao-banner img {
    position: absolute;
    top: -140px; /* ajusta altura */
    left: 50%;
    transform: translateX(-50%);

    width: 500px; /* =H tamanho grande visual */
    max-width: none;

    pointer-events: none;
    user-select: none;

    filter: drop-shadow(0 0 25px rgba(0,229,255,0.5));
}

.manutencao-banner img:hover {
    transform: scale(1.05);
}

.manutencao-divider {
    width: 80%;
    max-width: 900px;
    height: 1px;

    margin: 10px 0 30px 0;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,0,0,0.8),
        transparent
    );

    box-shadow: 0 0 10px rgba(255,0,0,0.4);
}

.news-divider-inner{
    width:100%;
    height:1px;
    margin:10px 0;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(0,229,255,.5),
        transparent
    );
}

.news-description{
    font-size:14px;
    color:#ccc;
    line-height:1.4;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.news-page {
    position: relative;
    width: min(96%, 1640px);
    max-width: 1640px;
    margin: 44px auto;
    padding: 34px 22px 28px;
    background:
        radial-gradient(circle at top center, rgba(56, 189, 248, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(15, 23, 38, 0.92), rgba(10, 17, 30, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 22px;
    backdrop-filter: blur(12px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 20px 40px rgba(0,0,0,0.22);
    overflow: hidden;
}

.news-page::before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:1px;
    background:linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.44), transparent);
}

.news-page h1 {
    text-align: center;
    color: #eaf4ff;
    font-size: 34px;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
    text-shadow:
        0 0 18px rgba(96, 165, 250, 0.18),
        0 0 34px rgba(34, 211, 238, 0.10);
    position: relative;
    font-weight: 900;
}

.news-page h1::after{
    content:"";
    display:block;
    width:170px;
    max-width:42%;
    height:10px;
    margin:8px auto 0;
    background:radial-gradient(circle, rgba(56, 189, 248, 0.26), transparent 72%);
}

.news-page > p {
    text-align: center;
    color: #9eb0c7;
    margin-bottom: 24px;
    font-size: 14px;
}

#all-news-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 440px));
    gap: 14px;
    margin-top: 20px;
    align-items: stretch;
    justify-content: start;
}

.news-card {
    position: relative;
    display: block;
    min-height: 290px;
    background:
        radial-gradient(circle at 12% 18%, rgba(125, 211, 252, 0.08), transparent 24%),
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.10), transparent 34%),
        linear-gradient(180deg, rgba(13, 21, 36, 0.96), rgba(9, 14, 26, 0.99));
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 10px 22px rgba(0,0,0,0.18);
}

.news-card:hover {
    transform: translateY(-5px);
    border-color: rgba(103, 168, 255, 0.36);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 18px 30px rgba(0,0,0,0.24);
    text-decoration: none;
}

.news-card.featured{
    background:
        radial-gradient(circle at 10% 18%, rgba(125, 211, 252, 0.12), transparent 24%),
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), transparent 28%),
        radial-gradient(circle at 85% 78%, rgba(245, 158, 11, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(15, 25, 42, 0.98), rgba(10, 16, 28, 1));
}

.news-card-image {
    position: relative;
    height: 145px;
    overflow: hidden;
}

.news-card.featured .news-card-image{
    height: 145px;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
}

.news-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(6, 10, 18, 0.06) 0%, rgba(6, 10, 18, 0.18) 42%, rgba(9, 14, 26, 0.98) 100%);
}

.news-card-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(59, 130, 246, 0.18);
    color: #e7f2ff;
    border: 1px solid rgba(96, 165, 250, 0.48);
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.25);
}

.news-card-tag.event {
    background: rgba(16, 185, 129, 0.18);
    color: #d8fff3;
    border-color: rgba(45, 212, 191, 0.46);
}

.news-card-tag.maintenance {
    background: rgba(245, 158, 11, 0.18);
    color: #ffe6b7;
    border-color: rgba(251, 191, 36, 0.46);
}

.news-card-content {
    padding: 14px 14px 12px;
    display: flex;
    flex-direction: column;
    min-height: 120px;
}

.news-card-kicker{
    display: inline-flex;
    margin-bottom: 6px;
    color: #77b6eb;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.news-card-content h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.news-card-content p {
    margin: 0 0 14px;
    color: #9eb0c7;
    font-size: 12px;
    line-height: 1.45;
}

.news-card-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #dbeafe;
    font-size: 11px;
    font-weight: 800;
}

.news-card-date-overlay{
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(8, 13, 25, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.16);
    backdrop-filter: blur(8px);
}

.news-card-foot{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
    margin-top:auto;
    padding-top:10px;
    border-top:1px solid rgba(148, 163, 184, 0.12);
}

.news-card-author{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:5px 9px;
    border-radius:7px;
    border:1px solid rgba(45, 212, 191, 0.26);
    background: rgba(16, 185, 129, 0.10);
    color:#d8fff3;
    font-size:10px;
    font-weight:700;
}

.news-card-author i{
    color:#5eead4;
}

.news-card-link{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#b8d9ff;
    font-size:11px;
}

.news-page-empty{
    grid-column: 1 / -1;
    display:grid;
    gap:8px;
    padding:36px 22px;
    border-radius:18px;
    border:1px dashed rgba(103, 168, 255, 0.24);
    background: rgba(12, 20, 34, 0.78);
    text-align:center;
}

.news-page-empty strong{
    color:#e7f2ff;
    font-size:18px;
}

.news-page-empty span{
    color:#95a9c3;
    font-size:14px;
}

.news-pagination{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin-top:32px;
}

.news-pagination.hidden{
    display:none;
}

.news-pagination-btn{
    min-width:42px;
    height:42px;
    padding:0 14px;
    border-radius:12px;
    border:1px solid rgba(148, 163, 184, 0.18);
    background: rgba(12, 20, 34, 0.82);
    color:#cfe4ff;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.news-pagination-btn:hover:not(:disabled){
    transform: translateY(-1px);
    border-color: rgba(103, 168, 255, 0.42);
    background: rgba(25, 45, 79, 0.82);
    box-shadow: 0 10px 18px rgba(0,0,0,0.18);
}

.news-pagination-btn.active{
    background: linear-gradient(180deg, rgba(49, 95, 171, 0.92), rgba(29, 67, 128, 0.95));
    border-color: rgba(125, 211, 252, 0.46);
    color:#f8fbff;
    box-shadow: 0 12px 20px rgba(12, 33, 64, 0.24);
}

.news-pagination-btn:disabled{
    opacity:0.45;
    cursor:not-allowed;
}

.news-pagination-btn.nav{
    min-width:44px;
    padding:0;
}

@media (max-width: 1000px) {
    #all-news-list {
        grid-template-columns: repeat(2, 1fr);
        justify-content: stretch;
    }
}

@media (max-width: 650px) {
    .news-page{
        width: calc(100% - 28px);
        padding: 28px 16px 20px;
        margin: 30px auto;
    }

    .news-page h1{
        font-size: 28px;
    }

    #all-news-list {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 24px;
    }

    .news-card{
        min-height: 0;
    }
    .news-card-image{
        height: 140px;
    }

    .news-card.featured .news-card-image{
        height: 140px;
    }

    .news-card-content{
        padding: 14px 12px 12px;
    }

    .news-card-content h3{
        font-size: 16px;
    }

    .news-pagination{
        margin-top:24px;
        gap:8px;
    }

    .news-pagination-btn{
        min-width:40px;
        height:40px;
    }
}

#noticia-full {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.noticia-full{
    background:
        radial-gradient(circle at top center, rgba(255,255,255,0.02), transparent 28%),
        linear-gradient(180deg, rgba(6, 8, 12, 0.98), rgba(8, 10, 14, 0.99));
    border: 1px solid rgba(148, 163, 184, 0.10);
    border-radius: 16px;
    padding: 35px 24px 24px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 12px 26px rgba(0,0,0,0.22);
}

.news-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}

.news-date-top {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 6px 12px;
    border-radius: 8px;

    font-size: 12px;
    font-weight: 600;

    color: #00e5ff;

    background: rgba(0, 229, 255, 0.08);
    border: 1px solid rgba(0, 229, 255, 0.25);

    box-shadow: 0 0 8px rgba(0, 229, 255, 0.15);
}

.news-back {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.news-back .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.news-title-divider {
    width: 100%;
    height: 1px;

    margin: 15px 0 20px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 229, 255, 0.5),
        transparent
    );

    box-shadow: 0 0 6px rgba(0, 229, 255, 0.2);
}

.news-subtitle {
    margin-top: 10px;
    margin-bottom: 25px;

    font-size: 16px;
    line-height: 1.5;

    color: #b8c0cc;

    padding: 10px 12px;
    border-left: 3px solid rgba(0, 229, 255, 0.5);

    background: rgba(12, 16, 22, 0.96);
    border-radius: 6px;

    position: relative;
}

/* linha abaixo */
.news-subtitle::after {
    content: "";
    display: block;

    width: 100%;
    height: 1px;

    margin-top: 18px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 229, 255, 0.5),
        transparent
    );

    box-shadow: 0 0 6px rgba(0, 229, 255, 0.2);
}

.news-author {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    font-size: 12px;
    font-weight: 600;

    color: #a855ff;

    background: rgba(168, 85, 255, 0.08);
    border: 1px solid rgba(168, 85, 255, 0.25);
    border-radius: 8px;

    padding: 6px 12px;

    box-shadow: 0 0 8px rgba(168, 85, 255, 0.15);
}

.news-share {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
}

.btn-share {
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 10px 16px;

    border-radius: 10px;
    border: 1px solid rgba(0, 229, 255, 0.3);

    background: rgba(0, 229, 255, 0.08);
    color: #00e5ff;

    font-weight: 600;
    cursor: pointer;

    backdrop-filter: blur(6px);

    position: relative;
    z-index: 1001;
}

.share-box {
    display: none;

    margin-top: 10px;
    padding: 15px;

    background: rgba(10,10,20,0.95);
    border: 1px solid rgba(0,229,255,0.3);
    border-radius: 12px;

    flex-direction: column;
    align-items: center;
    gap: 10px;

    box-shadow: 0 0 20px rgba(0,229,255,0.2);

    pointer-events: auto;
    z-index: 1000;
}

.share-box.active {
    display: flex;
}

.btn-copy {
    padding: 8px 12px;
    border-radius: 8px;

    border: none;
    background: #00e5ff;
    color: #000;

    font-weight: 600;
    cursor: pointer;
}

#news-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.news-description-full{
    background: rgba(8, 10, 14, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.08);
    border-radius: 14px;
    padding: 18px 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}

.home-news-card {
    position:relative;
    display:block;
    padding:18px 20px 16px;
    border-radius:20px;
    border:1px solid rgba(148, 163, 184, 0.12);
    background:
        radial-gradient(circle at 10% 16%, rgba(125, 211, 252, 0.11), transparent 20%),
        radial-gradient(circle at 88% 18%, rgba(59, 130, 246, 0.1), transparent 28%),
        radial-gradient(circle at 82% 82%, rgba(245, 158, 11, 0.05), transparent 20%),
        linear-gradient(135deg, rgba(255,255,255,0.025) 0%, transparent 34%),
        linear-gradient(180deg, rgba(22, 16, 12, 0.96), rgba(13, 10, 11, 0.98));
    text-decoration: none;
    color: #fff;
    overflow:hidden;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 14px 28px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
}

.home-news-card::before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:3px;
    background:linear-gradient(180deg, rgba(125, 211, 252, 0.98), rgba(245, 158, 11, 0.22));
}

.home-news-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg, rgba(10, 8, 9, 0.86) 0%, rgba(10, 8, 9, 0.72) 38%, rgba(10, 8, 9, 0.84) 100%),
        linear-gradient(180deg, rgba(10, 8, 9, 0.18), rgba(10, 8, 9, 0.5)),
        url("/images/cardnoticia.png"),
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.1), transparent 34%),
        linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.03) 48%, transparent 72%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: center, center, center, top right, center;
    background-size: auto, auto, cover, auto, auto;
    opacity: 0.5;
    pointer-events:none;
}

.home-news-card.featured::after{
    background:
        linear-gradient(90deg, rgba(10, 8, 9, 0.82) 0%, rgba(10, 8, 9, 0.64) 36%, rgba(10, 8, 9, 0.8) 100%),
        linear-gradient(180deg, rgba(245, 158, 11, 0.08), rgba(10, 8, 9, 0.44)),
        url("/images/cardnoticia.png"),
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.09), transparent 34%),
        linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.03) 48%, transparent 72%);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: center, center, center, top right, center;
    background-size: auto, auto, cover, auto, auto;
    opacity: 0.58;
}

.home-news-card:hover {
    transform: translateY(-4px);
    border-color: rgba(251, 191, 36, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 18px 34px rgba(0,0,0,0.24);
}

.home-news-card.featured{
    background:
        radial-gradient(circle at 10% 16%, rgba(125, 211, 252, 0.14), transparent 22%),
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.11), transparent 28%),
        radial-gradient(circle at 85% 78%, rgba(245, 158, 11, 0.08), transparent 22%),
        linear-gradient(135deg, rgba(255,255,255,0.025) 0%, transparent 40%),
        linear-gradient(180deg, rgba(28, 20, 14, 0.98), rgba(14, 10, 11, 1));
    border-color: rgba(251, 191, 36, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 16px 30px rgba(3, 10, 23, 0.24);
}

.home-news-card.featured::before{
    width:3px;
    background:linear-gradient(180deg, rgba(125, 211, 252, 0.98), rgba(245, 158, 11, 0.25));
}

.home-news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:12px;
    margin-bottom: 14px;
    flex-wrap:wrap;
}

.home-tag {
    display:inline-flex;
    align-items:center;
    gap:7px;
    font-size: 9px;
    font-weight: 800;
    padding: 7px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    border:1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.home-tag.update {
    background: rgba(59, 130, 246, 0.18);
    color: #d7e9ff;
    border-color: rgba(96, 165, 250, 0.48);
}

.home-tag.event {
    background: rgba(16, 185, 129, 0.16);
    color: #d6fff3;
    border-color: rgba(45, 212, 191, 0.48);
}

.home-date {
    font-size: 11px;
    color: #d6e6ff;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(148, 163, 184, 0.12);
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 6px 16px rgba(0,0,0,0.09);
}

.home-date i{
    color:#93c5fd;
    filter: drop-shadow(0 0 8px rgba(96, 165, 250, 0.18));
}

.home-news-card.featured .home-date{
    color:#dbeafe;
}

.home-news-body{
    position: relative;
    z-index: 1;
    padding-right: 6px;
    padding-bottom: 2px;
}

.home-news-eyebrow{
    display:inline-flex;
    margin-bottom:10px;
    color:#8dbceb;
    font-size:10px;
    font-weight:800;
    letter-spacing:0.18em;
    text-transform:uppercase;
}

.home-news-bottom{
    display:flex;
    position: relative;
    z-index: 1;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-top:14px;
    padding-top:14px;
    border-top:1px solid rgba(148, 163, 184, 0.08);
    flex-wrap:wrap;
}

.home-news-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#fff4df;
    font-size:11px;
    font-weight:800;
    letter-spacing:0.07em;
    text-transform:uppercase;
    padding:9px 13px;
    border-radius:999px;
    border:1px solid rgba(251, 191, 36, 0.16);
    background:linear-gradient(180deg, rgba(72, 45, 21, 0.72), rgba(44, 28, 18, 0.82));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 8px 16px rgba(0,0,0,0.12);
}

.home-news-link i{
    transition:transform 0.2s ease;
}

.home-news-card:hover .home-news-link i{
    transform:translateX(3px);
}

.home-news-author{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#dce8d4;
    font-size:11px;
    font-weight:700;
    padding:7px 12px;
    border-radius:999px;
    border:1px solid rgba(163, 230, 53, 0.16);
    background:linear-gradient(180deg, rgba(63, 73, 25, 0.68), rgba(38, 44, 18, 0.8));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.home-news-card h3 {
    margin: 0 0 8px;
    font-size: clamp(22px, 2.5vw, 33px);
    font-weight: 900;
    line-height: 1.04;
    color:#f8fbff;
    letter-spacing:-0.04em;
    text-wrap: balance;
    max-width: 14ch;
}

.home-news-card.featured h3 {
    color: #ffffff;
    text-shadow: 0 0 18px rgba(251, 191, 36, 0.06);
}

.home-news-card p {
    margin: 0;
    font-size: 15px;
    color: #c4ccd7;
    line-height:1.55;
    max-width: 66ch;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-news-author i{
    color:#5eead4;
}

.home-news-empty{
    display:grid;
    gap:8px;
    padding:28px 20px;
    border-radius:18px;
    border:1px dashed rgba(103, 168, 255, 0.28);
    background:rgba(13, 21, 36, 0.78);
    text-align:center;
}

.home-news-empty strong{
    color:#e6f2ff;
    font-size:16px;
}

.home-news-empty span{
    color:#90a4bf;
    font-size:13px;
}

@media (max-width: 860px) {
    .news{
        padding:22px 16px 16px;
    }

    .news-title{
        font-size:16px;
    }

    .news-title::after{
        max-width:48px;
    }

    .news-lead{
        font-size:13px;
        margin:12px auto 18px;
    }

    .home-news-card{
        padding:16px;
    }

    .home-news-card h3{
        font-size:22px;
    }

    .home-news-body{
        padding-right:0;
    }

    .home-news-bottom{
        justify-content:flex-start;
    }
}

.news-description-full img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 18px auto;
    border-radius: 10px;
}

.news-description-full img.item-icon,
.news-description-full img.admin-item-icon,
.site-page-content img.item-icon,
.site-page-content img.admin-item-icon,
.news-description-full img[src*="/items/"],
.site-page-content img[src*="/items/"],
.site-page-content img[style*="vertical-align"] {
    width: auto;
    height: 1.2em;
    max-width: none;
    max-height: 1.2em;
    display: inline-block;
    vertical-align: -0.18em;
    margin: 0 0.16em;
    border-radius: 0;
    object-fit: contain;
}

/* LINKS DISCRETOS NA NOTÍCIA */
.news-description-full a {
    color: #7fdfff;           /* leve destaque */
    text-decoration: none;    /* sem sublinhado */
    font-weight: 500;         /* leve destaque */
    transition: 0.2s;
}

.news-description-full a:hover {
    color: #ffffff;           /* destaca ao passar mouse */
}

.news-divider {
    width: 100%;
    height: 1px;
    margin: 25px 0 30px;
    
    background: linear-gradient(
        to right,
        transparent,
        #ff3b3b,
        transparent
    );

    opacity: 0.6;
}

html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
}

/* FINAL COLOR OVERRIDE 20260428 */
body {
    background: #070b11 !important;
    color: #edf2f8 !important;
}

body::before {
    opacity: 0.34 !important;
    background:
        linear-gradient(rgba(196, 166, 106, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(196, 166, 106, 0.032) 1px, transparent 1px),
        radial-gradient(rgba(143, 177, 217, 0.08) 0.7px, transparent 0.8px) !important;
    background-size: 88px 88px, 88px 88px, 28px 28px !important;
}

.bg-glow {
    background:
        radial-gradient(circle at top, rgba(24, 58, 98, 0.24), transparent 38%),
        radial-gradient(circle at bottom, rgba(7, 58, 52, 0.18), transparent 34%),
        radial-gradient(circle at 18% 14%, rgba(196, 166, 106, 0.08), transparent 18%),
        radial-gradient(circle at 82% 78%, rgba(97, 130, 170, 0.08), transparent 22%) !important;
}

.topbar {
    background: rgba(9, 13, 20, 0.9) !important;
    border-bottom: 1px solid rgba(175, 149, 96, 0.2) !important;
}

.menu a,
.dropdown-content a,
.hero p,
.partner-info p,
.news-page > p,
.home-date,
.home-news-card p,
.news-card-content p,
.news-card-date,
.news-subtitle,
.footer {
    color: #aab7c8 !important;
}

.menu a.active,
.menu a:hover,
.dropbtn.active,
.dropbtn:hover {
    color: #f6ead0 !important;
    background: rgba(39, 58, 86, 0.9) !important;
    box-shadow: inset 0 0 0 1px rgba(167, 145, 92, 0.22) !important;
}

.dropdown-content {
    background: rgba(12, 18, 28, 0.98) !important;
    border: 1px solid rgba(167, 145, 92, 0.18) !important;
}

.dropdown-content a:hover {
    background: rgba(48, 65, 92, 0.5) !important;
    color: #f5efe2 !important;
}

.btn-dashboard,
.btn-secondary,
.more-news a {
    color: #dde7f4 !important;
    background: rgba(20, 31, 48, 0.88) !important;
    border-color: rgba(121, 149, 184, 0.34) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

.btn-dashboard:hover,
.btn-secondary:hover,
.more-news a:hover {
    background: rgba(31, 46, 68, 0.96) !important;
    border-color: rgba(183, 160, 106, 0.34) !important;
    color: #fff7e6 !important;
}

.btn-primary,
.partner-info a,
.btn-copy {
    color: #f7fbff !important;
    background: linear-gradient(180deg, #557eb6, #355b8f) !important;
    box-shadow: 0 10px 24px rgba(17, 34, 58, 0.22) !important;
}

.btn-primary:hover,
.partner-info a:hover,
.btn-copy:hover {
    background: linear-gradient(180deg, #648cc0, #40699e) !important;
}

.hero h1,
.youtube-section h2 {
    color: #f2f5f9 !important;
    text-shadow: none !important;
}

.news h2,
.ranking h2,
.news-page h1 {
    color: #a9d1f8 !important;
    text-shadow: none !important;
}

.news,
.ranking,
.youtube-section,
.news-page,
.manutencao-container,
.video-card,
.partner-card,
.share-box,
.floating-social {
    background: linear-gradient(180deg, rgba(15, 23, 36, 0.96), rgba(10, 16, 27, 0.98)) !important;
    border-color: rgba(103, 124, 153, 0.24) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22) !important;
}

.rank-header {
    background: rgba(34, 52, 77, 0.9) !important;
    border-color: rgba(111, 138, 171, 0.3) !important;
    color: #e6edf7 !important;
}

.rank-item {
    background: rgba(255, 255, 255, 0.035) !important;
}

.rank-item span {
    color: #dbe4f1 !important;
}

.home-news-card,
.news-card {
    background: linear-gradient(180deg, rgba(17, 26, 41, 0.97), rgba(10, 16, 28, 0.985)) !important;
    border-color: rgba(99, 124, 156, 0.26) !important;
}

.home-news-card:hover,
.news-card:hover {
    border-color: rgba(177, 151, 98, 0.3) !important;
}

.home-tag.update {
    background: rgba(58, 87, 131, 0.34) !important;
    color: #eef4ff !important;
    border-color: rgba(135, 162, 204, 0.36) !important;
}

.home-tag.event {
    background: rgba(24, 86, 78, 0.34) !important;
    color: #ecfffb !important;
    border-color: rgba(93, 182, 166, 0.34) !important;
}

.news-date-top,
.btn-share,
.home-news-date,
.news-card-date {
    color: #e7eef8 !important;
    background: rgba(24, 34, 51, 0.9) !important;
    border-color: rgba(105, 127, 156, 0.28) !important;
}

.news-author-badge,
.home-news-author {
    color: #d8fff6 !important;
    background: rgba(11, 73, 68, 0.52) !important;
    border-color: rgba(59, 173, 156, 0.28) !important;
}

.section-divider,
.news-title-divider,
.news-divider-inner,
.manutencao-divider,
.news-divider {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(168, 146, 94, 0.5),
        transparent
    ) !important;
    box-shadow: none !important;
}

/* =========================
   COLOR TUNING ONLY
========================= */

body {
    background: #08111a !important;
}

body::before {
    opacity: 0.08 !important;
}

.bg-glow {
    background:
        radial-gradient(circle at top, rgba(70, 108, 166, 0.10), transparent 30%),
        radial-gradient(circle at bottom, rgba(24, 100, 108, 0.07), transparent 32%) !important;
}

.topbar {
    background: rgba(9, 14, 22, 0.92) !important;
    border-bottom-color: rgba(148, 163, 184, 0.10) !important;
}

.menu a.active,
.menu a:hover {
    color: #eef6ff !important;
    background: rgba(40, 73, 118, 0.36) !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.btn-dashboard {
    color: #eef4ff !important;
    border-color: rgba(109, 159, 223, 0.34) !important;
    background: rgba(23, 39, 63, 0.68) !important;
    box-shadow: none !important;
}

.btn-dashboard:hover {
    background: rgba(35, 59, 94, 0.88) !important;
    border-color: rgba(125, 211, 252, 0.34) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18) !important;
}

.hero h1 {
    color: #f2f6fb !important;
    text-shadow: none !important;
}

.hero p {
    color: #97a6bb !important;
}

.btn-primary {
    background: linear-gradient(180deg, #4f87d9, #3567b1) !important;
    color: #f8fbff !important;
    box-shadow: 0 10px 22px rgba(24, 57, 101, 0.22) !important;
}

.btn-secondary {
    border-color: rgba(109, 159, 223, 0.30) !important;
    color: #eef4ff !important;
    background: rgba(17, 27, 42, 0.64) !important;
}

.news,
.ranking,
.youtube-section,
.news-page {
    background:
        linear-gradient(180deg, rgba(14, 21, 34, 0.97), rgba(10, 16, 28, 0.98)) !important;
    border-color: rgba(148, 163, 184, 0.11) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 16px 28px rgba(0, 0, 0, 0.16) !important;
}

.news h2,
.ranking h2,
.news-page h1 {
    color: #9ecbfb !important;
}

.rank-header {
    background: rgba(33, 52, 82, 0.90) !important;
    border-color: rgba(96, 165, 250, 0.22) !important;
    color: #edf4ff !important;
}

.rank-item {
    background: rgba(255, 255, 255, 0.028) !important;
}

.rank-item span {
    color: #93bce9 !important;
}

.more-news a {
    color: #dbeafe !important;
    border-color: rgba(103, 168, 255, 0.24) !important;
    background: rgba(28, 47, 77, 0.46) !important;
}

.more-news a:hover {
    background: rgba(42, 69, 109, 0.68) !important;
}

.video-card,
.partner-card {
    background: rgba(16, 24, 37, 0.96) !important;
    border-color: rgba(148, 163, 184, 0.12) !important;
}

.footer {
    color: #91a4bf !important;
    background: rgba(9, 14, 22, 0.92) !important;
    border-top-color: rgba(148, 163, 184, 0.10) !important;
}

.floating-social {
    background: rgba(9, 14, 22, 0.92) !important;
    border-color: rgba(148, 163, 184, 0.12) !important;
}

/* =========================
   BOTOES HOME (SEM NEON)
========================= */
.btn-dashboard {
    padding: 10px 22px;
    border-radius: 11px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(10, 16, 30, 0.92));
    color: #e2e8f0;
    font-weight: 700;
    letter-spacing: 0.2px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
    transition: background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}

.btn-dashboard:hover {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
    border-color: rgba(125, 211, 252, 0.45);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.btn-secondary {
    border: 1px solid rgba(148, 163, 184, 0.36);
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.86), rgba(10, 16, 30, 0.9));
    color: #e5e7eb;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.26);
    transition: background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}

.btn-secondary:hover {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.95));
    border-color: rgba(125, 211, 252, 0.42);
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* =========================
   PALETA REFINADA (SEM NEON)
========================= */
:root {
    --bg-main: #0b1118;
    --bg-elevated: rgba(15, 23, 36, 0.88);
    --bg-elevated-strong: rgba(11, 18, 30, 0.94);
    --border-soft: rgba(148, 163, 184, 0.22);
    --border-strong: rgba(125, 211, 252, 0.35);
    --text-main: #e5e7eb;
    --text-muted: #9aa4b2;
    --brand: #67a8ff;
    --brand-strong: #3f86f5;
    --accent: #28b7a7;
    --danger-soft: #ef4444;
    --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.28);
}

body {
    background: var(--bg-main);
    color: var(--text-main);
}

.bg-glow {
    background:
        radial-gradient(circle at top, rgba(59, 130, 246, 0.12), transparent 46%),
        radial-gradient(circle at bottom, rgba(20, 184, 166, 0.08), transparent 42%);
}

.topbar {
    background: rgba(9, 14, 24, 0.78);
    border-bottom: 1px solid var(--border-soft);
}

.logo {
    color: #f3f4f6;
    animation: none;
}

.logo::after {
    display: none;
}

.logo-img,
.news-icon,
.ranking-icon,
.footer-icon {
    filter: none;
}

.logo-banner-img {
    filter: drop-shadow(0 0 18px rgba(34, 211, 238, 0.12));
}

.menu a {
    color: #d5dbe5;
    text-shadow: none;
}

.menu a.active {
    color: #dff2ff;
    background: rgba(59, 130, 246, 0.16);
    box-shadow: none;
}

.menu a:hover {
    color: #e8f4ff;
    background: rgba(40, 183, 167, 0.12);
    box-shadow: none;
    text-shadow: none;
}

.btn-dashboard {
    color: #dbeafe;
    border: 1px solid rgba(103, 168, 255, 0.42);
    background: rgba(59, 130, 246, 0.1);
    box-shadow: none;
}

.btn-dashboard:hover {
    color: #ffffff;
    background: rgba(59, 130, 246, 0.22);
    border-color: rgba(103, 168, 255, 0.7);
    box-shadow: none;
}

.hero h1 {
    text-shadow: 0 8px 26px rgba(15, 23, 42, 0.55);
}

.hero p {
    color: var(--text-muted);
}

.btn-primary {
    background: linear-gradient(135deg, var(--brand-strong), var(--brand));
    color: #f8fafc;
    box-shadow: var(--shadow-soft);
}

.btn-secondary {
    border: 1px solid rgba(103, 168, 255, 0.45);
    color: #dbeafe;
    background: rgba(59, 130, 246, 0.08);
}

.dropdown-content {
    background: var(--bg-elevated-strong);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-soft);
}

.dropdown-content a {
    color: #cfd8e6;
}

.dropdown-content a:hover {
    background: rgba(103, 168, 255, 0.12);
    color: #eff6ff;
}

.news,
.ranking,
.youtube-section,
.news-page {
    background: var(--bg-elevated);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-soft);
}

.news h2,
.ranking h2,
.news-page h1 {
    color: #9fd3ff;
    text-shadow: none;
}

.rank-header {
    background: rgba(103, 168, 255, 0.12);
    color: #dbeafe;
    border: 1px solid rgba(103, 168, 255, 0.35);
}

.rank-item {
    background: rgba(255, 255, 255, 0.03);
}

.rank-item:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.rank-item span {
    color: #7cc3ff;
}

.section-divider,
.news-title-divider,
.news-divider-inner {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(103, 168, 255, 0.55),
        transparent
    );
    box-shadow: none;
}

.more-news a {
    min-height: 46px;
    padding: 0 18px;
    color: #dbeafe;
    border: 1px solid rgba(103, 168, 255, 0.34);
    background: linear-gradient(180deg, rgba(32, 63, 112, 0.32), rgba(18, 38, 74, 0.46));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.more-news a:hover {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(42, 82, 146, 0.42), rgba(23, 49, 97, 0.62));
    box-shadow: var(--shadow-soft);
}

.more-news span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer {
    color: #94a3b8;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(10, 15, 24, 0.8);
    text-shadow: none;
}

.floating-social {
    background: rgba(10, 15, 24, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: var(--shadow-soft);
}

.youtube-section h2 {
    color: #f4f7fb;
    text-shadow: none;
}

.video-card,
.partner-card {
    background: rgba(17, 26, 40, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.video-card:hover,
.partner-card:hover {
    box-shadow: var(--shadow-soft);
}

.partner-info p,
.news-page > p,
.home-date,
.home-news-card p,
.news-card-content p,
.news-card-date,
.news-subtitle {
    color: var(--text-muted);
}

.partner-info a {
    background: #2f7be6;
}

.partner-info a:hover {
    background: #2568c8;
    box-shadow: none;
}

.manutencao-container {
    background: rgba(11, 18, 30, 0.9);
    border: 1px solid rgba(103, 168, 255, 0.3);
    box-shadow: var(--shadow-soft);
}

.manutencao-container h1 {
    color: #dbeafe;
}

.manutencao-divider,
.news-divider {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(103, 168, 255, 0.55),
        transparent
    );
    box-shadow: none;
}


.news-date-top,
.btn-share {
    color: #dbeafe;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(103, 168, 255, 0.35);
    box-shadow: none;
}

.share-box {
    background: var(--bg-elevated-strong);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-soft);
}

.btn-copy {
    background: #2f7be6;
    color: #f8fafc;
}

.home-news-card {
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: linear-gradient(180deg, rgba(13, 21, 36, 0.95), rgba(10, 16, 28, 0.98));
}

.home-news-card:hover {
    border-color: rgba(103, 168, 255, 0.38);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 16px 28px rgba(0,0,0,0.24);
}

.home-tag.update {
    background: rgba(59, 130, 246, 0.18);
    color: #d7e9ff;
    border-color: rgba(96, 165, 250, 0.48);
}

.home-tag.event {
    background: rgba(16, 185, 129, 0.16);
    color: #d6fff3;
    border-color: rgba(45, 212, 191, 0.48);
}

.news-page,
.home-section,
.hero,
.youtube-section {
    flex-shrink: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.news-page {
    flex: 1;
}

.footer {
    margin-top: auto;
}


/* DEFINITIVE COLOR PASS 20260428 */
body {
    background: #070d14 !important;
    color: #edf1f6 !important;
}

body::before {
    opacity: 0.2 !important;
    background:
        linear-gradient(rgba(150, 170, 196, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(150, 170, 196, 0.016) 1px, transparent 1px),
        radial-gradient(rgba(206, 176, 116, 0.05) 0.7px, transparent 0.8px) !important;
    background-size: 96px 96px, 96px 96px, 30px 30px !important;
}

.bg-glow {
    background:
        radial-gradient(circle at top, rgba(41, 73, 114, 0.16), transparent 42%),
        radial-gradient(circle at bottom, rgba(12, 64, 60, 0.12), transparent 38%),
        radial-gradient(circle at 16% 12%, rgba(191, 156, 92, 0.06), transparent 18%) !important;
}

.topbar {
    background: rgba(8, 12, 19, 0.94) !important;
    border-bottom: 1px solid rgba(136, 149, 168, 0.12) !important;
}

.menu a {
    color: #d8e0ea !important;
}

.menu a.active,
.menu a:hover,
.dropbtn.active,
.dropbtn:hover {
    color: #fff4de !important;
    background: rgba(36, 49, 68, 0.92) !important;
    box-shadow: inset 0 0 0 1px rgba(188, 156, 97, 0.18) !important;
    text-shadow: none !important;
}

.dropdown-content {
    background: rgba(11, 17, 27, 0.98) !important;
    border: 1px solid rgba(188, 156, 97, 0.16) !important;
}

.dropdown-content a,
.hero p,
.home-date,
.home-news-card p,
.news-card-content p,
.news-card-date,
.news-subtitle,
.partner-info p,
.news-page > p,
.footer {
    color: #a9b4c3 !important;
}

.dropdown-content a:hover {
    background: rgba(42, 56, 78, 0.54) !important;
    color: #f6efe1 !important;
}

.hero h1,
.youtube-section h2 {
    color: #f3f6fb !important;
    text-shadow: none !important;
}

.btn-primary,
.partner-info a,
.btn-copy {
    background: linear-gradient(180deg, #4e78ab, #35557f) !important;
    color: #f8fbff !important;
    box-shadow: 0 10px 22px rgba(16, 28, 44, 0.24) !important;
}

.btn-primary:hover,
.partner-info a:hover,
.btn-copy:hover {
    background: linear-gradient(180deg, #5c86b8, #41638f) !important;
}

.btn-dashboard,
.btn-secondary,
.more-news a {
    color: #e1e8f1 !important;
    background: rgba(18, 27, 41, 0.88) !important;
    border: 1px solid rgba(116, 136, 161, 0.28) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02) !important;
}

.btn-dashboard:hover,
.btn-secondary:hover,
.more-news a:hover {
    color: #fff8ea !important;
    background: rgba(28, 39, 56, 0.96) !important;
    border-color: rgba(188, 156, 97, 0.26) !important;
}

.news,
.ranking,
.youtube-section,
.news-page,
.manutencao-container,
.video-card,
.partner-card,
.share-box,
.floating-social {
    background: linear-gradient(180deg, rgba(14, 21, 33, 0.97), rgba(9, 14, 23, 0.985)) !important;
    border: 1px solid rgba(110, 124, 145, 0.2) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2) !important;
}

.news h2,
.ranking h2,
.news-page h1 {
    color: #a9cff3 !important;
}

.section-divider,
.news-title-divider,
.news-divider-inner,
.manutencao-divider,
.news-divider {
    background: linear-gradient(90deg, transparent, rgba(171, 145, 93, 0.42), transparent) !important;
}

.rank-header {
    background: rgba(40, 56, 79, 0.92) !important;
    border: 1px solid rgba(106, 124, 152, 0.24) !important;
    color: #edf2f8 !important;
}

.rank-item {
    background: rgba(255, 255, 255, 0.025) !important;
}

.rank-item span {
    color: #d9e3ef !important;
}

.home-news-card,
.news-card {
    background: linear-gradient(180deg, rgba(17, 26, 40, 0.97), rgba(10, 16, 27, 0.99)) !important;
    border-color: rgba(105, 121, 145, 0.22) !important;
}

.home-news-card:hover,
.news-card:hover {
    border-color: rgba(179, 150, 96, 0.24) !important;
}

.home-tag.update {
    background: rgba(63, 87, 120, 0.38) !important;
    color: #eef4ff !important;
    border-color: rgba(124, 148, 182, 0.32) !important;
}

.home-tag.event {
    background: rgba(24, 90, 79, 0.3) !important;
    color: #e8fffb !important;
    border-color: rgba(72, 158, 144, 0.3) !important;
}

.news-date-top,
.btn-share,
.home-news-date,
.news-card-date {
    color: #e7edf6 !important;
    background: rgba(24, 34, 49, 0.9) !important;
    border: 1px solid rgba(101, 118, 144, 0.24) !important;
}

.news-author-badge,
.home-news-author {
    color: #d7fff6 !important;
    background: rgba(10, 72, 66, 0.44) !important;
    border: 1px solid rgba(60, 156, 141, 0.26) !important;
}

.footer {
    background: rgba(8, 12, 19, 0.94) !important;
    border-top: 1px solid rgba(136, 149, 168, 0.12) !important;
}

/* GLOBAL THEME SHIFT 20260428 */
body {
    background: #0d0a08 !important;
    color: #f2ede3 !important;
}

body::before {
    opacity: 0.24 !important;
    background:
        linear-gradient(rgba(170, 138, 82, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(170, 138, 82, 0.022) 1px, transparent 1px),
        radial-gradient(rgba(222, 188, 119, 0.06) 0.7px, transparent 0.8px) !important;
    background-size: 96px 96px, 96px 96px, 30px 30px !important;
}

.bg-glow {
    background:
        radial-gradient(circle at top, rgba(112, 76, 28, 0.18), transparent 38%),
        radial-gradient(circle at bottom, rgba(56, 41, 18, 0.14), transparent 34%),
        radial-gradient(circle at 80% 18%, rgba(118, 95, 44, 0.08), transparent 20%) !important;
}

.topbar {
    background: rgba(14, 10, 8, 0.94) !important;
    border-bottom: 1px solid rgba(171, 139, 85, 0.16) !important;
}

.menu a,
.dropdown-content a,
.hero p,
.partner-info p,
.news-page > p,
.home-date,
.home-news-card p,
.news-card-content p,
.news-card-date,
.news-subtitle,
.footer {
    color: #c8bcaa !important;
}

.menu a.active,
.menu a:hover,
.dropbtn.active,
.dropbtn:hover {
    color: #fff0ce !important;
    background: rgba(64, 44, 22, 0.72) !important;
    box-shadow: inset 0 0 0 1px rgba(208, 171, 107, 0.24) !important;
}

.dropdown-content {
    background: rgba(20, 14, 10, 0.98) !important;
    border: 1px solid rgba(180, 145, 86, 0.18) !important;
}

.dropdown-content a:hover {
    background: rgba(72, 52, 28, 0.5) !important;
    color: #fff1d2 !important;
}

.hero h1,
.youtube-section h2 {
    color: #fff5e6 !important;
}

.news h2,
.ranking h2,
.news-page h1 {
    color: #f3d79c !important;
}

.btn-primary,
.partner-info a,
.btn-copy {
    background: linear-gradient(180deg, #b88a3d, #8a6427) !important;
    color: #fff9ef !important;
    box-shadow: 0 10px 22px rgba(48, 28, 8, 0.28) !important;
}

.btn-primary:hover,
.partner-info a:hover,
.btn-copy:hover {
    background: linear-gradient(180deg, #c69748, #9a7130) !important;
}

.btn-dashboard,
.btn-secondary,
.more-news a {
    color: #f3e7d0 !important;
    background: rgba(32, 22, 15, 0.9) !important;
    border: 1px solid rgba(150, 121, 73, 0.3) !important;
    box-shadow: inset 0 1px 0 rgba(255, 244, 221, 0.03) !important;
}

.btn-dashboard:hover,
.btn-secondary:hover,
.more-news a:hover {
    color: #fff8ec !important;
    background: rgba(49, 34, 22, 0.96) !important;
    border-color: rgba(214, 178, 113, 0.3) !important;
}

.news,
.ranking,
.youtube-section,
.news-page,
.manutencao-container,
.video-card,
.partner-card,
.share-box,
.floating-social {
    background: linear-gradient(180deg, rgba(25, 18, 13, 0.97), rgba(15, 11, 8, 0.99)) !important;
    border: 1px solid rgba(133, 107, 70, 0.22) !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24) !important;
}

.rank-header {
    background: rgba(62, 42, 22, 0.88) !important;
    border: 1px solid rgba(171, 139, 85, 0.24) !important;
    color: #fff4df !important;
}

.rank-item {
    background: rgba(255, 244, 221, 0.03) !important;
}

.rank-item span {
    color: #eadfcf !important;
}

.home-news-card,
.news-card {
    background:
        linear-gradient(180deg, rgba(29, 21, 15, 0.97), rgba(16, 12, 9, 0.99)) !important;
    border-color: rgba(137, 111, 74, 0.24) !important;
}

.home-news-card:hover,
.news-card:hover {
    border-color: rgba(206, 170, 109, 0.3) !important;
}

.home-tag.update {
    background: rgba(124, 83, 36, 0.34) !important;
    color: #fff1d9 !important;
    border-color: rgba(201, 156, 94, 0.34) !important;
}

.home-tag.event {
    background: rgba(76, 95, 44, 0.28) !important;
    color: #f0f4d9 !important;
    border-color: rgba(150, 171, 95, 0.26) !important;
}

.news-date-top,
.btn-share,
.home-news-date,
.news-card-date {
    color: #f4ead7 !important;
    background: rgba(37, 26, 18, 0.92) !important;
    border: 1px solid rgba(138, 111, 73, 0.28) !important;
}

.news-author-badge,
.home-news-author {
    color: #f1f4dc !important;
    background: rgba(68, 78, 35, 0.42) !important;
    border: 1px solid rgba(142, 158, 79, 0.28) !important;
}

.section-divider,
.news-title-divider,
.news-divider-inner,
.manutencao-divider,
.news-divider {
    background: linear-gradient(90deg, transparent, rgba(189, 151, 88, 0.5), transparent) !important;
}

.footer {
    background: rgba(14, 10, 8, 0.94) !important;
    border-top: 1px solid rgba(171, 139, 85, 0.16) !important;
}

/* THEME ENHANCEMENT 20260428 */
.hero h1 {
    text-shadow:
        0 10px 28px rgba(0, 0, 0, 0.32),
        0 0 24px rgba(189, 151, 88, 0.08) !important;
}

.news,
.ranking,
.youtube-section,
.news-page,
.manutencao-container {
    position: relative;
    overflow: hidden;
}

.news::before,
.ranking::before,
.youtube-section::before,
.news-page::before,
.manutencao-container::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(218, 185, 122, 0.06), transparent 22%),
        radial-gradient(circle at top right, rgba(182, 145, 82, 0.08), transparent 28%);
    opacity: 0.9;
}

.news,
.ranking,
.youtube-section,
.news-page,
.manutencao-container,
.video-card,
.partner-card,
.share-box,
.floating-social {
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 242, 217, 0.035) !important;
}

.news h2,
.ranking h2,
.news-page h1 {
    text-shadow: 0 0 22px rgba(191, 154, 92, 0.08) !important;
}

.btn-primary,
.btn-dashboard,
.btn-secondary,
.more-news a {
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}

.btn-primary:hover,
.btn-dashboard:hover,
.btn-secondary:hover,
.more-news a:hover {
    transform: translateY(-1px);
}

.btn-primary {
    border: 1px solid rgba(222, 186, 118, 0.28) !important;
}

.btn-primary:hover {
    box-shadow:
        0 14px 28px rgba(48, 28, 8, 0.3),
        0 0 18px rgba(194, 154, 84, 0.12) !important;
}

.home-news-card,
.news-card,
.rank-item {
    position: relative;
    overflow: hidden;
}

.home-news-card::before,
.news-card::before,
.rank-item::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 239, 209, 0.024), transparent 34%, rgba(177, 139, 78, 0.04) 100%);
}

.home-news-card:hover,
.news-card:hover,
.rank-item:hover {
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 242, 217, 0.05) !important;
}

.rank-header {
    box-shadow:
        inset 0 1px 0 rgba(255, 243, 221, 0.04),
        0 10px 20px rgba(0, 0, 0, 0.14) !important;
}

.news-date-top,
.btn-share,
.home-news-date,
.news-card-date,
.news-author-badge,
.home-news-author,
.home-tag.update,
.home-tag.event {
    box-shadow: inset 0 1px 0 rgba(255, 245, 228, 0.04) !important;
}

.section-divider,
.news-title-divider,
.news-divider-inner,
.manutencao-divider,
.news-divider {
    box-shadow: 0 0 16px rgba(189, 151, 88, 0.08) !important;
}

body {
    background:
        linear-gradient(rgba(13, 10, 8, 0.78), rgba(13, 10, 8, 0.88)),
        url('/images/fundo.png') center top / cover fixed no-repeat !important;
}

.site-page-shell {
    width: min(94%, 1320px);
    margin: 0 auto;
    padding: 54px 0 80px;
}

.site-page-panel {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(25, 18, 13, 0.97), rgba(15, 11, 8, 0.99));
    border: 1px solid rgba(133, 107, 70, 0.22);
    border-radius: 26px;
    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 242, 217, 0.035);
    padding: 34px 34px 38px;
}

.site-page-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(218, 185, 122, 0.06), transparent 22%),
        radial-gradient(circle at top right, rgba(182, 145, 82, 0.08), transparent 28%);
}

.site-page-hero {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
}

.site-page-hero h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 56px);
    color: #f3d79c;
    text-shadow: 0 0 22px rgba(191, 154, 92, 0.08);
}

.site-page-hero p {
    margin: 14px auto 0;
    max-width: 780px;
    color: #c8bcaa;
    font-size: 17px;
    line-height: 1.65;
}

.site-page-content,
.public-donations-grid {
    position: relative;
    z-index: 1;
}

.site-page-content {
    color: #f2ede3;
    line-height: 1.8;
    font-size: 16px;
}

.site-page-content h2,
.site-page-content h3,
.site-page-content h4 {
    color: #fff0ce;
    margin-top: 1.6em;
}

.site-page-content a {
    color: #f0cd89;
}

.youtube-embed-card {
    width: min(100%, 760px);
    margin: 26px auto;
    padding: 14px;
    border-radius: 24px;
    border: 1px solid rgba(214, 158, 46, 0.24);
    background:
        linear-gradient(180deg, rgba(43, 28, 18, 0.96), rgba(22, 15, 10, 0.98));
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 240, 207, 0.06);
}

.youtube-embed-frame {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #090704;
    aspect-ratio: 16 / 9;
}

.youtube-embed-frame iframe,
.site-page-content iframe.ql-video,
.news-description-full iframe.ql-video {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.youtube-embed-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 12px;
    padding: 2px 4px 0;
    color: #efd8b2;
    font-size: 14px;
}

.youtube-embed-meta span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.youtube-embed-meta i {
    color: #ff4d4d;
    font-size: 18px;
}

.youtube-embed-meta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(214, 158, 46, 0.28);
    background: rgba(86, 54, 22, 0.28);
    color: #fff1cf;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.youtube-embed-meta a:hover {
    transform: translateY(-1px);
    background: rgba(119, 76, 30, 0.34);
    border-color: rgba(245, 200, 103, 0.44);
}

.site-page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.site-page-content .site-sticker,
.news-description-full .site-sticker,
.site-page-content .site-emoji-sticker,
.news-description-full .site-emoji-sticker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 3px 5px 3px 0;
    border: 1px solid rgba(171, 139, 85, 0.24);
    color: #fff7e7;
    white-space: nowrap;
}

.site-page-content .site-sticker-emoji,
.news-description-full .site-sticker-emoji,
.site-page-content .site-emoji-sticker-emoji,
.news-description-full .site-emoji-sticker-emoji {
    line-height: 1;
}

.site-page-content .site-sticker,
.news-description-full .site-sticker {
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(45, 31, 21, 0.82);
}

.site-page-content .site-emoji-sticker,
.news-description-full .site-emoji-sticker {
    margin: 0 5px 0 0;
    border: 0;
    background: transparent;
}

.site-page-content .site-emoji-sticker-emoji,
.news-description-full .site-emoji-sticker-emoji {
    font-size: 1.4em;
}

.site-page-content .site-sticker-label,
.news-description-full .site-sticker-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.site-page-content .site-sticker--status,
.news-description-full .site-sticker--status {
    border-color: rgba(250, 204, 21, 0.24);
    background: rgba(120, 53, 15, 0.28);
}

.site-page-content .site-sticker--fantasia,
.news-description-full .site-sticker--fantasia {
    border-color: rgba(196, 181, 253, 0.24);
    background: rgba(76, 29, 149, 0.24);
}

.site-page-content .site-sticker--comunidade,
.news-description-full .site-sticker--comunidade {
    border-color: rgba(103, 232, 249, 0.22);
    background: rgba(8, 47, 73, 0.28);
}

.site-page-content .site-emoji-sticker--status,
.news-description-full .site-emoji-sticker--status {}

.site-page-content .site-emoji-sticker--fantasia,
.news-description-full .site-emoji-sticker--fantasia {}

.site-page-content .site-emoji-sticker--comunidade,
.news-description-full .site-emoji-sticker--comunidade {}

.site-page-content .site-emoji-sticker--emocao,
.news-description-full .site-emoji-sticker--emocao {}

.site-page-content .site-emoji-sticker--utilitarios,
.news-description-full .site-emoji-sticker--utilitarios {}

.site-page-content .site-emoji-sticker--jogo,
.news-description-full .site-emoji-sticker--jogo {}

.site-page-empty {
    padding: 28px;
    text-align: center;
    color: #c8bcaa;
    border: 1px dashed rgba(171, 139, 85, 0.22);
    border-radius: 18px;
    background: rgba(29, 21, 15, 0.72);
}

@media (max-width: 640px) {
    .youtube-embed-card {
        margin: 20px auto;
        padding: 10px;
        border-radius: 18px;
    }

    .youtube-embed-meta {
        align-items: stretch;
        flex-direction: column;
    }

    .youtube-embed-meta a {
        width: 100%;
    }
}

.download-links-panel {
    margin-bottom: 28px;
}

.download-integrity-panel {
    margin-bottom: 18px;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(96, 165, 250, 0.22);
    background: linear-gradient(180deg, rgba(9, 16, 34, 0.94), rgba(6, 11, 24, 0.98));
    color: #dbeafe;
    display: grid;
    gap: 8px;
}

.download-integrity-panel strong {
    font-size: 18px;
    color: #93c5fd;
}

.download-integrity-panel span {
    color: #e5e7eb;
}

.download-integrity-panel em {
    font-style: normal;
    color: #60a5fa;
    font-weight: 700;
}

.download-integrity-panel code {
    display: inline-block;
    margin-top: 4px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.92);
    color: #f8fafc;
    font-size: 12px;
    word-break: break-all;
    white-space: normal;
}

.download-integrity-panel small {
    color: #93c5fd;
}

.download-links-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.download-link-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-height: 220px;
    padding: 24px 22px;
    border-radius: 22px;
    border: 1px solid rgba(180, 141, 83, 0.2);
    background:
        radial-gradient(circle at top right, rgba(236, 196, 126, 0.1), transparent 32%),
        linear-gradient(180deg, rgba(29, 21, 15, 0.96), rgba(15, 11, 8, 0.99));
    color: #f4ebda;
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 246, 226, 0.04),
        0 18px 34px rgba(0, 0, 0, 0.22);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.download-link-card:hover {
    transform: translateY(-3px);
    border-color: rgba(222, 182, 112, 0.34);
    box-shadow:
        inset 0 1px 0 rgba(255, 246, 226, 0.06),
        0 22px 40px rgba(0, 0, 0, 0.28);
}

.download-link-card--installer {
    background:
        radial-gradient(circle at top right, rgba(236, 196, 126, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(48, 33, 17, 0.96), rgba(18, 12, 9, 0.99));
}

.download-link-card--mega {
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.14), transparent 32%),
        linear-gradient(180deg, rgba(15, 27, 38, 0.96), rgba(9, 16, 23, 0.99));
    border-color: rgba(56, 189, 248, 0.2);
}

.download-link-card--mediafire {
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(38, 19, 12, 0.96), rgba(20, 10, 7, 0.99));
    border-color: rgba(249, 115, 22, 0.2);
}

.download-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffd88f;
    font-size: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.download-link-card strong {
    color: #fff2d2;
    font-size: 23px;
    line-height: 1.1;
}

.download-link-card span {
    color: #d7cab8;
    line-height: 1.65;
}

.download-link-card em {
    margin-top: auto;
    color: #f0cd89;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.systems-subpages-panel {
    margin-top: 34px;
    padding: 0;
    border-radius: 24px;
    border: 0;
    background: transparent;
}

.systems-subpages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.systems-subpage-card {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 22px 20px;
    border-radius: 20px;
    border: 1px solid rgba(171, 139, 85, 0.18);
    background:
        linear-gradient(180deg, rgba(47, 33, 22, 0.92), rgba(29, 21, 15, 0.96)),
        radial-gradient(circle at top right, rgba(240, 205, 137, 0.08), transparent 36%);
    text-decoration: none;
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.systems-subpage-card.has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 9, 7, 0.1), rgba(11, 9, 7, 0.72));
}

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

.systems-subpage-card:hover {
    transform: translateY(-3px);
    border-color: rgba(240, 205, 137, 0.34);
    box-shadow:
        0 24px 42px rgba(0, 0, 0, 0.26),
        0 0 0 1px rgba(255, 240, 206, 0.04) inset;
}

.systems-subpage-card-kicker {
    color: #f0cd89;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.systems-subpage-card strong {
    color: #fff0ce;
    font-size: 24px;
    line-height: 1.15;
}

.systems-subpage-card p {
    margin: 12px 0 0;
    color: #d8c6af;
    line-height: 1.7;
}

.systems-subpage-card em {
    margin-top: auto;
    padding-top: 18px;
    color: #f4d8a8;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.public-donations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 18px;
}

.public-donation-card {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(137, 111, 74, 0.24);
    background: linear-gradient(180deg, rgba(29, 21, 15, 0.97), rgba(16, 12, 9, 0.99));
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 242, 217, 0.05);
}

.public-donation-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 239, 209, 0.024), transparent 34%, rgba(177, 139, 78, 0.04) 100%);
}

.public-donation-thumb,
.public-donation-body {
    position: relative;
    z-index: 1;
}

.public-donation-thumb {
    height: 180px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(12, 10, 9, 0.82);
    border: 1px solid rgba(171, 139, 85, 0.14);
}

.public-donation-thumb img,
.public-donation-thumb-placeholder {
    width: 100%;
    height: 100%;
}

.public-donation-thumb img {
    object-fit: cover;
}

.public-donation-thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e9d8b6;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.public-donation-kicker {
    color: #cda76a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.public-donation-body h3 {
    margin: 0;
    color: #fff3de;
    font-size: 28px;
}

.public-donation-body p {
    margin: 12px 0 0;
    color: #c8bcaa;
    line-height: 1.65;
}

.public-donation-cash {
    display: grid;
    gap: 4px;
    margin-top: 18px;
}

.public-donation-cash strong {
    color: #fff0ce;
    font-size: 24px;
}

.public-donation-cash small {
    color: #d6dcb2;
}

.public-donation-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 16px;
}

.public-donation-price .old {
    color: #a89476;
    text-decoration: line-through;
}

.public-donation-price .current {
    color: #f3d79c;
    font-size: 28px;
    font-weight: 800;
}

.public-donation-buy {
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    border-radius: 14px;
    border: 1px solid rgba(222, 186, 118, 0.28);
    background: linear-gradient(180deg, #b88a3d, #8a6427);
    color: #fff9ef;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(48, 28, 8, 0.28);
}

@media (max-width: 768px) {
    .site-page-shell {
        width: min(94%, 100%);
        padding: 28px 0 54px;
    }

    .site-page-panel {
        padding: 24px 18px 26px;
        border-radius: 20px;
    }

    .site-page-hero p {
        font-size: 15px;
    }

    .download-links-grid {
        grid-template-columns: 1fr;
    }

    .download-link-card {
        min-height: 0;
    }

    .systems-subpages-grid {
        grid-template-columns: 1fr;
    }

    .systems-subpages-panel {
        padding: 20px 18px;
    }

    .systems-subpage-card {
        min-height: 0;
    }
}

#home-ranking-list {
    display: grid;
    gap: 8px;
}

.rank-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rank-item-loading,
.rank-item-empty {
    opacity: 0.88;
}

.rank-player {
    display: grid;
    justify-items: start;
    gap: 4px;
    text-align: left;
}

.rank-player strong {
    color: #fff3de;
    font-size: 20px;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.rank-player small {
    color: #c5b59a;
    font-size: 11px;
    letter-spacing: 0.02em;
}

.rank-evo-icon {
    width: 1.55em;
    height: 1.55em;
    object-fit: contain;
    image-rendering: auto;
    flex: 0 0 auto;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.28));
}

.rank-kingdom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rank-guild-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 24px;
    max-width: 100%;
    text-align: center;
}

.rank-guildmark {
    width: 20px;
    height: 20px;
    object-fit: contain;
    image-rendering: pixelated;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.28));
}

.rank-guild-name,
.rank-guild-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f6ebd4;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-word;
}

.ranking-full-header div:nth-child(6),
.ranking-full-row div:nth-child(6) {
    justify-self: center;
    text-align: center;
}

.ranking-full-header div:nth-child(5),
.ranking-full-row div:nth-child(5) {
    justify-self: center;
    text-align: center;
}

.ranking-more {
    margin-top: 14px;
    display: flex;
    justify-content: center;
}

.ranking-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid rgba(198, 160, 97, 0.28);
    background: rgba(78, 52, 24, 0.55);
    color: #f2dfbd;
    font-weight: 800;
    text-decoration: none;
}

.ranking-page-panel {
    width: min(1240px, 94vw);
}

.ranking-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.ranking-summary-card {
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(171, 139, 85, 0.2);
    background: linear-gradient(180deg, rgba(29, 21, 15, 0.96), rgba(16, 12, 9, 0.99));
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.ranking-summary-card span {
    display: block;
    color: #c8bcaa;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.ranking-summary-card strong {
    display: block;
    margin-top: 8px;
    color: #fff0ce;
    font-size: 28px;
}

.ranking-full-table-wrap {
    display: grid;
    gap: 10px;
}

.ranking-full-header,
.ranking-full-row {
    display: grid;
    grid-template-columns: 0.8fr 1.8fr 0.8fr 0.7fr 0.8fr 1.2fr 1fr 1fr;
    gap: 10px;
    align-items: center;
    border-radius: 16px;
    padding: 14px 16px;
}

.ranking-full-header {
    background: rgba(62, 42, 22, 0.88);
    border: 1px solid rgba(171, 139, 85, 0.24);
    color: #fff4df;
    font-weight: 800;
}

.ranking-full-list {
    display: grid;
    gap: 10px;
}

.ranking-full-row {
    background: rgba(255, 244, 221, 0.03);
    border: 1px solid rgba(171, 139, 85, 0.12);
}

.ranking-full-row-empty {
    color: #d0c2af;
}

.ranking-full-pos {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f0d8a8;
    font-weight: 800;
}

.ranking-full-player strong {
    color: #fff3de;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.rank-class-cell {
    display: flex;
    align-items: center;
}

.rank-class-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    vertical-align: middle;
    filter:
        drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3))
        drop-shadow(0 0 10px rgba(217, 174, 101, 0.12));
}

.ranking-pagination {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.ranking-page-btn {
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(198, 160, 97, 0.22);
    background: rgba(78, 52, 24, 0.54);
    color: #f3dfbc;
    font-weight: 800;
    cursor: pointer;
}

.ranking-page-btn.is-active {
    background: linear-gradient(180deg, #b88a3d, #8a6427);
    color: #fff9ef;
}

.ranking-page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

@media (max-width: 1100px) {
    .ranking-summary {
        grid-template-columns: 1fr;
    }

    .ranking-full-header,
    .ranking-full-row {
        grid-template-columns: 0.8fr 1.6fr 0.8fr 0.7fr 0.8fr 1fr;
    }

    .ranking-full-header div:nth-child(7),
    .ranking-full-header div:nth-child(8),
    .ranking-full-row div:nth-child(7),
    .ranking-full-row div:nth-child(8) {
        display: none;
    }
}

@media (max-width: 768px) {
    .rank-player strong {
        font-size: 16px;
    }

    .rank-player small {
        font-size: 10px;
    }

    .ranking-full-header,
    .ranking-full-row {
        grid-template-columns: 0.9fr 1.7fr 0.8fr 0.8fr;
    }

    .ranking-full-header div:nth-child(4),
    .ranking-full-header div:nth-child(6),
    .ranking-full-header div:nth-child(7),
    .ranking-full-header div:nth-child(8),
    .ranking-full-row div:nth-child(4),
    .ranking-full-row div:nth-child(6),
    .ranking-full-row div:nth-child(7),
    .ranking-full-row div:nth-child(8) {
        display: none;
    }
}

.ranking .rank-header,
.ranking .rank-item {
    grid-template-columns: 0.8fr minmax(120px, 1.9fr) 0.7fr 0.7fr 0.7fr 0.9fr 1fr 1.35fr;
    gap: 12px;
}

.ranking .rank-header,
.ranking .rank-item {
    padding: 14px 16px;
    border-radius: 16px;
}

.ranking .rank-item {
    align-items: center;
    font-size: 14px;
}

.ranking .rank-item span {
    justify-content: flex-start;
}

.ranking .rank-header > div,
.ranking .rank-item > div,
.ranking .rank-item > span {
    min-width: 0;
}

.ranking .rank-header > div:not(:nth-child(2)),
.ranking .rank-item > div:not(.rank-player),
.ranking .rank-item > span {
    justify-self: center;
    text-align: center;
}

.ranking .rank-header > div:nth-child(2),
.ranking .rank-item > .rank-player {
    justify-self: start;
    text-align: left;
}

.ranking .rank-header > div:last-child,
.ranking .rank-item > div:last-child {
    justify-self: end;
    text-align: right;
}

.ranking .rank-item > div:nth-child(7),
.ranking .rank-header > div:nth-child(7),
.ranking .rank-item > div:last-child,
.ranking .rank-header > div:last-child {
    white-space: nowrap;
}

.ranking .rank-item > div:last-child {
    font-variant-numeric: tabular-nums;
}

@media (max-width: 1200px) {
    .ranking .rank-header,
    .ranking .rank-item {
        grid-template-columns: 0.8fr 1.8fr 0.8fr 0.7fr 0.8fr 1.2fr;
    }

    .ranking .rank-header div:nth-child(7),
    .ranking .rank-header div:nth-child(8),
    .ranking .rank-item div:nth-child(7),
    .ranking .rank-item div:nth-child(8) {
        display: none;
    }
}

@media (max-width: 860px) {
    .ranking .rank-header,
    .ranking .rank-item {
        grid-template-columns: 0.8fr 1.8fr 0.8fr 0.8fr 1fr;
    }

    .ranking .rank-header div:nth-child(4),
    .ranking .rank-header div:nth-child(7),
    .ranking .rank-header div:nth-child(8),
    .ranking .rank-item div:nth-child(4),
    .ranking .rank-item div:nth-child(7),
    .ranking .rank-item div:nth-child(8) {
        display: none;
    }
}

/* RESPONSIVE SAFETY PASS 20260510 */
.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 0;
}

.menu > * {
    min-width: 0;
}

.hero h1,
.hero p,
.site-page-hero h1,
.site-page-hero p,
.news-page h1,
.news-page > p {
    overflow-wrap: anywhere;
}

.news,
.ranking,
.youtube-section,
.site-page-panel,
.news-page {
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1100px) {
    .topbar {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px 24px;
    }

    .left,
    .right {
        justify-content: center;
        padding: 0;
    }

    .logo {
        width: min(100%, 520px);
        margin-left: 0;
        justify-content: center;
    }

    .menu {
        width: 100%;
    }

    .home-section {
        flex-wrap: wrap;
        padding: 24px;
    }

    .news,
    .ranking {
        flex: 1 1 100%;
        max-width: none;
    }

    .youtube-section {
        width: min(100% - 48px, 1320px);
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .topbar {
        padding: 16px;
    }

    .logo {
        width: 100%;
        gap: 12px;
        min-height: auto;
    }

    .logo-text strong {
        font-size: clamp(20px, 6vw, 26px);
        white-space: normal;
    }

    .logo-text span {
        letter-spacing: 0.18em;
        line-height: 1.4;
    }

    .menu {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .menu a,
    .dropbtn,
    .btn-dashboard {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        justify-content: center;
    }

    .dropdown {
        display: block;
        width: 100%;
    }

    .dropdown-content {
        display: block;
        position: static;
        min-width: 0;
        width: 100%;
        margin-top: 8px;
        box-sizing: border-box;
    }

    .hero {
        padding: 42px 16px 28px;
    }

    .hero h1 {
        font-size: clamp(30px, 8vw, 40px);
    }

    .hero p {
        font-size: 15px;
    }

    .btn-primary,
    .btn-secondary {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 360px;
        margin: 10px auto 0;
        box-sizing: border-box;
    }

    .home-section,
    .youtube-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .youtube-section {
        width: calc(100% - 32px);
    }

    .floating-social {
        right: 12px;
        left: 12px;
        bottom: 12px;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 20px;
        padding: 10px 14px;
    }
}

@media (max-width: 640px) {
    .news,
    .ranking,
    .site-page-panel,
    .news-page {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ranking .rank-header,
    .ranking .rank-item {
        grid-template-columns: 0.8fr minmax(120px, 1.8fr) 0.8fr 1fr;
        gap: 10px;
        padding: 12px;
    }

    .ranking .rank-header div:nth-child(4),
    .ranking .rank-header div:nth-child(5),
    .ranking .rank-header div:nth-child(6),
    .ranking .rank-header div:nth-child(7),
    .ranking .rank-item div:nth-child(4),
    .ranking .rank-item div:nth-child(5),
    .ranking .rank-item div:nth-child(6),
    .ranking .rank-item div:nth-child(7) {
        display: none;
    }

    .ranking-full-header,
    .ranking-full-row {
        grid-template-columns: 0.8fr minmax(120px, 1.8fr) 0.8fr 1fr;
        gap: 10px;
        padding: 12px;
    }

    .ranking-full-header div:nth-child(4),
    .ranking-full-header div:nth-child(5),
    .ranking-full-header div:nth-child(6),
    .ranking-full-header div:nth-child(7),
    .ranking-full-row div:nth-child(4),
    .ranking-full-row div:nth-child(5),
    .ranking-full-row div:nth-child(6),
    .ranking-full-row div:nth-child(7) {
        display: none;
    }

    .rank-player strong,
    .ranking-full-player strong {
        font-size: 15px;
        gap: 8px;
    }

    .rank-player small {
        font-size: 10px;
    }

    .home-news-card::after,
    .home-news-card.featured::after{
        background-position: center, center, 58% center, top right, center;
        background-size: auto, auto, cover, auto, auto;
        opacity: 0.52;
    }
}

/* HOME NEWS LUXE PASS 20260510 */
.news {
    position: relative;
    padding: 30px 22px 20px !important;
    border-radius: 28px !important;
    border: 1px solid rgba(181, 139, 72, 0.24) !important;
    background:
        linear-gradient(180deg, rgba(31, 21, 14, 0.96), rgba(15, 10, 8, 0.985)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 243, 221, 0.05),
        0 24px 54px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(76, 49, 25, 0.3) !important;
}

.news::after {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 22px;
    border: 1px solid rgba(205, 168, 104, 0.08);
    pointer-events: none;
    background:
        radial-gradient(circle at top center, rgba(233, 193, 121, 0.08), transparent 34%),
        radial-gradient(circle at 14% 50%, rgba(125, 211, 252, 0.04), transparent 20%),
        radial-gradient(circle at 86% 50%, rgba(245, 158, 11, 0.06), transparent 24%);
    opacity: 0.95;
}

.news-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    gap: 16px !important;
    margin-bottom: 22px !important;
    font-size: 20px !important;
    font-weight: 900;
    color: #f7e2b4 !important;
    letter-spacing: -0.03em;
}

.news-title::after {
    max-width: 138px !important;
    background: linear-gradient(90deg, rgba(212, 173, 104, 0.72), transparent) !important;
}

.news-title-line {
    flex: 0 0 138px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 173, 104, 0.72)) !important;
    box-shadow: 0 0 10px rgba(212, 173, 104, 0.12);
}

.news-title-line-left {
    margin-right: -4px;
}

.news-title-text {
    display: inline-flex;
    align-items: center;
}

.news-icon-right {
    transform: scaleX(-1);
}

.news-title::before {
    width: 220px !important;
    height: 18px !important;
    bottom: -11px !important;
    background: radial-gradient(circle, rgba(91, 174, 255, 0.22), transparent 72%) !important;
}

.news-icon {
    width: 44px !important;
    height: 44px !important;
    filter:
        drop-shadow(0 0 10px rgba(255, 194, 92, 0.26))
        drop-shadow(0 0 24px rgba(69, 130, 255, 0.12)) !important;
}

#news-list {
    position: relative;
    z-index: 1;
    gap: 18px !important;
}

.home-news-card {
    padding: 22px 22px 18px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(204, 160, 92, 0.2) !important;
    background:
        linear-gradient(180deg, rgba(36, 24, 16, 0.76), rgba(14, 10, 8, 0.84)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 242, 219, 0.06),
        inset 0 -16px 32px rgba(0, 0, 0, 0.18),
        0 18px 38px rgba(0, 0, 0, 0.22) !important;
}

.home-news-card::before {
    width: 5px !important;
    border-radius: 8px;
    background: linear-gradient(180deg, #8fd0ff, #d5a45f 58%, rgba(213, 164, 95, 0.16)) !important;
    box-shadow: 0 0 18px rgba(147, 197, 253, 0.18);
}

.home-news-card::after {
    inset: 0 !important;
    opacity: 0.82 !important;
    background:
        linear-gradient(90deg, rgba(12, 9, 8, 0.9) 0%, rgba(12, 9, 8, 0.68) 44%, rgba(12, 9, 8, 0.9) 100%),
        linear-gradient(180deg, rgba(237, 188, 96, 0.1), rgba(8, 6, 7, 0.18)),
        radial-gradient(circle at 50% 22%, rgba(247, 201, 125, 0.08), transparent 26%),
        radial-gradient(circle at 18% 50%, rgba(255, 226, 170, 0.12) 0 1px, transparent 2px),
        radial-gradient(circle at 84% 34%, rgba(255, 210, 120, 0.1) 0 1px, transparent 2px),
        url("/images/cardnoticia.png") center center / cover no-repeat !important;
}

.home-news-card.featured {
    padding: 26px 24px 20px !important;
    border-color: rgba(220, 179, 109, 0.3) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 244, 223, 0.08),
        inset 0 -18px 38px rgba(0, 0, 0, 0.18),
        0 24px 48px rgba(0, 0, 0, 0.28),
        0 0 42px rgba(191, 145, 75, 0.1) !important;
}

.home-news-card.featured::after {
    opacity: 0.9 !important;
    background:
        linear-gradient(90deg, rgba(12, 9, 8, 0.92) 0%, rgba(12, 9, 8, 0.62) 40%, rgba(12, 9, 8, 0.88) 100%),
        linear-gradient(180deg, rgba(238, 194, 118, 0.14), rgba(8, 6, 7, 0.16)),
        radial-gradient(circle at 50% 16%, rgba(255, 226, 164, 0.1), transparent 22%),
        radial-gradient(circle at 22% 24%, rgba(255, 214, 133, 0.12) 0 1px, transparent 2px),
        radial-gradient(circle at 78% 68%, rgba(255, 214, 133, 0.1) 0 1px, transparent 2px),
        url("/images/cardnoticia.png") center center / cover no-repeat !important;
}

.home-news-card:hover {
    transform: translateY(-6px) !important;
    border-color: rgba(228, 187, 115, 0.38) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 244, 223, 0.08),
        0 28px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(186, 141, 72, 0.12) !important;
}

.home-news-top {
    margin-bottom: 18px !important;
}

.home-tag,
.home-date,
.home-news-author,
.home-news-link {
    position: relative;
    z-index: 1;
}

.home-tag {
    font-size: 10px !important;
    padding: 8px 14px !important;
    border-width: 1px !important;
    letter-spacing: 0.16em !important;
}

.home-date {
    font-size: 11px !important;
    padding: 9px 13px !important;
    color: #efe6d3 !important;
    background: rgba(26, 23, 30, 0.6) !important;
    border-color: rgba(142, 121, 103, 0.22) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 10px 20px rgba(0,0,0,0.12) !important;
}

.home-date i {
    color: #8fcaff !important;
}

.home-news-eyebrow {
    margin-bottom: 12px !important;
    color: #8fcaff !important;
    font-size: 10px !important;
    letter-spacing: 0.22em !important;
}

.home-news-card h3 {
    font-size: clamp(30px, 3.3vw, 44px) !important;
    line-height: 0.98 !important;
    margin-bottom: 10px !important;
    max-width: 11ch !important;
    text-shadow:
        0 8px 28px rgba(0, 0, 0, 0.34),
        0 0 24px rgba(255, 214, 146, 0.05) !important;
}

.home-news-card p {
    max-width: 52ch !important;
    font-size: 17px !important;
    line-height: 1.58 !important;
    color: #ddd0bf !important;
}

.home-news-bottom {
    margin-top: 18px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(207, 173, 115, 0.12) !important;
}

.home-news-author {
    font-size: 11px !important;
    padding: 8px 14px !important;
    color: #eff7d8 !important;
    background: linear-gradient(180deg, rgba(71, 82, 28, 0.78), rgba(40, 46, 17, 0.9)) !important;
    border-color: rgba(185, 213, 98, 0.18) !important;
}

.home-news-link {
    font-size: 12px !important;
    padding: 11px 16px !important;
    color: #fff4df !important;
    border-color: rgba(230, 183, 106, 0.28) !important;
    background: linear-gradient(180deg, rgba(98, 64, 28, 0.88), rgba(57, 36, 18, 0.94)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 12px 24px rgba(0,0,0,0.16) !important;
}

.more-news {
    position: relative;
    z-index: 1;
    margin-top: 26px !important;
}

.more-news a {
    min-height: 66px !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    color: #fff2da !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase;
    border: 1px solid rgba(214, 174, 104, 0.3) !important;
    background:
        linear-gradient(180deg, rgba(62, 40, 21, 0.92), rgba(35, 23, 14, 0.96)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 242, 219, 0.05),
        0 16px 30px rgba(0, 0, 0, 0.18),
        0 0 30px rgba(186, 141, 72, 0.08) !important;
}

.more-news a:hover {
    color: #fff7ea !important;
    border-color: rgba(232, 194, 126, 0.42) !important;
    background:
        linear-gradient(180deg, rgba(82, 53, 26, 0.96), rgba(47, 30, 16, 0.98)) !important;
}

@media (max-width: 768px) {
    .news {
        padding: 24px 16px 18px !important;
        border-radius: 24px !important;
    }

    .news::after {
        inset: 10px;
        border-radius: 18px;
    }

    .news-title {
        font-size: 18px !important;
        margin-bottom: 18px !important;
    }

    .news-title-line {
        flex-basis: 88px;
    }

    .home-news-card,
    .home-news-card.featured {
        padding: 18px 16px 16px !important;
        border-radius: 20px !important;
    }

    .home-news-card h3 {
        font-size: clamp(24px, 8vw, 34px) !important;
        max-width: 100% !important;
    }

    .home-news-card p {
        font-size: 15px !important;
        max-width: 100% !important;
    }

    .more-news a {
        min-height: 58px !important;
        width: 100%;
        max-width: 340px;
    }
}

/* HOME NEWS TEMPLATE SHIFT 20260510 */
#news-list {
    display: grid !important;
    gap: 18px !important;
}

.home-news-secondary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.home-news-featured-card {
    min-height: 340px;
}

.home-news-featured-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
    gap: 20px;
    min-height: 100%;
}

.home-news-featured-copy {
    display: grid;
    align-content: space-between;
    min-width: 0;
}

.home-news-featured-art {
    position: relative;
    min-height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(213, 171, 100, 0.14);
    background:
        linear-gradient(180deg, rgba(15, 10, 8, 0.18), rgba(15, 10, 8, 0.54)),
        radial-gradient(circle at 50% 30%, rgba(244, 201, 111, 0.22), transparent 24%),
        radial-gradient(circle at 50% 50%, rgba(106, 178, 255, 0.12), transparent 42%),
        url("/images/cardnoticia.png") center center / cover no-repeat;
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255, 244, 223, 0.06),
        inset 0 -20px 30px rgba(0, 0, 0, 0.24);
}

.home-news-featured-art::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 223, 172, 0.12);
    background:
        linear-gradient(180deg, rgba(20, 12, 8, 0.08), rgba(20, 12, 8, 0.34)),
        radial-gradient(circle at center, rgba(250, 214, 139, 0.16), transparent 52%);
}

.home-news-orb {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 35%, rgba(255, 239, 204, 0.86), rgba(242, 195, 102, 0.54) 38%, rgba(170, 104, 38, 0.1) 72%, transparent 74%);
    filter: blur(0.3px);
    box-shadow:
        0 0 26px rgba(246, 198, 111, 0.24),
        0 0 48px rgba(246, 198, 111, 0.12);
}

.home-news-sigil {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(72%, 240px);
    aspect-ratio: 1 / 1.18;
    transform: translate(-50%, -50%);
    border-radius: 26px;
    border: 1px solid rgba(227, 192, 129, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 229, 175, 0.08), rgba(255, 229, 175, 0.01)),
        linear-gradient(135deg, rgba(255,255,255,0.03), transparent 45%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 0 28px rgba(238, 196, 116, 0.08);
}

.home-news-sigil::before,
.home-news-sigil::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 999px;
}

.home-news-sigil::before {
    top: 18%;
    width: 58%;
    height: 58%;
    border: 1px solid rgba(225, 190, 121, 0.15);
    box-shadow: inset 0 0 26px rgba(225, 190, 121, 0.05);
}

.home-news-sigil::after {
    bottom: 14%;
    width: 42%;
    height: 6px;
    background: linear-gradient(90deg, transparent, rgba(240, 204, 136, 0.46), transparent);
}

.home-news-secondary-card {
    min-height: 240px;
    display: grid;
    align-content: space-between;
}

.home-news-secondary-card .home-news-top {
    margin-bottom: 14px !important;
}

.home-news-secondary-card h3 {
    font-size: clamp(22px, 2vw, 30px) !important;
    max-width: 12ch !important;
}

.home-news-secondary-card p {
    font-size: 15px !important;
    max-width: 100% !important;
}

.home-news-secondary-card .home-news-bottom {
    align-items: end;
}

.home-news-secondary-card .home-news-link {
    padding: 9px 13px !important;
    font-size: 11px !important;
}

@media (max-width: 980px) {
    .home-news-featured-layout {
        grid-template-columns: 1fr;
    }

    .home-news-featured-art {
        min-height: 180px;
        order: -1;
    }
}

@media (max-width: 768px) {
    .home-news-secondary-grid {
        grid-template-columns: 1fr;
    }

    .home-news-featured-card,
    .home-news-secondary-card {
        min-height: 0;
    }

    .home-news-featured-layout {
        gap: 14px;
    }

    .home-news-featured-art {
        min-height: 150px;
    }
}

/* HOME NEWS CLEANUP 20260510 */
#news-list {
    gap: 16px !important;
}

.home-news-secondary-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px !important;
}

.home-news-secondary-grid > :only-child {
    grid-column: 1 / -1;
}

.home-news-featured-card {
    min-height: 0 !important;
}

.home-news-featured-layout {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

.home-news-featured-art,
.home-news-orb,
.home-news-sigil {
    display: none !important;
}

.home-news-card,
.home-news-featured-card,
.home-news-secondary-card {
    padding: 22px 22px 18px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(198, 156, 92, 0.16) !important;
    background:
        linear-gradient(180deg, rgba(20, 14, 11, 0.84), rgba(10, 8, 8, 0.9)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 241, 216, 0.04),
        0 16px 32px rgba(0, 0, 0, 0.2) !important;
}

.home-news-card::before {
    width: 4px !important;
    background: linear-gradient(180deg, rgba(116, 196, 255, 0.95), rgba(215, 166, 93, 0.85)) !important;
    box-shadow: none !important;
}

.home-news-card::after,
.home-news-card.featured::after {
    opacity: 0.6 !important;
    background:
        linear-gradient(90deg, rgba(10, 8, 8, 0.92) 0%, rgba(10, 8, 8, 0.72) 48%, rgba(10, 8, 8, 0.88) 100%),
        linear-gradient(180deg, rgba(228, 177, 92, 0.08), rgba(10, 8, 8, 0.16)),
        url("/images/cardnoticia.png") center center / cover no-repeat !important;
}

.home-news-card:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(215, 173, 104, 0.24) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 241, 216, 0.05),
        0 18px 36px rgba(0, 0, 0, 0.24) !important;
}

.home-news-featured-card {
    padding: 26px 26px 22px !important;
}

.home-news-top {
    margin-bottom: 16px !important;
}

.home-tag {
    font-size: 10px !important;
    padding: 8px 12px !important;
    letter-spacing: 0.14em !important;
}

.home-date {
    padding: 8px 12px !important;
    font-size: 11px !important;
    background: rgba(23, 20, 26, 0.66) !important;
}

.home-news-eyebrow {
    margin-bottom: 10px !important;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
}

.home-news-card h3 {
    max-width: 12ch !important;
    font-size: clamp(26px, 3vw, 40px) !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28) !important;
}

.home-news-secondary-card h3 {
    max-width: 10ch !important;
    font-size: clamp(22px, 2.1vw, 30px) !important;
}

.home-news-card p,
.home-news-secondary-card p {
    max-width: 56ch !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: #d9cdbd !important;
}

.home-news-bottom {
    margin-top: 16px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(205, 172, 114, 0.1) !important;
}

.home-news-author {
    padding: 8px 12px !important;
    font-size: 11px !important;
}

.home-news-link {
    padding: 10px 14px !important;
    font-size: 11px !important;
}

@media (max-width: 768px) {
    .home-news-card,
    .home-news-featured-card,
    .home-news-secondary-card {
        padding: 18px 16px 16px !important;
    }

    .home-news-card h3,
    .home-news-secondary-card h3 {
        max-width: 100% !important;
        font-size: clamp(24px, 8vw, 34px) !important;
    }
}

/* HOME NEWS SURGICAL FIX 20260510 */
.home-news-secondary-grid > :only-child {
    grid-column: 1 / -1;
    width: min(100%, 760px);
    justify-self: center;
}

.home-news-secondary-card {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "top top"
        "body body"
        "author cta";
    gap: 12px 18px;
    align-items: end;
    padding: 18px 20px 16px !important;
}

.home-news-secondary-card .home-news-top {
    grid-area: top;
    margin-bottom: 12px !important;
}

.home-news-secondary-card .home-news-body {
    grid-area: body;
}

.home-news-secondary-card h3 {
    font-size: clamp(28px, 2.2vw, 36px) !important;
    max-width: none !important;
    margin-bottom: 8px !important;
    text-wrap: balance;
}

.home-news-secondary-card p {
    max-width: 52ch !important;
}

.home-news-secondary-card .home-news-author {
    grid-area: author;
}

.home-news-secondary-card .home-news-link {
    grid-area: cta;
    justify-self: end;
}

.home-news-secondary-card .home-news-bottom {
    display: contents !important;
    margin-top: 12px !important;
    padding-top: 12px !important;
}

@media (max-width: 768px) {
    .home-news-secondary-card {
        grid-template-columns: 1fr;
        grid-template-areas:
            "top"
            "body"
            "author"
            "cta";
    }

    .home-news-secondary-card .home-news-link {
        justify-self: start;
    }
}

/* HOME NEWS RESET 20260510 */
#news-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

.home-news-secondary-grid,
.home-news-featured-layout,
.home-news-featured-copy,
.home-news-featured-art,
.home-news-orb,
.home-news-sigil {
    display: none !important;
}

.home-news-card,
.home-news-featured-card,
.home-news-secondary-card {
    display: block !important;
    min-height: 0 !important;
    padding: 20px 20px 16px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(188, 148, 88, 0.16) !important;
    background:
        linear-gradient(90deg, rgba(10, 8, 8, 0.92) 0%, rgba(10, 8, 8, 0.74) 46%, rgba(10, 8, 8, 0.9) 100%),
        linear-gradient(180deg, rgba(210, 161, 84, 0.05), rgba(10, 8, 8, 0.16)),
        url("/images/cardnoticia.png") center center / cover no-repeat !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 241, 216, 0.04),
        0 16px 30px rgba(0, 0, 0, 0.2) !important;
}

.home-news-card::before {
    width: 4px !important;
    background: linear-gradient(180deg, rgba(123, 193, 255, 0.95), rgba(208, 162, 95, 0.8)) !important;
    box-shadow: none !important;
}

.home-news-card::after,
.home-news-card.featured::after {
    inset: 0 !important;
    opacity: 0.22 !important;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 223, 164, 0.18) 0 1px, transparent 2px),
        radial-gradient(circle at 76% 34%, rgba(255, 223, 164, 0.14) 0 1px, transparent 2px),
        linear-gradient(120deg, rgba(255,255,255,0.02), transparent 42%) !important;
}

.home-news-card:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(210, 170, 104, 0.24) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 241, 216, 0.05),
        0 18px 34px rgba(0, 0, 0, 0.24) !important;
}

.home-news-card.featured {
    padding: 22px 22px 18px !important;
    border-color: rgba(201, 160, 98, 0.22) !important;
}

.home-news-top {
    margin-bottom: 14px !important;
}

.home-tag {
    font-size: 10px !important;
    padding: 8px 12px !important;
    letter-spacing: 0.12em !important;
}

.home-date {
    padding: 8px 12px !important;
    font-size: 11px !important;
    background: rgba(22, 20, 27, 0.62) !important;
    border-color: rgba(122, 106, 96, 0.18) !important;
}

.home-news-eyebrow {
    margin-bottom: 10px !important;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
}

.home-news-card h3,
.home-news-secondary-card h3,
.home-news-featured-card h3 {
    max-width: 100% !important;
    margin: 0 0 8px !important;
    font-size: clamp(26px, 3vw, 40px) !important;
    line-height: 1.02 !important;
    text-wrap: balance;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.3) !important;
}

.home-news-card p,
.home-news-secondary-card p,
.home-news-featured-card p {
    max-width: 56ch !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: #d8cdbf !important;
}

.home-news-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(198, 165, 108, 0.1) !important;
    flex-wrap: wrap !important;
}

.home-news-author {
    padding: 8px 12px !important;
    font-size: 11px !important;
}

.home-news-link {
    padding: 10px 14px !important;
    font-size: 11px !important;
}

@media (max-width: 768px) {
    .home-news-card,
    .home-news-featured-card,
    .home-news-secondary-card {
        padding: 18px 16px 16px !important;
    }

    .home-news-card h3,
    .home-news-secondary-card h3,
    .home-news-featured-card h3 {
        font-size: clamp(24px, 8vw, 34px) !important;
    }

    .home-news-bottom {
        align-items: flex-start !important;
    }
}

/* HOME NEWS CHIP POLISH 20260510 */
.home-tag,
.home-date,
.home-news-author,
.home-news-link {
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.home-tag::before,
.home-date::before,
.home-news-author::before,
.home-news-link::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), transparent 42%);
    opacity: 0.9;
}

.home-tag > *,
.home-date > *,
.home-news-author > *,
.home-news-link > * {
    position: relative;
    z-index: 1;
}

.home-tag {
    min-height: 38px;
    padding: 0 16px !important;
    gap: 9px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0.14em !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 10px 18px rgba(0,0,0,0.14) !important;
}

.home-tag.update {
    color: #fff1d9 !important;
    border: 1px solid rgba(219, 171, 95, 0.34) !important;
    background: linear-gradient(180deg, rgba(104, 67, 28, 0.92), rgba(64, 39, 18, 0.96)) !important;
}

.home-tag.event {
    color: #f2f6de !important;
    border: 1px solid rgba(157, 180, 95, 0.34) !important;
    background: linear-gradient(180deg, rgba(80, 94, 38, 0.9), rgba(49, 59, 23, 0.96)) !important;
}

.home-tag i {
    font-size: 11px;
    color: #ffe4a8 !important;
}

.home-tag {
    color: #fff3db !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}

.home-date {
    min-height: 38px;
    padding: 0 16px !important;
    gap: 8px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #f5ead8 !important;
    border: 1px solid rgba(110, 120, 151, 0.28) !important;
    background: linear-gradient(180deg, rgba(33, 33, 47, 0.94), rgba(20, 19, 31, 0.98)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 10px 18px rgba(0,0,0,0.16) !important;
}

.home-date i {
    width: 14px;
    text-align: center;
    color: #8fcaff !important;
    filter: drop-shadow(0 0 6px rgba(90, 161, 255, 0.18));
}

.home-news-author {
    min-height: 38px;
    padding: 0 15px !important;
    gap: 8px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #eef6d7 !important;
    border: 1px solid rgba(170, 194, 100, 0.22) !important;
    background: linear-gradient(180deg, rgba(72, 83, 31, 0.9), rgba(43, 50, 18, 0.98)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 10px 18px rgba(0,0,0,0.14) !important;
}

.home-news-author i {
    width: 14px;
    text-align: center;
    color: #76f2d4 !important;
}

.home-news-link {
    min-height: 48px;
    padding: 0 18px !important;
    gap: 10px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    color: #fff3df !important;
    border: 1px solid rgba(219, 173, 101, 0.36) !important;
    background: linear-gradient(180deg, rgba(124, 82, 34, 0.96), rgba(79, 49, 22, 1)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 14px 28px rgba(33, 19, 8, 0.24),
        0 0 24px rgba(194, 149, 79, 0.08) !important;
}

.home-news-link i:first-child {
    font-size: 11px;
    color: #ffe0a6;
}

.home-news-link i:last-child {
    font-size: 12px;
    color: #fff1d2;
}

.home-news-card:hover .home-news-link {
    border-color: rgba(236, 191, 116, 0.5) !important;
    background: linear-gradient(180deg, rgba(143, 94, 38, 0.98), rgba(89, 55, 24, 1)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.1),
        0 16px 30px rgba(33, 19, 8, 0.28),
        0 0 28px rgba(207, 160, 87, 0.12) !important;
}

@media (max-width: 768px) {
    .home-tag,
    .home-date,
    .home-news-author {
        min-height: 36px;
    }

    .home-news-link {
        min-height: 44px;
    }
}

/* HOME NEWS CHIP REDIRECTION 20260510 */
.home-tag,
.home-date,
.home-news-author,
.home-news-link {
    backdrop-filter: none !important;
    box-shadow: none !important;
}

.home-tag::before,
.home-date::before,
.home-news-author::before,
.home-news-link::before {
    display: none !important;
}

.home-tag {
    min-height: 32px !important;
    padding: 0 12px !important;
    gap: 7px !important;
    border-radius: 10px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

.home-tag.update {
    color: #f2dfbb !important;
    border: 1px solid rgba(190, 148, 82, 0.24) !important;
    background: rgba(88, 58, 27, 0.42) !important;
}

.home-tag.event {
    color: #e8eed3 !important;
    border: 1px solid rgba(135, 153, 82, 0.24) !important;
    background: rgba(56, 67, 28, 0.38) !important;
}

.home-tag i {
    font-size: 10px !important;
    color: currentColor !important;
}

.home-date {
    min-height: 32px !important;
    padding: 0 12px !important;
    gap: 7px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #d9deea !important;
    border: 1px solid rgba(91, 102, 132, 0.22) !important;
    background: rgba(20, 24, 34, 0.5) !important;
}

.home-date i {
    width: auto !important;
    color: #8daee0 !important;
    filter: none !important;
}

.home-news-author {
    min-height: 30px !important;
    padding: 0 !important;
    gap: 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #b8b08f !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

.home-news-author i {
    width: auto !important;
    color: #c9a86a !important;
}

.home-news-link {
    min-height: 40px !important;
    padding: 0 16px !important;
    gap: 9px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #f5e7c9 !important;
    border: 1px solid rgba(191, 149, 82, 0.26) !important;
    background: rgba(62, 41, 22, 0.46) !important;
}

.home-news-link i:first-child {
    font-size: 10px !important;
    color: #d8bb86 !important;
}

.home-news-link i:last-child {
    font-size: 11px !important;
    color: #f1dfb8 !important;
}

.home-news-card:hover .home-news-link {
    color: #fff1d4 !important;
    border-color: rgba(212, 170, 103, 0.38) !important;
    background: rgba(82, 54, 29, 0.62) !important;
}

@media (max-width: 768px) {
    .home-tag,
    .home-date {
        min-height: 30px !important;
    }

    .home-news-link {
        min-height: 38px !important;
    }
}

/* HOME NEWS READ IMAGE 20260510 */
.home-news-link {
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.home-news-link::before,
.home-news-link span,
.home-news-link i {
    display: none !important;
}

.home-news-link img {
    display: block;
    width: auto;
    height: 44px;
    max-width: 100%;
    object-fit: contain;
    padding: 0;
    border-radius: 10px;
    border: 1px solid rgba(214, 172, 101, 0.24);
    background: transparent;
    filter:
        drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22))
        drop-shadow(0 0 12px rgba(201, 157, 88, 0.12));
    box-shadow:
        0 0 0 1px rgba(105, 73, 39, 0.12),
        0 8px 18px rgba(0, 0, 0, 0.14);
    transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-news-card:hover .home-news-link img {
    transform: none;
    border-color: rgba(229, 190, 119, 0.34);
    filter:
        drop-shadow(0 12px 22px rgba(0, 0, 0, 0.26))
        drop-shadow(0 0 14px rgba(219, 178, 105, 0.18));
    box-shadow:
        0 0 0 1px rgba(133, 95, 49, 0.16),
        0 10px 20px rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) {
    .home-news-link img {
        height: 40px;
    }
}

/* DONATIONS REDESIGN 20260510 */
.public-donations-grid {
    display: block !important;
}

.public-donations-showcase {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(175, 128, 44, 0.34);
    background:
        linear-gradient(180deg, rgba(24, 18, 10, 0.96), rgba(12, 10, 9, 0.985));
    box-shadow:
        inset 0 1px 0 rgba(255, 236, 200, 0.04),
        0 22px 44px rgba(0, 0, 0, 0.22);
}

.public-donations-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(175, 128, 44, 0.2);
}

.public-donations-header-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #ffb01e;
    font-size: 21px;
    background: rgba(107, 72, 17, 0.44);
}

.public-donations-header-copy h2 {
    margin: 0;
    color: #f7efe0;
    font-size: 20px;
    font-weight: 800;
}

.public-donations-header-copy p {
    margin: 4px 0 0;
    color: #8f8a80;
    font-size: 14px;
}

.public-donations-header-toggle {
    color: #e2a429;
    font-size: 18px;
}

.public-donations-board {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 24px;
}

.public-donation-card {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 18px 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background:
        radial-gradient(circle at top center, rgba(255,255,255,0.04), transparent 36%),
        linear-gradient(180deg, rgba(20, 17, 14, 0.98), rgba(10, 10, 10, 1));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 18px 28px rgba(0, 0, 0, 0.24);
}

.public-donation-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: radial-gradient(circle at top center, rgba(255,255,255,0.05), transparent 28%);
}

.public-donation-card--bonus::before {
    background:
        radial-gradient(circle at top center, rgba(35, 210, 115, 0.18), transparent 30%);
}

.public-donation-card--discount::before {
    background:
        radial-gradient(circle at top center, rgba(255, 173, 26, 0.18), transparent 30%);
}

.public-donation-card--default::before {
    background:
        radial-gradient(circle at top center, rgba(63, 129, 241, 0.16), transparent 30%);
}

.public-donation-badge,
.public-donation-thumb,
.public-donation-body {
    position: relative;
    z-index: 1;
}

.public-donation-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    width: fit-content;
}

.public-donation-card--bonus .public-donation-badge {
    color: #0a2514;
    background: linear-gradient(180deg, #2dd56f, #18b55a);
}

.public-donation-card--discount .public-donation-badge {
    color: #3a2400;
    background: linear-gradient(180deg, #ffb21c, #f59a00);
}

.public-donation-card--default .public-donation-badge {
    color: #d7e6ff;
    background: linear-gradient(180deg, #1f4ca1, #163a7d);
}

.public-donation-thumb {
    height: 132px;
    display: grid;
    place-items: center;
    background: transparent;
    border: 0;
}

.public-donation-thumb img {
    width: auto;
    max-width: 76%;
    height: 116px;
    object-fit: contain;
    filter:
        drop-shadow(0 14px 18px rgba(0, 0, 0, 0.28))
        drop-shadow(0 0 18px rgba(255, 166, 67, 0.12));
}

.public-donation-thumb-placeholder {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    border-radius: 18px;
    color: #f0ddbb;
    background: rgba(255,255,255,0.04);
}

.public-donation-body {
    display: grid;
    gap: 10px;
    text-align: center;
}

.public-donation-body h3 {
    margin: 0;
    color: #f6f1e8;
    font-size: 18px;
    font-weight: 700;
}

.public-donation-body p {
    display: none;
}

.public-donation-cash {
    display: grid;
    gap: 6px;
    justify-items: center;
    margin-top: 2px;
}

.public-donation-cash strong {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 900;
}

.public-donation-cash strong i {
    color: #f1a500;
    font-size: 16px;
}

.public-donation-cash strong span {
    color: #ffb20e;
    font-size: 13px;
    font-weight: 700;
}

.public-donation-cash small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6e6b67;
    font-size: 14px;
}

.public-donation-cash small span {
    color: #24d96f;
    font-weight: 700;
}

.public-donation-price {
    justify-content: center;
    margin-top: 8px;
}

.public-donation-price .current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    color: #ffe7b0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.01em;
    background: linear-gradient(180deg, rgba(64, 42, 10, 0.92), rgba(27, 20, 8, 0.88));
    border: 1px solid rgba(245, 183, 67, 0.28);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 10px 20px rgba(0,0,0,0.18);
    text-shadow: 0 1px 10px rgba(245, 183, 67, 0.1);
}

.public-donation-price .old {
    display: none;
}

.public-donation-benefits {
    position: relative;
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding: 30px 12px 10px 16px;
    list-style: none;
    text-align: left;
    border-radius: 18px;
    border: 1px solid rgba(255, 196, 87, 0.18);
    background:
        linear-gradient(90deg, rgba(245, 158, 11, 0.16), rgba(245, 158, 11, 0.02) 18%, transparent 45%),
        linear-gradient(180deg, rgba(22, 18, 14, 0.96), rgba(14, 12, 10, 0.88));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 12px 28px rgba(0,0,0,0.2);
}

.public-donation-benefits::before {
    content: "Benefícios";
    position: absolute;
    top: 10px;
    left: 16px;
    color: #f5c46b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.public-donation-benefits::after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f8bf43, rgba(245, 158, 11, 0.18));
}

.public-donation-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 12px;
    color: #eef4fb;
    font-size: 14px;
    line-height: 1.35;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
    border: 1px solid rgba(255,255,255,0.05);
}

.public-donation-benefits li span {
    flex: 1;
}

.public-donation-benefits li.benefit-base {
    border-color: rgba(255,255,255,0.06);
}

.public-donation-benefits li.benefit-bonus {
    border-color: rgba(45, 213, 111, 0.18);
    background: linear-gradient(180deg, rgba(31, 72, 41, 0.26), rgba(255,255,255,0.015));
}

.public-donation-benefits li.benefit-item {
    border-color: rgba(96, 165, 250, 0.18);
    background: linear-gradient(180deg, rgba(25, 50, 88, 0.24), rgba(255,255,255,0.015));
}

.public-donation-benefits i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    color: #0b111b;
    font-size: 11px;
}

.public-donation-benefits li.benefit-base i {
    background: linear-gradient(180deg, #f8bf43, #f59e0b);
    box-shadow: 0 6px 14px rgba(245, 158, 11, 0.28);
}

.public-donation-benefits li.benefit-bonus i {
    background: linear-gradient(180deg, #34e27b, #1db45a);
    box-shadow: 0 6px 14px rgba(45, 213, 111, 0.26);
}

.public-donation-benefits li.benefit-item i {
    background: linear-gradient(180deg, #7cc6ff, #468df6);
    box-shadow: 0 6px 14px rgba(70, 141, 246, 0.26);
}

.public-donation-buy {
    width: 100%;
    min-height: 42px;
    margin-top: 10px;
    border: 0;
    border-radius: 10px;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.public-donation-buy--bonus {
    background: linear-gradient(180deg, #2cc864, #22b154);
}

.public-donation-buy--discount {
    background: linear-gradient(180deg, #ffb21c, #f9a005);
}

.public-donation-buy--default {
    background: linear-gradient(180deg, #4b8cf8, #3a72d8);
}

@media (max-width: 1200px) {
    .public-donations-board {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .public-donations-header {
        grid-template-columns: auto 1fr;
        padding: 16px;
    }

    .public-donations-header-toggle {
        display: none;
    }

    .public-donations-board {
        grid-template-columns: 1fr;
        padding: 16px;
    }
}

/* HOME NEWS TAG + CTA REFOCUS 20260510 */
.home-tag {
    min-height: 30px !important;
    padding: 0 12px !important;
    gap: 7px !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-transform: none !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.18) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.16),
        0 8px 16px rgba(0,0,0,0.16) !important;
}

.home-tag.update {
    border: 1px solid rgba(184, 116, 255, 0.35) !important;
    background:
        linear-gradient(180deg, #bc71ff, #9b49f0) !important;
}

.home-tag.event {
    border: 1px solid rgba(64, 233, 154, 0.34) !important;
    background:
        linear-gradient(180deg, #40e99a, #20c76f) !important;
}

.home-tag i {
    font-size: 10px !important;
    color: currentColor !important;
}

.home-tag-label {
    display: inline-block;
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
}

@keyframes homeTagUpdateShift {
    0% {
        color: #ffe2a8;
        -webkit-text-fill-color: #ffe2a8;
    }
    50% {
        color: #fff6dd;
        -webkit-text-fill-color: #fff6dd;
    }
    100% {
        color: #ffd18a;
        -webkit-text-fill-color: #ffd18a;
    }
}

@keyframes homeTagEventShift {
    0% {
        color: #e8ffd7;
        -webkit-text-fill-color: #e8ffd7;
    }
    50% {
        color: #f5ffea;
        -webkit-text-fill-color: #f5ffea;
    }
    100% {
        color: #cffff0;
        -webkit-text-fill-color: #cffff0;
    }
}

.home-tag.update {
    color: #fff0d8 !important;
}

.home-tag.event {
    color: #efffe4 !important;
}

.home-tag.update .home-tag-label {
    background: none !important;
    color: #ffe2a8 !important;
    -webkit-text-fill-color: #ffe2a8 !important;
    animation: homeTagUpdateShift 2.8s ease-in-out infinite alternate;
    text-shadow:
        0 0 10px rgba(255, 214, 143, 0.3),
        0 1px 10px rgba(72, 22, 120, 0.18) !important;
}

.home-tag.event .home-tag-label {
    background: none !important;
    color: #e8ffd7 !important;
    -webkit-text-fill-color: #e8ffd7 !important;
    animation: homeTagEventShift 2.4s ease-in-out infinite alternate;
    text-shadow:
        0 0 10px rgba(214, 255, 188, 0.26),
        0 1px 10px rgba(8, 71, 39, 0.16) !important;
}

.home-news-link {
    min-height: auto !important;
    padding: 0 !important;
    gap: 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ecd2a2 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
}

.home-news-link span {
    position: relative;
}

.home-news-link span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    background: linear-gradient(90deg, rgba(220, 182, 116, 0.7), transparent);
    opacity: 0.7;
}

.home-news-link i:last-child {
    color: #f1dfbb !important;
    transform: translateX(0);
    transition: transform 0.2s ease, color 0.2s ease;
}

.home-news-card:hover .home-news-link {
    color: #fff0cf !important;
    background: transparent !important;
}

.home-news-card:hover .home-news-link i:last-child {
    color: #fff0cf !important;
    transform: none;
}
