@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {
    --zyron-bg: #0a0a0f;
    --zyron-bg-soft: #12121a;
    --zyron-surface: #1a1a24;
    --zyron-gold: #c9a962;
    --zyron-gold-soft: #b8a078;
    --zyron-gold-muted: rgba(201, 169, 98, 0.15);
    --zyron-text: #e8e4dc;
    --zyron-text-muted: #9a958a;
    --zyron-border: rgba(201, 169, 98, 0.2);
    --zyron-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

body,
.zyron-body {
    margin: 0;
    background: var(--zyron-bg) !important;
    color: var(--zyron-text) !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    padding-top: 47px !important;
}

@media (min-width: 1280px) {
    body, .zyron-body { padding-top: 87px !important; }
}

a { color: var(--zyron-gold); text-decoration: none; transition: color .2s ease; }
a:hover { color: #dfc88a; }

.zyron-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.zyron-title,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: var(--zyron-text);
}

.zyron-title {
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0;
}

.zyron-subtitle {
    color: var(--zyron-gold-soft);
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: .85rem;
    margin: .5rem 0 0;
}

.zyron-label {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0;
}

.zyron-link {
    color: var(--zyron-gold);
    text-decoration: none;
    font-size: .875rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.zyron-section { padding: 3rem 0; }
.zyron-section--dark {
    background: linear-gradient(180deg, #0f0f16, #12121a);
    border-top: 1px solid var(--zyron-border);
    border-bottom: 1px solid var(--zyron-border);
}

.zyron-page { padding: 3rem 0 4rem; }

.zyron-page-hero {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

@media (min-width: 1280px) { .zyron-page-hero { min-height: 280px; } }

.zyron-page-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zyron-page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,10,15,.4), rgba(10,10,15,.92));
}

.zyron-page-hero__content {
    position: relative;
    z-index: 1;
    padding: 2.5rem 1rem 2rem;
}

.zyron-page-hero__eyebrow {
    color: var(--zyron-gold-soft);
    letter-spacing: .22em;
    text-transform: uppercase;
    font-size: .75rem;
    margin: 0 0 .5rem;
}

.zyron-page-hero__title {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.25rem);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.headerTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
    background: rgba(10, 10, 15, 0.92) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--zyron-border);
}

.headerTop a,
.headerTop .text-white {
    color: var(--zyron-text) !important;
    transition: color 0.25s ease;
}

.headerTop a:hover,
.headerTop .hover\:text-\[\#D8A958\]:hover {
    color: var(--zyron-gold) !important;
}

.headerTop img.zyron-brand__logo,
.headerTop img[src*="logo"] {
    width: auto !important;
    height: 36px !important;
    max-width: 180px;
}

@media (min-width: 1280px) {
    .headerTop img.zyron-brand__logo,
    .headerTop img[src*="logo"] {
        height: 48px !important;
        max-width: 220px;
    }
}

.headerTop .group\/submn > div,
.headerTop .submnmb {
    background: var(--zyron-surface) !important;
    border: 1px solid var(--zyron-border) !important;
    box-shadow: var(--zyron-shadow);
}

.headerTop .group\/submn a:hover,
.headerTop .hover\:bg-\[\#361a01\]:hover {
    background: var(--zyron-gold-muted) !important;
}

.headerTop button,
.headerTop .bg-\[\#d8a958\],
.headerTop .bg-\[\#323138\] {
    background: linear-gradient(135deg, #3d3428 0%, #2a241c 100%) !important;
    border: 1px solid var(--zyron-border) !important;
    border-radius: 8px !important;
    animation: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.headerTop button:hover,
.headerTop .bg-\[\#d8a958\]:hover,
.headerTop .bg-\[\#323138\]:hover {
    border-color: var(--zyron-gold) !important;
    box-shadow: 0 0 20px rgba(201, 169, 98, 0.12);
}

/* Hero */
.zyron-hero {
    min-height: 520px;
}

@media (min-width: 1280px) {
    .zyron-hero {
        min-height: 680px;
    }
}

.zyron-hero__overlay {
    background:
        linear-gradient(180deg, rgba(10, 10, 15, 0.35) 0%, rgba(10, 10, 15, 0.55) 45%, rgba(10, 10, 15, 0.92) 100%),
        radial-gradient(ellipse at center, transparent 0%, rgba(10, 10, 15, 0.4) 100%);
}

.zyron-hero__logo {
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.5));
}

.zyron-hero__tagline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    letter-spacing: 0.25em;
}

.zyron-hero__online {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--zyron-gold-soft);
    background: rgba(10, 10, 15, 0.55);
    border: 1px solid var(--zyron-border);
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.zyron-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 0.85rem 2rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--zyron-text) !important;
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.18) 0%, rgba(201, 169, 98, 0.06) 100%);
    border: 1px solid var(--zyron-gold);
    border-radius: 4px;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    animation: none !important;
}

.zyron-btn:hover {
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.28) 0%, rgba(201, 169, 98, 0.12) 100%);
    box-shadow: 0 8px 32px rgba(201, 169, 98, 0.15);
    transform: translateY(-1px);
    color: #fff !important;
}

.zyron-btn--primary {
    background: linear-gradient(135deg, #c9a962 0%, #9a7b3c 100%);
    color: #0a0a0f !important;
    border-color: #d4bc7a;
}

.zyron-btn--primary:hover {
    color: #0a0a0f !important;
    box-shadow: 0 8px 32px rgba(201, 169, 98, 0.35);
}

.zyron-btn--ghost {
    background: rgba(255, 255, 255, 0.04);
}

button.zyron-btn,
a.zyron-btn {
    font-family: 'Cormorant Garamond', Georgia, serif;
    cursor: pointer;
}

button.zyron-btn--primary {
    background: linear-gradient(135deg, #c9a962 0%, #9a7b3c 100%) !important;
    border-color: #d4bc7a !important;
    color: #0a0a0f !important;
}

button.zyron-btn--ghost {
    background: rgba(255, 255, 255, 0.04) !important;
    color: var(--zyron-text) !important;
}

/* Calm down noisy animations */
.animate-pulse,
.animate-\[cobay_4s_ease_infinite\],
.animate-\[hunut_4s_ease_infinite\],
.animate-\[husang_1s_ease_infinite\],
.animate-\[husang_2s_ease_infinite\],
.animate__bounce {
    animation: none !important;
}

/* News section */
.bg-homemb-bg1,
.xl\:bg-home-bg1 {
    background: var(--zyron-bg-soft) !important;
    background-image: none !important;
}

.bg-homemb-bg1 img[src*="hu1"],
.bg-homemb-bg1 .absolute img {
    display: none !important;
}

.bg-homemb-bg1 h2,
.bg-homemb-bg1 .text-black {
    color: var(--zyron-text) !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
}

.bg-homemb-bg1 .text-\[\#875100\],
.bg-homemb-bg1 a:hover .text-\[\#875100\] {
    color: var(--zyron-gold) !important;
}

.bg-homemb-bg1 h1.text-black {
    color: var(--zyron-text) !important;
}

.bg-homemb-bg1 .group\/hov {
    background: var(--zyron-surface);
    border: 1px solid var(--zyron-border);
    border-radius: 8px;
    padding: 0.75rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.bg-homemb-bg1 .group\/hov:hover {
    border-color: var(--zyron-gold);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

/* Ranking section */
.bg-homemb-bg2,
.xl\:bg-home-bg2 {
    background: linear-gradient(180deg, #0f0f16 0%, #12121a 100%) !important;
    background-image: none !important;
}

.bg-homemb-bg2 figure,
.bg-homemb-bg2 > img {
    display: none !important;
}

.bg-homemb-bg2 .text-transparent.bg-gradient-to-b {
    background: linear-gradient(180deg, #f0e6d0 0%, #c9a962 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.bg-homemb-bg2 .xl\:bg-\[\#271201\] {
    background: var(--zyron-surface) !important;
    border: 1px solid var(--zyron-border);
    border-radius: 12px;
}

/* Bottom section */
.bg-homemb-bg3,
.xl\:bg-home-bg3 {
    background: var(--zyron-bg) !important;
    background-image: none !important;
}

.bg-homemb-bg3 figure {
    display: none !important;
}

.bg-homemb-bg3 .text-black {
    color: var(--zyron-text) !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
}

.bg-homemb-bg3 .bg-gradient-to-b.from-\[\#230c04\] {
    background: rgba(10, 10, 15, 0.95) !important;
    border-top: 1px solid var(--zyron-border);
}

/* Footer */
footer.bg-black {
    background: #070709 !important;
    border-top: 1px solid var(--zyron-border);
}

footer img[src*="logo"] {
    height: 40px !important;
    width: auto !important;
}

/* Popup */
.dcmmanh_popup-container {
    border: 1px solid var(--zyron-border) !important;
    box-shadow: var(--zyron-shadow) !important;
}

.dcmmanh_popup-header__btn2 img {
    max-height: 48px;
    width: auto;
}

/* Forms & buttons — skip theme/component controls */
[type=button]:not(.zyron-btn):not(.btn):not(.btn-link):not(.zyron-nav__dropbtn):not(.zyron-header__toggle):not(.zyron-tab):not(.zyron-header__link):not(.zyron-header__outline),
[type=reset]:not(.zyron-btn):not(.btn),
[type=submit]:not(.zyron-btn):not(.btn),
button:not(.zyron-btn):not(.btn):not(.btn-link):not(.zyron-nav__dropbtn):not(.zyron-header__toggle):not(.zyron-tab):not(.zyron-header__link):not(.zyron-header__outline) {
    -webkit-appearance: button;
    color: var(--zyron-text);
    background: linear-gradient(135deg, #3d3428 0%, #2a241c 100%);
    border: 1px solid var(--zyron-border);
    background-image: none;
}

[type=submit],
.dcmmanh_popup-body__ul-li4 {
    background: linear-gradient(135deg, #c9a962 0%, #9a7b3c 100%) !important;
    color: #0a0a0f !important;
    border-color: #d4bc7a !important;
}

.btn.disabled, .btn:disabled {
    color: var(--zyron-text-muted);
    background-color: #2a241c;
    border-color: var(--zyron-border);
}

.btn:hover,
[type=submit]:hover {
    box-shadow: 0 4px 20px rgba(201, 169, 98, 0.2);
}

.card[data-method].selected, .card[data-price].selected {
    border: 1px solid var(--zyron-gold) !important;
    box-shadow: 0 0 16px rgba(201, 169, 98, 0.2) !important;
}

.card[data-method]:hover, #content-donate .card:hover {
    border: 1px solid var(--zyron-gold) !important;
    box-shadow: 0 0 12px rgba(201, 169, 98, 0.12) !important;
    cursor: pointer;
}

/* Quick action cards */
.bg-home-k14,
.bg-home-k2,
.bg-home-k3,
.bg-home-k4 {
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.12) 0%, rgba(26, 26, 36, 0.95) 100%) !important;
    border: 1px solid var(--zyron-border) !important;
    border-radius: 8px !important;
    color: var(--zyron-text) !important;
}

.bg-home-k14:hover,
.bg-home-k2:hover,
.bg-home-k3:hover,
.bg-home-k4:hover {
    border-color: var(--zyron-gold) !important;
}

/* Online counter override */
.absolute p[style*="color: green"] {
    color: var(--zyron-gold-soft) !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    letter-spacing: 0.1em;
}

/* New unified components */
.zyron-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (min-width: 1280px) { .zyron-hero { min-height: 680px; } }

.zyron-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zyron-hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem 1rem 3rem;
    max-width: 760px;
}

.zyron-hero__logo {
    width: min(280px, 70vw);
    margin: 0 auto 1.25rem;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,.5));
}

.zyron-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.zyron-news-card {
    display: block;
    text-decoration: none;
    background: var(--zyron-surface);
    border: 1px solid var(--zyron-border);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: all .25s ease;
}

.zyron-news-card:hover {
    border-color: var(--zyron-gold);
    box-shadow: var(--zyron-shadow);
    transform: translateY(-2px);
}

.zyron-news-card__image { aspect-ratio: 16/9; overflow: hidden; }
.zyron-news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.zyron-news-card:hover .zyron-news-card__image img { transform: scale(1.04); }
.zyron-news-card__body { padding: 1rem 1.1rem 1.2rem; }
.zyron-news-card__body h4 { margin: 0 0 .75rem; font-size: 1.05rem; color: var(--zyron-text); }
.zyron-news-card__body time { color: var(--zyron-gold-soft); font-size: .8rem; }

.zyron-feature-stack { display: grid; gap: 1rem; }
.zyron-feature-card {
    display: block;
    border: 1px solid var(--zyron-border);
    border-radius: 10px;
    overflow: hidden;
    background: var(--zyron-surface);
}

.zyron-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) { .zyron-quick-grid { grid-template-columns: repeat(4, 1fr); } }

.zyron-quick-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    color: var(--zyron-text) !important;
    background: var(--zyron-surface);
    border: 1px solid var(--zyron-border);
    border-radius: 10px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: all .25s ease;
}

.zyron-quick-card:hover {
    border-color: var(--zyron-gold);
    background: var(--zyron-gold-muted);
}

.zyron-panel {
    background: var(--zyron-surface);
    border: 1px solid var(--zyron-border);
    border-radius: 12px;
    padding: 1.25rem;
}

.zyron-tabs { display: flex; flex-wrap: wrap; gap: .5rem; }
.zyron-tabs--wide .zyron-tab { flex: 1 1 140px; }

.zyron-tab {
    appearance: none;
    border: 1px solid var(--zyron-border);
    background: transparent;
    color: var(--zyron-text) !important;
    padding: .7rem 1.1rem;
    border-radius: 8px;
    font-size: .85rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s ease;
}

.zyron-tab:hover,
.zyron-tab.is-active,
[role=tab].!bg-tintuc-k1 {
    background: var(--zyron-gold-muted) !important;
    border-color: var(--zyron-gold) !important;
    color: #fff !important;
}

.zyron-loading { text-align: center; padding: 2rem; color: var(--zyron-gold); }

.zyron-footer {
    background: #070709 !important;
    border-top: 1px solid var(--zyron-border);
    padding: 3rem 0 2rem;
    color: var(--zyron-text-muted);
}

.zyron-footer__brand img { height: 42px; width: auto; }
.zyron-footer__heading {
    color: var(--zyron-text);
    font-family: 'Cormorant Garamond', Georgia, serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.zyron-footer__links { display: flex; flex-direction: column; gap: .65rem; }
.zyron-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    color: var(--zyron-text-muted) !important;
    text-decoration: none;
}

.zyron-footer__links a:hover { color: var(--zyron-gold) !important; }
.zyron-footer__legal {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--zyron-border);
    font-size: .82rem;
}

.zyron-slider__main {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--zyron-border);
}

.zyron-slider__thumb {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--zyron-border);
    opacity: .65;
}

.swiper-slide-thumb-active .zyron-slider__thumb { opacity: 1; border-color: var(--zyron-gold); }

/* Bootstrap global dark theme */
.card {
    background: var(--zyron-surface) !important;
    border: 1px solid var(--zyron-border) !important;
    border-radius: 10px !important;
    color: var(--zyron-text) !important;
}

.card-header, .card-footer {
    background: rgba(201,169,98,.05) !important;
    border-color: var(--zyron-border) !important;
    color: var(--zyron-text) !important;
}

.list-group-item {
    background: transparent !important;
    color: var(--zyron-text) !important;
    border-color: var(--zyron-border) !important;
}

.table, table {
    color: var(--zyron-text) !important;
    border-color: var(--zyron-border) !important;
}

.table th, .table td, table th, table td {
    border-color: var(--zyron-border) !important;
    vertical-align: middle;
}

.table thead th, table thead th {
    color: var(--zyron-gold-soft) !important;
    background: rgba(201,169,98,.06) !important;
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .08em;
}

.table tbody tr:nth-child(even), table tbody tr:nth-child(even) {
    background: rgba(255,255,255,.02) !important;
}

.text-black, .text-dark, .text-body-secondary, .text-muted {
    color: var(--zyron-text-muted) !important;
}

.bg-white, .bg-light, .bg-body, .bg-body-tertiary, .xl\:bg-tintuc-bg {
    background: var(--zyron-surface) !important;
    background-image: none !important;
}

.btn-outline-secondary, .btn-outline-primary, .btn-outline-warning {
    color: var(--zyron-text) !important;
    border-color: var(--zyron-border) !important;
    background: transparent !important;
}

.btn-outline-secondary:hover, .btn-outline-secondary.active {
    background: var(--zyron-gold-muted) !important;
    border-color: var(--zyron-gold) !important;
    color: #fff !important;
}

.btn-warning, .btn-primary, .btn-success {
    background: linear-gradient(135deg, #c9a962, #9a7b3c) !important;
    border-color: #d4bc7a !important;
    color: #0a0a0f !important;
}

.form-control, .form-select, input:not([type=checkbox]):not([type=radio]), textarea, select {
    background: #22222e !important;
    border: 1px solid var(--zyron-border) !important;
    color: var(--zyron-text) !important;
    border-radius: 8px !important;
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
    color: #7a756c !important;
    opacity: 1;
}

.form-control:focus, .form-select:focus, input:focus, textarea:focus {
    border-color: var(--zyron-gold) !important;
    box-shadow: 0 0 0 .2rem rgba(201,169,98,.12) !important;
}

.alert-danger {
    background: rgba(190,100,100,.12) !important;
    color: #f0caca !important;
    border-color: rgba(190,100,100,.35) !important;
}

.alert-success {
    background: rgba(141,197,114,.12) !important;
    color: #d7efd0 !important;
}

.download-box, .download.download-box {
    background: var(--zyron-surface) !important;
    border: 1px solid var(--zyron-border) !important;
    border-radius: 10px !important;
}

.download-box:hover { border-color: var(--zyron-gold) !important; box-shadow: var(--zyron-shadow); }
.gradient-text { color: var(--zyron-gold) !important; }

.dropdown-menu {
    background: var(--zyron-surface) !important;
    border: 1px solid var(--zyron-border) !important;
}

.dropdown-item { color: var(--zyron-text) !important; }
.dropdown-item:hover { background: var(--zyron-gold-muted) !important; color: #fff !important; }

.page-link {
    background: var(--zyron-surface) !important;
    border-color: var(--zyron-border) !important;
    color: var(--zyron-text) !important;
}

.page-item.active .page-link {
    background: var(--zyron-gold-muted) !important;
    border-color: var(--zyron-gold) !important;
}

.dcmmanh_popup-pa { background: rgba(5,5,8,.75) !important; backdrop-filter: blur(6px); }
.dcmmanh_popup-container {
    background: var(--zyron-surface) !important;
    border-radius: 18px !important;
}

.dcmmanh_popup-body__ul-li0 { color: var(--zyron-gold) !important; }
.dcmmanh_popup-body__ul-li1__body, .dcmmanh_popup-body__ul-li2__body {
    background: #22222e !important;
    border: 1px solid var(--zyron-border) !important;
    box-shadow: none !important;
}

.dcmmanh_popup-body__ul-li1__input, .dcmmanh_popup-body__ul-li2__input {
    color: var(--zyron-text) !important;
    background: transparent !important;
}

.bg-tintuc-k1, .bg-tintuc-k2, .bg-home-k8, .bg-home-k9, .bg-home-k13, .bg-banner-k1, .bg-banner-k2 {
    background: var(--zyron-surface) !important;
    background-image: none !important;
    border: 1px solid var(--zyron-border) !important;
}

tr.bg-\[\#231000\], tr.bg-\[\#391e07\] { background: transparent !important; }
th.text-\[\#a6a6a6\], td.text-\[\#a6a6a6\] { color: var(--zyron-text-muted) !important; }

.badge.text-black {
    color: var(--zyron-text) !important;
    background: var(--zyron-gold-muted) !important;
}

/* === Play Zyron v2 — clean layout (overrides legacy) === */
body, .zyron-body { padding-top: 72px !important; }

.zyron-header {
    position: fixed; inset: 0 0 auto 0; z-index: 1000;
    background: rgba(8, 8, 12, 0.88) !important;
    backdrop-filter: blur(16px) saturate(120%);
    border-bottom: 1px solid rgba(201, 169, 98, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.zyron-header__bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
    min-height: 72px;
    padding-block: 0.65rem;
    width: min(1200px, 100% - 2rem);
    margin-inline: auto;
}

.zyron-header__brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.zyron-header__brand img {
    height: 44px;
    width: auto;
    transition: opacity 0.2s ease;
}

.zyron-header__brand:hover img { opacity: 0.9; }

.zyron-header a,
.zyron-header button {
    text-decoration: none !important;
}

.zyron-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.zyron-nav > a,
.zyron-nav__dropbtn {
    position: relative;
    color: rgba(232, 228, 220, 0.78) !important;
    background: none;
    border: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease;
    text-decoration: none !important;
}

.zyron-nav > a:hover,
.zyron-nav__dropbtn:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05);
}

.zyron-nav > a.is-active {
    color: var(--zyron-gold) !important;
    background: rgba(201, 169, 98, 0.12);
}

.zyron-nav > a.is-active::after {
    display: none;
}

.zyron-nav__dropbtn i {
    font-size: 0.6rem;
    opacity: 0.7;
    transition: transform 0.2s ease;
}

.zyron-nav__dropdown:hover .zyron-nav__dropbtn i,
.zyron-nav__dropdown.is-open .zyron-nav__dropbtn i { transform: rotate(180deg); }

.zyron-nav__dropdown {
    position: relative;
}

/* Invisible bridge so the menu stays open while moving the cursor down */
.zyron-nav__dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 14px;
}

.zyron-nav__menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    background: rgba(22, 22, 30, 0.98);
    border: 1px solid rgba(201, 169, 98, 0.18);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    padding: 0.45rem;
    display: none;
    z-index: 1100;
}

.zyron-nav__dropdown:hover .zyron-nav__menu,
.zyron-nav__dropdown.is-open .zyron-nav__menu { display: block; }

.zyron-nav__dropdown.is-open .zyron-nav__dropbtn {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05);
}

.zyron-nav__menu a {
    display: block;
    padding: 0.6rem 0.85rem;
    border-radius: 10px;
    color: rgba(232, 228, 220, 0.88) !important;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    text-transform: none;
    text-decoration: none !important;
}

.zyron-nav__menu a:hover {
    background: rgba(201, 169, 98, 0.12);
    color: #fff !important;
}

.zyron-nav__empty {
    display: block;
    padding: 0.6rem 0.85rem;
    color: var(--zyron-text-muted);
    font-size: 0.82rem;
}

.zyron-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    flex-shrink: 0;
}

.zyron-header__auth {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.zyron-header__sep {
    width: 1px;
    height: 28px;
    background: rgba(201, 169, 98, 0.22);
    margin-inline: 0.15rem;
}

.zyron-header__link,
.zyron-header__outline,
.zyron-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.zyron-header__link {
    background: transparent;
    border: 1px solid transparent;
    color: rgba(232, 228, 220, 0.9) !important;
}

.zyron-header__link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
}

.zyron-header__outline {
    background: transparent;
    border: 1px solid rgba(201, 169, 98, 0.45);
    color: var(--zyron-gold-soft) !important;
}

.zyron-header__outline:hover {
    background: rgba(201, 169, 98, 0.1);
    border-color: var(--zyron-gold);
    color: #fff !important;
}

.zyron-header__cta {
    background: linear-gradient(135deg, #d4bc7a 0%, #a88942 100%);
    border: 1px solid #dfc88a;
    color: #0a0a0f !important;
    box-shadow: 0 4px 18px rgba(201, 169, 98, 0.22);
}

.zyron-header__cta:hover {
    color: #0a0a0f !important;
    box-shadow: 0 8px 24px rgba(201, 169, 98, 0.32);
    transform: translateY(-1px);
}

.zyron-header__toggle {
    grid-column: 3;
    justify-self: end;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 169, 98, 0.2);
    color: var(--zyron-text);
    width: 42px;
    height: 42px;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.zyron-header__toggle:hover {
    border-color: var(--zyron-gold);
    background: rgba(201, 169, 98, 0.08);
}

@media (max-width: 1199.98px) {
    .zyron-header__bar {
        grid-template-columns: auto 1fr auto;
    }
}

.zyron-mobile-nav {
    border-top: 1px solid rgba(201, 169, 98, 0.12);
    background: rgba(14, 14, 20, 0.98);
    display: flex;
    flex-direction: column;
    padding: 0.85rem 1rem 1.15rem;
}

.zyron-mobile-nav.hidden { display: none !important; }

.zyron-mobile-nav a {
    padding: 0.7rem 0;
    color: rgba(232, 228, 220, 0.9) !important;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.zyron-mobile-nav__actions {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(201, 169, 98, 0.15);
}

.zyron-user { position: relative; }

.zyron-user::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
}

.zyron-user__toggle {
    display: flex; align-items: center; gap: 0.45rem;
    background: var(--zyron-surface); border: 1px solid var(--zyron-border);
    color: var(--zyron-text); border-radius: 8px; padding: 0.45rem 0.75rem; font: inherit; cursor: pointer;
}
.zyron-user__menu {
    position: absolute; right: 0; top: calc(100% + 8px); min-width: 220px;
    background: var(--zyron-surface); border: 1px solid var(--zyron-border);
    border-radius: 12px; box-shadow: var(--zyron-shadow); padding: 0.5rem; display: none;
    z-index: 1100;
}
.zyron-user:hover .zyron-user__menu,
.zyron-user.is-open .zyron-user__menu { display: block; }
.zyron-user__menu a, .zyron-user__menu button {
    display: block; width: 100%; text-align: left; background: none; border: 0;
    color: var(--zyron-text); padding: 0.55rem 0.75rem; border-radius: 8px; font: inherit; cursor: pointer;
}
.zyron-user__menu a:hover, .zyron-user__menu button:hover { background: var(--zyron-gold-muted); color: #fff; }
.zyron-user__stats { padding: 0.5rem 0.75rem; border-bottom: 1px solid var(--zyron-border); margin-bottom: 0.35rem; font-size: 0.85rem; }
.zyron-user__stats div { display: flex; justify-content: space-between; margin-bottom: 0.25rem; }

.zyron-hero {
    position: relative; overflow: hidden; min-height: clamp(420px, 70vh, 620px);
    display: grid !important; place-items: center;
}
.zyron-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.zyron-hero__content { position: relative; z-index: 1; text-align: center; padding: 2rem 1rem; max-width: 720px; }

.zyron-page-hero { position: relative; overflow: hidden; min-height: 220px; display: flex; align-items: flex-end; }
.zyron-page-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.zyron-page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,16,.4), rgba(11,11,16,.92)); }
.zyron-page-hero__content { position: relative; z-index: 1; padding: 2rem 0 1.75rem; width: 100%; }
.zyron-page-hero__eyebrow { color: var(--zyron-gold-soft); letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.72rem; margin: 0 0 0.35rem; }
.zyron-page-hero__title { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.8rem); text-transform: uppercase; }

.zyron-section { padding: 3.5rem 0; background: var(--zyron-bg-soft); }
.zyron-section--dark { background: var(--zyron-bg); border-block: 1px solid var(--zyron-border); }
.zyron-page { padding: 2.5rem 0 4rem; background: var(--zyron-bg-soft); min-height: 50vh; }

.zyron-container { width: min(1200px, 100% - 2rem); margin-inline: auto; }

.zyron-news-card {
    display: block; height: 100%; background: var(--zyron-surface); border: 1px solid var(--zyron-border);
    border-radius: 12px; overflow: hidden; transition: 0.25s ease; color: inherit !important;
}
.zyron-news-card:hover { border-color: var(--zyron-gold); box-shadow: var(--zyron-shadow); transform: translateY(-2px); }
.zyron-news-card__image { aspect-ratio: 16/10; overflow: hidden; }
.zyron-news-card__image img { width: 100%; height: 100%; object-fit: cover; }
.zyron-news-card__body { padding: 1rem 1.1rem 1.25rem; }
.zyron-news-card__body h4 { margin: 0 0 0.5rem; font-size: 1rem; color: var(--zyron-text); font-weight: 600; }
.zyron-news-card__body time { color: var(--zyron-gold-soft); font-size: 0.8rem; }

.zyron-quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }
@media (min-width: 768px) { .zyron-quick-grid { grid-template-columns: repeat(4, 1fr); } }
.zyron-quick-card {
    display: flex; align-items: center; justify-content: center; min-height: 84px; padding: 1rem;
    text-align: center; color: var(--zyron-text) !important; background: var(--zyron-surface);
    border: 1px solid var(--zyron-border); border-radius: 12px;
    font-family: 'Cormorant Garamond', Georgia, serif; letter-spacing: 0.08em; text-transform: uppercase;
}
.zyron-quick-card:hover { border-color: var(--zyron-gold); background: var(--zyron-gold-muted); color: #fff !important; }

.zyron-panel { background: var(--zyron-surface); border: 1px solid var(--zyron-border); border-radius: 12px; padding: 1.25rem; }
.zyron-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.zyron-tab {
    appearance: none; border: 1px solid var(--zyron-border); background: transparent; color: var(--zyron-text);
    padding: 0.65rem 1rem; border-radius: 8px; letter-spacing: 0.06em; text-transform: uppercase;
    font-size: 0.78rem; cursor: pointer;
}
.zyron-tab.is-active, .zyron-tab:hover { background: var(--zyron-gold-muted); border-color: var(--zyron-gold); color: #fff; }

.zyron-podium-card {
    background: var(--zyron-surface); border: 1px solid var(--zyron-border); border-radius: 12px;
    padding: 1.5rem 1.25rem; text-align: center; height: 100%;
}
.zyron-podium-card--rank-1 { border-color: rgba(201,169,98,0.45); }
.zyron-podium-card__badge {
    display: inline-block; margin-bottom: 0.75rem; padding: 0.25rem 0.65rem; border-radius: 999px;
    border: 1px solid var(--zyron-border); color: var(--zyron-gold); font-size: 0.78rem;
}
.zyron-podium-card h3 { margin: 0 0 0.75rem; font-size: 1.15rem; }
.zyron-podium-card ul { list-style: none; margin: 0; padding: 0; }
.zyron-podium-card li { display: flex; justify-content: space-between; padding: 0.35rem 0; border-top: 1px solid var(--zyron-border); font-size: 0.9rem; }

.zyron-table { --bs-table-bg: transparent; --bs-table-color: var(--zyron-text); --bs-table-border-color: var(--zyron-border); }
.zyron-table thead th { color: var(--zyron-gold-soft) !important; text-transform: uppercase; font-size: 0.75rem; background: rgba(201,169,98,0.06) !important; }

.zyron-footer { background: #070709 !important; border-top: 1px solid var(--zyron-border); padding: 3rem 0 2rem; color: var(--zyron-text-muted); }
.zyron-footer__brand img { height: 40px; margin-bottom: 0.75rem; }
.zyron-footer__copy { margin: 0 0 0.5rem; font-size: 0.88rem; color: var(--zyron-text-muted); }
.zyron-footer__note { margin: 0; font-size: 0.78rem; line-height: 1.5; color: rgba(154, 149, 138, 0.85); }
.zyron-footer__heading {
    color: var(--zyron-text);
    font-family: 'Cormorant Garamond', Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}
.zyron-footer__legal { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--zyron-border); font-size: 0.82rem; }

.zyron-footer__social,
.zyron-footer__partners {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.zyron-footer__social-link,
.zyron-footer__partner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(201, 169, 98, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    text-decoration: none !important;
    color: var(--zyron-text) !important;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.zyron-footer__social-link:hover,
.zyron-footer__partner:hover {
    border-color: rgba(201, 169, 98, 0.45);
    background: rgba(201, 169, 98, 0.08);
    transform: translateY(-1px);
    color: #fff !important;
}

.zyron-footer__social-icon,
.zyron-footer__partner-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid var(--zyron-border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.zyron-footer__social-icon {
    color: var(--zyron-gold);
    font-size: 1rem;
}

.zyron-footer__partner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.zyron-footer__partner-icon i {
    display: none;
    color: var(--zyron-gold);
    font-size: 1rem;
}

.zyron-footer__partner-icon.is-fallback img {
    display: none;
}

.zyron-footer__partner-icon.is-fallback i {
    display: flex;
}

.zyron-footer__social-label,
.zyron-footer__partner-body {
    flex: 1;
    min-width: 0;
}

.zyron-footer__partner-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.zyron-footer__partner-body strong {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--zyron-text);
}

.zyron-footer__partner-body small {
    font-size: 0.72rem;
    color: var(--zyron-text-muted);
    letter-spacing: 0.02em;
}

.zyron-footer__external {
    font-size: 0.72rem;
    color: var(--zyron-text-muted);
    opacity: 0.7;
    flex-shrink: 0;
}

.zyron-footer__social-link:hover .zyron-footer__external,
.zyron-footer__partner:hover .zyron-footer__external {
    color: var(--zyron-gold);
    opacity: 1;
}

.zyron-auth:not(.hidden) {
    position: fixed; inset: 0; z-index: 9999; display: flex !important;
    align-items: center; justify-content: center; padding: 1rem;
}
.zyron-auth.hidden { display: none !important; }
.zyron-auth__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.72); backdrop-filter: blur(4px); }
.zyron-auth__dialog {
    position: relative; width: min(440px, 100%); background: var(--zyron-surface);
    border: 1px solid var(--zyron-border); border-radius: 16px; box-shadow: var(--zyron-shadow); padding: 1.5rem;
}
.zyron-auth__close { position: absolute; top: 0.75rem; right: 0.85rem; background: none; border: 0; color: var(--zyron-text-muted); font-size: 1.6rem; cursor: pointer; }
.zyron-auth__brand { text-align: center; margin-bottom: 1rem; }
.zyron-auth__brand img { height: 42px; }
.zyron-auth__title { text-align: center; font-family: 'Cormorant Garamond', Georgia, serif; color: var(--zyron-gold); margin-bottom: 1rem; }
.zyron-auth__form .mb-3:last-of-type { margin-bottom: 1rem !important; }
.zyron-auth__label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--zyron-gold-soft);
}
.zyron-auth .form-control {
    min-height: 46px;
    padding: 0.7rem 0.9rem;
    background: #1e1e28 !important;
    border-color: rgba(201, 169, 98, 0.28) !important;
    color: var(--zyron-text) !important;
}
.zyron-auth .form-control::placeholder {
    color: #7a756c !important;
    opacity: 1;
}
.zyron-auth .form-control:focus {
    background: #242430 !important;
    border-color: var(--zyron-gold) !important;
    box-shadow: 0 0 0 0.2rem rgba(201, 169, 98, 0.14) !important;
}
.zyron-auth .form-check-label {
    color: var(--zyron-text-muted);
    font-size: 0.88rem;
}
.zyron-auth .form-check-input {
    background-color: #1e1e28;
    border-color: rgba(201, 169, 98, 0.35);
}
.zyron-auth .form-check-input:checked {
    background-color: var(--zyron-gold);
    border-color: var(--zyron-gold);
}
.zyron-auth .btn-link,
.zyron-auth__switch .btn-link {
    color: var(--zyron-gold-soft) !important;
    text-decoration: none !important;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
}
.zyron-auth .btn-link:hover,
.zyron-auth__switch .btn-link:hover {
    color: var(--zyron-gold) !important;
    text-decoration: underline !important;
}
.zyron-auth__forgot {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}
.zyron-auth__error { display: block; color: #f0a0a0; font-size: 0.78rem; margin-top: 0.25rem; min-height: 1rem; }
.zyron-auth__switch { text-align: center; margin-top: 1rem; margin-bottom: 0; }

.zyron-btn--sm { padding: 0.5rem 1rem; font-size: 0.85rem; min-width: auto; }
.zyron-slider__main { width: 100%; max-height: 420px; object-fit: cover; border-radius: 12px; border: 1px solid var(--zyron-border); }
.hidden { display: none !important; }

/* Server status bar */
.zyron-status-section {
    position: relative;
    z-index: 5;
    margin-top: -2rem;
    padding-bottom: 0.5rem;
}

.zyron-status {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
    padding: 1.25rem 1.35rem;
    background: rgba(26, 26, 36, 0.92);
    border: 1px solid var(--zyron-border);
    border-radius: 14px;
    box-shadow: var(--zyron-shadow);
    backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
    .zyron-status { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1200px) {
    .zyron-status { grid-template-columns: 1.2fr 1.4fr 1fr 1fr 1fr auto; align-items: center; }
}

.zyron-status__item { display: flex; flex-direction: column; gap: 0.2rem; min-width: 0; }
.zyron-status__item--online { flex-direction: row; align-items: center; gap: 0.75rem; }
.zyron-status__item--cta { flex-direction: row; gap: 0.5rem; align-items: center; justify-content: flex-end; }

.zyron-status__dot {
    width: 10px; height: 10px; border-radius: 50%; background: #5cb85c;
    box-shadow: 0 0 12px rgba(92, 184, 92, 0.65); flex-shrink: 0;
    animation: zyron-pulse 2s ease-in-out infinite;
}

@keyframes zyron-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.65; transform: scale(0.92); }
}

.zyron-status__label {
    font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--zyron-text-muted);
}

.zyron-status__value {
    font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.35rem; font-weight: 600;
    color: var(--zyron-text); line-height: 1.2;
}

.zyron-status__item--online .zyron-status__value { color: var(--zyron-gold); }

.zyron-status__bar {
    height: 4px; background: rgba(255, 255, 255, 0.08); border-radius: 999px; overflow: hidden; margin-top: 0.35rem;
}

.zyron-status__bar span {
    display: block; height: 100%;
    background: linear-gradient(90deg, #9a7b3c, #c9a962); border-radius: 999px;
}

.zyron-section--promo { background: var(--zyron-bg); border-top: 1px solid var(--zyron-border); }

.zyron-promo-duo .col-md-6 { display: flex; }

.zyron-promo-card {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid var(--zyron-border);
    height: 200px;
    color: #fff !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

@media (min-width: 768px) {
    .zyron-promo-card { height: 240px; }
}

@media (min-width: 1200px) {
    .zyron-promo-card { height: 280px; }
}

.zyron-promo-card:hover {
    transform: translateY(-4px);
    border-color: var(--zyron-gold);
    box-shadow: var(--zyron-shadow);
    color: #fff !important;
}

.zyron-promo-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}
.zyron-promo-card:hover img { transform: scale(1.05); }

.zyron-promo-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(180deg, rgba(11, 11, 16, 0.1) 15%, rgba(11, 11, 16, 0.9) 100%);
}

.zyron-promo-card__tag {
    display: inline-block; width: fit-content; margin-bottom: 0.5rem; padding: 0.25rem 0.65rem;
    border: 1px solid var(--zyron-border); border-radius: 999px; font-size: 0.68rem;
    letter-spacing: 0.1em; text-transform: uppercase; color: var(--zyron-gold-soft);
    background: rgba(11, 11, 16, 0.45);
}

.zyron-promo-card__overlay h3 {
    margin: 0 0 0.35rem; font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.6rem; letter-spacing: 0.06em; text-transform: uppercase;
}

.zyron-promo-card__overlay p { margin: 0; font-size: 0.88rem; color: rgba(236, 232, 223, 0.82); max-width: 90%; }

/* Bootstrap dark tokens + ranking/download pages */
:root,
[data-bs-theme="dark"] {
    --bs-body-bg: #0a0a0f;
    --bs-body-color: #e8e4dc;
    --bs-card-bg: #1a1a24;
    --bs-card-cap-bg: rgba(201, 169, 98, 0.06);
    --bs-card-border-color: rgba(201, 169, 98, 0.2);
    --bs-table-bg: transparent;
    --bs-table-color: #e8e4dc;
    --bs-table-border-color: rgba(201, 169, 98, 0.2);
    --bs-table-striped-bg: rgba(255, 255, 255, 0.025);
    --bs-table-striped-color: #e8e4dc;
    --bs-table-hover-bg: rgba(201, 169, 98, 0.08);
    --bs-table-hover-color: #fff;
    --bs-emphasis-color: #e8e4dc;
}

.table,
.table-striped,
.table-dark {
    --bs-table-bg: transparent;
    --bs-table-color: var(--zyron-text);
    --bs-table-border-color: var(--zyron-border);
    --bs-table-striped-bg: rgba(255, 255, 255, 0.025);
    --bs-table-active-bg: rgba(201, 169, 98, 0.1);
    --bs-table-hover-bg: rgba(201, 169, 98, 0.08);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: rgba(255, 255, 255, 0.025) !important;
    color: var(--zyron-text) !important;
    box-shadow: none !important;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: transparent !important;
    color: var(--zyron-text) !important;
    box-shadow: none !important;
}

.table thead.table-dark th,
.table-dark thead th,
.table thead th {
    background: rgba(201, 169, 98, 0.1) !important;
    color: var(--zyron-gold-soft) !important;
    border-color: var(--zyron-border) !important;
}

.zyron-page .container,
.zyron-page .card,
.zyron-panel,
.zyron-ranking,
.zyron-download {
    color: var(--zyron-text);
}

.zyron-panel .table-responsive,
.zyron-download-specs .table-responsive {
    border: 1px solid var(--zyron-border);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15);
}

.zyron-ranking .table-responsive {
    border-radius: 10px;
    overflow: hidden;
}

.zyron-ranking form .form-control {
    min-width: 220px;
}

.zyron-ranking form .btn-outline-secondary {
    vertical-align: top;
}

/* Download page */
.zyron-download-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    background: var(--zyron-surface);
    border: 1px solid var(--zyron-border);
    border-radius: 12px;
    text-decoration: none !important;
    color: var(--zyron-text) !important;
    min-height: 96px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zyron-download-card:hover {
    border-color: var(--zyron-gold);
    box-shadow: var(--zyron-shadow);
    transform: translateY(-2px);
    color: var(--zyron-text) !important;
}

.zyron-download-card__main {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.zyron-download-card__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid var(--zyron-border);
    position: relative;
    overflow: hidden;
}

.zyron-download-card__icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.zyron-download-card__icon i {
    display: none;
    font-size: 1.35rem;
    color: var(--zyron-gold);
}

.zyron-download-card__icon.is-fallback i {
    display: flex;
}

.zyron-download-card__icon.is-fallback img {
    display: none;
}

.zyron-download-card__text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.zyron-download-card__text strong {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    color: var(--zyron-gold);
}

.zyron-download-card__text span {
    font-size: 0.88rem;
    color: var(--zyron-text-muted);
    line-height: 1.4;
}

.zyron-download-card__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #c9a962 0%, #9a7b3c 100%);
    border: 1px solid #d4bc7a;
    color: #0a0a0f !important;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zyron-download-specs__title {
    margin: 0 0 1.25rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--zyron-gold);
}

@media (max-width: 575.98px) {
    .zyron-download-card {
        flex-direction: column;
        align-items: stretch;
    }

    .zyron-download-card__btn {
        width: 100%;
    }
}

