:root {
    --bg-dark: #080808;
    --bg-secondary: #0f0f0f;
    --color-gold: #c5af6e;
    --color-gold-dark: #8f7d4a;
    --color-gold-bright: #FDD023;
    --color-red: #8b0000;
    --color-red-bright: #b91d1d;
    --color-text-main: #f1e3d7;
    --color-text-muted: #888;
    --panel-bg: rgba(10, 10, 10, 0.95);
    --panel-border: 1px solid #332a2a;
    --backdrop-blur: blur(5px);
    --font-heading: 'Cinzel', serif;
    --font-body: 'Nunito', sans-serif
}

body {
    background-color: var(--bg-dark);
    color: var(--color-text-main);
    font-family: var(--font-body);
    overflow-x: hidden;
    background-image: url('assets/img/sub_page_bg-min.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--color-text-main);
    text-transform: uppercase;
    letter-spacing: 1px
}

a {
    transition: all 0.3s ease;
    text-decoration: none !important
}

.text-gold {
    color: var(--color-gold) !important
}

.text-red {
    color: var(--color-red-bright) !important
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden
}

#bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video-background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.95) 100%);
    background-size: 4px 4px;
    background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 0, transparent 50%)
}

.glass-nav {
    background: linear-gradient(to bottom, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.95) 100%);
    border-bottom: 2px solid var(--color-gold-dark);
    padding: 0;
    height: 90px;
    z-index: 1000
}

.split-nav .navbar-collapse {
    justify-content: center;
    align-items: center
}

.center-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 200px;
    overflow: visible
}

.hero-section {
    position: relative;
    height: 70vh;
    min-height: 500px;
    padding-top: 100px;
    z-index: 1
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 40px rgba(197, 175, 110, 0.3);
    margin-bottom: 0.5rem;
    letter-spacing: 5px
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8)
}

.center-logo:hover img {
    transform: scale(1.05)
}

.nav-logo-spacer {
    width: 220px;
    height: 1px;
    background: transparent;
    flex-shrink: 0
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 40px rgba(197, 175, 110, 0.3);
    margin-bottom: 0.5rem;
    letter-spacing: 5px
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8)
}

.center-logo:hover img {
    transform: scale(1.05)
}

.nav-logo-spacer {
    width: 220px;
    height: 1px;
    background: transparent;
    flex-shrink: 0
}

.nav-left,
.nav-right {
    flex: 1;
    display: flex;
    justify-content: center;
    max-width: none;
    margin: 0 !important
}

.nav-left {
    justify-content: space-around;
    padding-right: 10px;
    padding-top: 15px
}

.nav-right {
    justify-content: space-around;
    padding-left: 10px;
    padding-top: 15px
}

.nav-item {
    margin: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px
}

.status-bar-yellow-surface {
    min-height: 85px;
    padding: 10px 0
}

.status-item .label {
    font-family: var(--font-heading);
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    margin-right: 15px
}

.status-item .value {
    font-family: var(--font-heading);
    font-size: 28px;
    color: white !important;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3)
}

.btn-discord-blue {
    background-color: #5865F2;
    color: white !important;
    padding: 12px 35px;
    border-radius: 4px;
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(88, 101, 242, 0.4);
    border: 1px solid #4752c4;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px
}

.btn-discord-blue:hover {
    background-color: #4752c4;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(88, 101, 242, 0.6);
    text-decoration: none
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-gold) !important;
    text-shadow: 0 0 10px rgba(197, 175, 110, 0.8);
    position: relative;
    padding: 0 15px;
    transition: all 0.3s
}

.asian-char {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 50, 50, 0.6);
    margin-bottom: 2px;
    opacity: 1
}

.link-text {
    position: relative
}

.nav-link:hover .link-text,
.nav-link:hover {
    color: var(--color-gold) !important;
    text-shadow: 0 0 10px rgba(197, 175, 110, 0.8)
}

.nav-link:hover .asian-char {
    color: var(--color-gold);
    opacity: 1
}

.section-separator {
    height: 40px;
    width: 100%;
    margin: 30px 0;
    background: url('../assets/img/separator_pattern.png') no-repeat center center;
    background-size: contain;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-separator::after {
    content: '♦ ♦ ♦';
    color: var(--color-gold-dark);
    font-size: 20px;
    letter-spacing: 20px;
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px 0;
    background: rgba(20, 20, 20, 0.5)
}

.status-section-full {
    width: 100%;
    position: relative;
    z-index: 20;
    margin-top: -60px
}

.status-bar-yellow-surface {
    position: relative;
    width: 100%;
    height: 100px;
    background: url('assets/img/bar_yellow-min.png') no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.status-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 50px;
    height: 100%
}

.status-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 120px
}

.gold-black-box {
    background: #0f0f0f;
    border: 2px solid #3d3323;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    height: 100%;
    display: flex;
    flex-direction: column
}

.gold-black-box::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 1px solid #c5af6e;
    clip-path: polygon(0 20px, 20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
    pointer-events: none;
    z-index: 2;
    background: transparent
}

.box-header {
    background: linear-gradient(to right, rgba(10, 10, 10, 0), rgba(197, 175, 110, 0.1), rgba(10, 10, 10, 0));
    padding: 15px 20px;
    border-bottom: 1px solid #3d3323;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.box-title {
    margin: 0;
    font-size: 1.2rem;
    color: var(--color-gold);
    text-shadow: 0 0 10px rgba(197, 175, 110, 0.3)
}

.box-body {
    padding: 20px;
    flex-grow: 1;
    position: relative
}

.news-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px
}

.news-tabs li {
    font-family: var(--font-heading);
    font-size: 16px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    position: relative
}

.news-tabs li.active,
.news-tabs li:hover {
    color: var(--color-gold);
    text-shadow: 0 0 8px rgba(197, 175, 110, 0.5)
}

.news-tabs li.active::after {
    content: '♦';
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-gold);
    font-size: 12px
}

.section-bg-unified {
    position: relative;
    z-index: 10;
    padding-bottom: 50px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.8);
    background: transparent
}

.rank-table {
    background: transparent;
    border-collapse: separate;
    border-spacing: 0 4px
}

.rank-table thead th {
    background: transparent;
    border: none;
    color: #888;
    font-family: var(--font-body);
    font-size: 0.85rem;
    text-transform: uppercase;
    padding: 10px
}

.rank-table tbody tr {
    background: rgba(255, 255, 255, 0.03);
    transition: background 0.2s
}

.rank-table tbody tr:hover {
    background: rgba(197, 175, 110, 0.1)
}

.rank-table td {
    border: none;
    vertical-align: middle;
    color: #ddd;
    padding: 12px 10px;
    font-size: 0.95rem
}

.rank-table td:first-child {
    border-left: 2px solid transparent
}

.rank-table tbody tr:hover td:first-child {
    border-left-color: var(--color-gold)
}

.ranking-header-red {
    background: linear-gradient(to right, transparent, #500000, transparent);
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #800000;
    border-bottom: 1px solid #800000;
    margin-bottom: 20px
}

.ranking-header-red h3 {
    color: #ffcccc;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    font-family: var(--font-heading);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8)
}

.ranking-box {
    padding: 30px;
    background: #050505;
    border: 2px solid #c5af6e;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.9), inset 0 0 50px rgba(0, 0, 0, 0.8);
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.ranking-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(197, 175, 110, 0.3);
    margin: 5px;
    pointer-events: none;
}

.status-content-wrapper {
    width: 1300px;
    max-width: 95%
}

.status-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.status-item .label {
    font-size: 16px;
    color: #ccc;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    text-align: center
}

.status-item .value {
    font-family: var(--font-heading);
    font-size: 26px;
    color: white !important;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    line-height: 1;
    text-align: center
}

.status-value-online {
    font-family: var(--font-heading);
    font-size: 32px;
    color: #4CAF50 !important;
    font-weight: 900;
    text-shadow: 0 0 5px #4CAF50, 0 0 10px #4CAF50, 0 0 20px #4CAF50, 0 0 40px #4CAF50;
    letter-spacing: 2px
}

.status-divider-white {
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 20px
}

.section-separator-red-full {
    width: 100%;
    margin: 40px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-separator-red-full img {
    width: 100%;
    height: 85px;
    object-fit: fill;
    display: block
}

.separator-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 2;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.center-logo img {
    height: 85px;
    max-width: none;
    filter: drop-shadow(0 0 15px rgba(197, 175, 110, 0.4));
    transition: transform 0.3s;
    pointer-events: auto
}

.asian-panel-ornate {
    background: #0f0f0f;
    border: 1px solid #332a2a;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    position: relative;
    padding: 20px 30px;
    border-radius: 2px
}

.asian-panel-ornate::before,
.asian-panel-ornate::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
}

.news-date-badge .day {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

.news-date-badge .month {
    display: block;
    font-size: 12px;
    text-transform: uppercase
}

.cta-wrapper {
    gap: 30px;
    justify-content: center
}

.cta-emblem-gold {
    flex: 1;
    max-width: 400px;
    background: radial-gradient(circle at center, #ffd700 0%, #daa520 40%, #8b6508 100%);
    border: 2px solid #fff8dc;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 0 15px rgba(212, 175, 55, 0.6), inset 0 0 20px rgba(255, 255, 255, 0.4);
    padding: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block
}

.cta-inner {
    background: linear-gradient(to bottom, #b8860b 0%, #8b6508 100%);
    border: 1px solid #705206;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.cta-emblem-gold::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: 0.5s;
    opacity: 0
}

.cta-emblem-gold:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6), 0 0 30px rgba(255, 215, 0, 0.8), inset 0 0 40px rgba(255, 255, 255, 0.6);
    filter: brightness(1.1)
}

.cta-emblem-gold:hover::after {
    opacity: 1;
    left: 120%;
    transition: 0.7s
}

.cta-inner .sub {
    display: block;
    font-family: var(--font-body);
    font-size: 14px;
    text-transform: uppercase;
    color: #ffeeb0;
    margin-bottom: 5px;
    letter-spacing: 1px
}

.cta-inner .main {
    display: block;
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px
}

.cta-spacer {
    display: none
}

.news-meta {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--color-text-muted);
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px
}

.news-excerpt {
    color: #bbb;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px
}

.btn-asian-link {
    color: var(--color-gold);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px
}

.btn-asian-link:hover {
    color: var(--color-gold-bright);
    margin-right: 5px
}

.panel-header {
    background: linear-gradient(to right, rgba(197, 175, 110, 0.1), transparent);
    padding: 15px 20px;
    margin: 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--color-gold-bright)
}

.ranking-list-asian {
    list-style: none;
    padding: 0;
    margin: 0
}

.ranking-list-asian li {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    transition: background 0.3s
}

.ranking-list-asian li:hover {
    background: rgba(255, 255, 255, 0.02)
}

.ranking-list-asian .rank-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #222;
    color: #666;
    border-radius: 2px;
    font-weight: 700;
    margin-right: 15px
}

.ranking-list-asian .rank-1 {
    background: var(--color-gold);
    color: black
}

.ranking-list-asian .rank-2 {
    background: #C0C0C0;
    color: black
}

.ranking-list-asian .rank-3 {
    background: #cd7f32;
    color: black
}

.ranking-list-asian .player-info {
    flex-grow: 1
}

.ranking-list-asian .name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #e0e0e0
}

.ranking-list-asian .empire img {
    opacity: 0.7
}

.ranking-list-asian .level {
    font-family: var(--font-heading);
    color: var(--color-gold);
    font-size: 14px
}

.btn-asian-outline {
    display: block;
    border: 1px solid #333;
    padding: 10px;
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}

.btn-asian-outline:hover {
    border-color: var(--color-gold);
    color: var(--color-gold)
}

.btn-download-asian {
    display: flex;
    background: #111;
    border: 1px solid #333;
    transition: all 0.3s;
    height: 50px
}

.btn-download-asian .icon {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    color: var(--color-text-muted);
    font-size: 20px;
    border-right: 1px solid #333
}

.btn-download-asian .text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    color: #ccc;
    text-transform: uppercase
}

.btn-download-asian:hover {
    border-color: var(--color-red)
}

.btn-download-asian:hover .icon {
    background: var(--color-red);
    color: white
}

.btn-download-asian:hover .text {
    color: white
}

.social-links-grid {
    display: flex;
    gap: 10px;
    padding: 20px
}

.social-box {
    flex: 1;
    background: #0d0d0d;
    border: 1px solid #222;
    padding: 20px 0;
    text-align: center;
    color: #666;
    transition: all 0.3s
}

.social-box i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px
}

.social-box span {
    font-size: 12px;
    text-transform: uppercase
}

.social-box.discord:hover {
    border-color: #7289da;
    color: #7289da;
    box-shadow: 0 0 15px rgba(114, 137, 218, 0.2)
}

.social-box.facebook:hover {
    border-color: #3b5998;
    color: #3b5998;
    box-shadow: 0 0 15px rgba(59, 89, 152, 0.2)
}

footer {
    border-top: 1px solid #c5af6e;
    background-color: #050505;
    padding: 15px 0 5px 0;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0
}

footer .container {
    position: relative;
    z-index: 1
}

.footer-logo {
    transition: all 0.3s
}

.footer-logo:hover {
    filter: grayscale(0%) opacity(1) !important
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px rgba(197, 175, 110, 0.5);
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    border-bottom: 1px solid rgba(197, 175, 110, 0.3);
    padding-bottom: 5px;
    display: inline-block
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links-list li {
    margin-bottom: 2px
}

.footer-links-list a {
    color: var(--color-gold);
    font-size: 16px;
    transition: all 0.3s;
    display: block;
    padding: 5px 0
}

.footer-links-list a:hover {
    color: var(--color-gold);
    text-decoration: none;
    padding-left: 5px
}

.footer-socials {
    display: flex;
    justify-content: flex-end
}

@media (max-width:768px) {
    .footer-socials {
        justify-content: center
    }
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #111;
    border: 1px solid #333;
    color: #666;
    margin-left: 10px;
    border-radius: 2px;
    transition: all 0.3s
}

.social-icon:hover {
    color: white;
    transform: translateY(-3px)
}

.social-icon.discord:hover {
    background: #7289da;
    border-color: #7289da
}

.social-icon.facebook:hover {
    background: #3b5998;
    border-color: #3b5998
}

.social-icon.youtube:hover {
    background: #ff0000;
    border-color: #ff0000
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #333, transparent);
    margin: 10px 0
}

.x-small {
    font-size: 11px
}

.copyright {
    color: var(--color-gold);
    font-size: 14px
}

.footer-links a {
    color: #ccc;
    font-size: 14px;
    margin: 0 15px
}

.footer-links a:hover {
    color: var(--color-gold)
}

.grayscale {
    filter: grayscale(100%)
}

.opacity-50 {
    opacity: 0.5
}

@media (max-width:992px) {
    .hero-title {
        font-size: 2.5rem
    }

    .glass-nav {
        background: rgba(11, 11, 11, 0.95)
    }
}

.bg-update {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2) !important
}

.bg-update::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/img/update-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none
}

.bg-update .box-header,
.bg-update .box-body {
    position: relative;
    z-index: 2
}

.section-bg-unified {
    background-image: url('assets/img/sub_page_bg-min.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 40px;
    padding-bottom: 40px
}

a,
.title,
.cat,
.lost-pass,
.btn-register-outline,
.custom-date .m {
    color: var(--color-gold) !important;
    text-decoration: none;
    transition: all 0.3s
}

a:hover,
.title:hover,
.lost-pass:hover,
.btn-register-outline:hover {
    color: #fff !important;
    text-shadow: 0 0 10px rgba(197, 175, 110, 0.8)
}

.cat.update {
    color: #ffd700 !important
}

.cat.shop {
    color: #ffaa00 !important
}

.cat.maint {
    color: #c5af6e !important
}

.btn-login-gold {
    background: linear-gradient(to bottom, #f0d585, #c5af6e, #8a763a);
    color: #000 !important;
    border: 1px solid #c5af6e;
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 0 15px rgba(197, 175, 110, 0.4);
    letter-spacing: 1px
}

.btn-login-gold:hover {
    color: #000 !important;
    text-decoration: none;
    filter: brightness(1.1);
    background: linear-gradient(to bottom, #ffe699, #dcc685, #a38d4d);
    box-shadow: 0 0 25px rgba(197, 175, 110, 0.7);
    transform: translateY(-2px)
}

.particles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 15;
    overflow: hidden
}

.gold-particle,
.pink-particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: sparkle-float linear infinite;
    pointer-events: none
}

.gold-particle {
    background: #ffd700;
    box-shadow: 0 0 5px #ffd700, 0 0 10px #ffd700
}

.pink-particle {
    background: #ff69b4;
    box-shadow: 0 0 5px #ff69b4, 0 0 10px #ff69b4
}

@keyframes sparkle-float {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0
    }

    20% {
        opacity: 0.8;
        transform: translateY(80vh) scale(1)
    }

    80% {
        opacity: 0.8;
        transform: translateY(20vh) scale(1)
    }

    100% {
        transform: translateY(-10vh) scale(0);
        opacity: 0
    }
}

.hero-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 110px
}

.hero-btn {
    position: relative;
    display: block;
    text-decoration: none !important;
    transition: transform 0.3s, filter 0.3s
}

.hero-btn img {
    display: block;
    max-width: 100%;
    height: auto
}

.hero-btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f7e9a0;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    letter-spacing: 2px;
    white-space: nowrap
}

.hero-btn:not(.hero-btn-secondary) .hero-btn-text {
    left: 53%
}

.hero-btn-secondary .hero-btn-text {
    left: 47%
}

.text-white {
    color: #fff !important
}

.text-gray {
    color: #ccc !important
}

.hero-btn:hover {
    transform: scale(1.05);
    filter: brightness(1.1)
}

.hero-btn:hover .hero-btn-text {
    color: #fff !important
}

.featured-news {
    position: relative;
    border: 1px solid #3d3323;
    overflow: hidden;
    background: #000;
    margin-bottom: 20px
}

.featured-image {
    position: relative;
    width: 100%;
    height: 200px
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.8;
    transition: opacity 0.3s
}

.featured-news:hover .featured-image img {
    opacity: 1;
    transform: scale(1.05)
}

.featured-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.6), transparent);
    padding: 20px;
    z-index: 2;
    pointer-events: none
}

.featured-overlay h3 {
    margin: 0 0 5px 0;
    color: var(--color-gold);
    font-family: var(--font-heading);
    font-size: 1.3rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    text-transform: uppercase
}

.box-header {
    border-bottom: 1px solid rgba(197, 175, 110, 0.15);
    margin-bottom: 15px;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.news-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
    position: relative;
    top: 1px
}

.news-tabs li {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 15px;
    border-bottom: 3px solid transparent
}

.news-tabs li.active,
.news-tabs li:hover {
    color: var(--color-gold)
}

.news-tabs li.active {
    border-bottom: 3px solid var(--color-gold);
    text-shadow: 0 0 10px rgba(197, 175, 110, 0.4)
}

.login-box-wrapper .box-header {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 10px
}

.login-box-wrapper .box-body {
    padding-top: 15px !important
}

.news-tabs li.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: var(--color-gold);
    box-shadow: 0 0 8px var(--color-gold);
    border: 1px solid #000;
    z-index: 5
}

@media (max-width:768px) {
    .video-background video {
        display: none
    }

    .video-background {
        background: url('assets/img/home_media_bg-min.png') no-repeat center center scroll;
        background-size: cover
    }
}

.ranking-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    background: linear-gradient(to bottom, #1a1a1a, #000);
    border: 1px solid #c5af6e;
    color: #c5af6e !important;
    text-align: center;
    text-decoration: none !important;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 10px;
    min-width: 200px;
    letter-spacing: 1px;
}

.ranking-btn i {
    margin-right: 10px;
}

.ranking-btn:hover {
    background: linear-gradient(to bottom, #333, #111);
    color: #fff !important;
    border-color: #fff;
    box-shadow: 0 0 15px rgba(197, 175, 110, 0.4);
    transform: translateY(-2px);
}

.ranking-btn.active {
    background: linear-gradient(to bottom, #c5af6e, #8f7d4a);
    color: #000 !important;
    border-color: #fff;
    box-shadow: 0 0 20px rgba(197, 175, 110, 0.6);
    text-shadow: none;
    font-weight: 800;
}

.btn-logout-red {
    display: block;
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid #ff4444;
    color: #ff4444;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s;
    text-decoration: none !important;
    line-height: normal;
}

.btn-logout-red:hover {
    background: #ff4444;
    color: #fff;
    box-shadow: 0 0 15px rgba(255, 68, 68, 0.4);
}

.section-title-black {
    color: #000 !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}

.ranking-btn.btn-block {
    display: block;
    width: 100%
}

@media (max-width:991px) {
    .navbar-collapse {
        background: rgba(5, 5, 5, 0.98);
        padding: 20px;
        border-bottom: 2px solid var(--color-gold);
        border-radius: 0 0 10px 10px
    }

    .nav-item {
        text-align: center;
        margin: 10px 0;
        border-bottom: 1px solid rgba(197, 175, 110, 0.1)
    }

    .center-logo {
        position: static;
        transform: none;
        margin: 0 auto 10px auto;
        display: block;
        max-width: 150px
    }

    .nav-logo-spacer {
        display: none
    }

    h1,
    .hero-title {
        font-size: 2.5rem !important
    }

    h2,
    .section-title {
        font-size: 1.8rem !important
    }

    .hero-subtitle {
        font-size: 1rem !important
    }

    .hero-btn {
        padding: 10px 20px !important;
        font-size: 0.9rem !important
    }
}

.table-responsive {
    scrollbar-color: var(--color-gold) #111;
    scrollbar-width: thin
}

.table-responsive::-webkit-scrollbar {
    height: 8px
}

.table-responsive::-webkit-scrollbar-track {
    background: #111
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: var(--color-gold);
    border-radius: 4px
}


/* New Update Banners Section */
.banner-update-red {
    background: linear-gradient(to right, rgba(60, 0, 0, 0.9), rgba(90, 0, 0, 0.9));
    border: 2px solid #c5af6e;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 100%;
    text-decoration: none !important;
}

.banner-update-red::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/img/bar_red-min.png');
    background-size: cover;
    opacity: 0.3;
    z-index: 1;
    mix-blend-mode: overlay;
}

.banner-update-red:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
    border-color: #ffeb3b;
    background: linear-gradient(to right, rgba(80, 0, 0, 1), rgba(110, 0, 0, 1));
}

.banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    align-items: center;
}

.banner-icon {
    font-size: 40px;
    color: #ffd700;
    margin-right: 20px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
    width: 60px;
    text-align: center;
}

.banner-text h4 {
    color: #ffd700;
    margin: 0;
    font-family: var(--font-heading);
    text-transform: uppercase;
    font-size: 1.1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.banner-text p {
    color: #e0e0e0;
    margin: 5px 0 0 0;
    font-size: 0.9rem;
    line-height: 1.3;
}

.banner-text .author {
    color: #90ee90;
    font-weight: bold;
}

/* Ensure clickable news items don't have default link styles ruining layout */
a.news-list-item-link {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

a.news-list-item-link:hover .news-list-item {
    background: rgba(197, 175, 110, 0.15);
}

/* Enhanced CTA Button Styles */
.cta-emblem-gold {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.cta-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}