html, body {
    position: relative;
    overflow-x: hidden;
}

body {
    width: 100%;
    background: url(../images/footer-bg.jpg) center bottom no-repeat, url(../images/header-bg.jpg) center top no-repeat, #0d0906;
    /*background-size: contain;*/
    font-family: "Source Sans 3", "Tajawal", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.35;
    min-height: 100vh;
}

/* Classic panel typography (Story105-style: serif titles + clean UI body) */
h1, h2, h3, h4, h5, h6,
.navbar .nav-item .nav-link,
.main-content .card .card-header h5,
.sidebar .card .card-header p {
    font-family: "Cinzel", "Tajawal", "Times New Roman", serif;
    letter-spacing: 0.02em;
}

a {
    transition: all 0.3s ease;
    color: #563d22;
    text-decoration: none;
}

a:hover {
    color: #fc8808;
}

a:focus, a:hover, button, button:focus, button:hover, button:active {
    outline: 0 none;
    text-decoration: none;
}

/*a:hover, button:hover, a.active, button.active {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    text-decoration: none;
}*/

.floating-icons {
	position: fixed;
	right: 20px;
	top: 50%;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	z-index: 1;
}

.floating-icons .icon {
	padding: 10px;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	margin-bottom: 10px;
}

.floating-icons .icon .icon-btn {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(-90deg, rgba(43, 9, 7, 1) 0%, rgba(109, 18, 13, 1) 100%);
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

.floating-icons .icon .icon-btn.facebook:hover,
.floating-icons .icon .icon-btn.whatsapp:hover {
	background: linear-gradient(90deg, rgba(43, 9, 7, 1) 0%, rgba(109, 18, 13, 1) 100%);
}

[dir=rtl] .floating-icons {
	right: auto;
	left: 20px;
}

.floating-icons .icon .icon-btn:hover, .floating-icons .icon .icon-btn:focus, .floating-icons .icon .icon-btn:active, .floating-icons .icon .icon-btn.active{
	border-image-source: linear-gradient(0deg, rgba(43, 9, 7, 1) 0%, rgba(109, 18, 13, 1) 100%);
}

.floating-icons .icon .icon-btn {
	height: 50px;
	width: 50px;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
	background: linear-gradient(90deg, rgba(43, 9, 7, 1) 0%, rgba(109, 18, 13, 1) 100%);
	display: flex;
	justify-content: center;
    align-items: center;
	transform: rotate(-45deg);
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	overflow: hidden;
	cursor: pointer;
}

.floating-icons .icon .icon-btn > * {
	transform: rotate(45deg);
	clear: both;
	position: absolute;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}


.floating-icons .icon .icon-btn:hover > * {
	background: -webkit-linear-gradient(1deg, rgb(254 115 0) 0%, rgb(50 30 5) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

#footer, #footer .footer-copyright {
    background-color: transparent;
    color: #e0f0fd;
}

#footer .footer-copyright p, #footer .footer-copyright div {
    color: #e0f0fd;
    font-size: 12px;
}

.dropdown .dropdown-menu {
	border-radius: 0;
	padding: 10px;
	background-color: rgb(0 0 0 / 32%);
	border: none;
}
	
.navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.navbar-light .navbar-toggler {
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar .nav-item .nav-link {
    color: #fc8808;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 26px;
    font-weight: bold;
    display: block;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.navbar .nav-item .nav-link:hover {
    color: #fc8808;
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    text-decoration: none;
}

.navbar .nav-item .nav-link:after {
    content: "";
    transition: 0.3s;
    height: 0;
    width: 0;
}

.navbar .nav-item .nav-link:hover:after, .navbar .nav-item .nav-link.active:after {
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #fc8808;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fc8808;
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    text-decoration: none;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-item {
    color: #fc8808;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fc8808;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fc8808;
}

.header {
    min-height: 450px;
    display: flex;
}

.server-time {
    background: rgb(10 6 3);
    width: 280px;
    font: normal 13px/1.2 tahoma, Arial, Verdana;
    color: #fc8808;
    align-self: end;
    padding: 5px 10px;
}

.sidebar-left {
    background: url(../images/sidebar-left-bg.png) right;
}

.sidebar-right {
    background: url(../images/sidebar-right-bg.png) left;
}

.sidebar .status-block {
    position: relative;
    min-height: 126px;
    margin-bottom: 1rem;
    padding: 1rem 1rem 1rem 1.1rem;
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(252, 136, 8, 0.55);
    background:
        linear-gradient(180deg, rgba(22, 8, 4, 0.2) 0%, rgba(22, 8, 4, 0.45) 100%),
        url(../images/server-bg.jpg) center / cover no-repeat;
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 210, 160, 0.08);
    overflow: hidden;
}

.sidebar .server {
    width: 100%;
    font-size: 12px;
    text-align: right;
}

.sidebar .server-name {
    color: #fff6e6;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.55rem;
}

.sidebar .progress-barr {
    height: 10px;
    padding: 2px;
    margin: 0.5rem 0 0.7rem;
    position: relative;
    border-radius: 999px;
    background: rgba(10, 4, 2, 0.5);
    border: 1px solid rgba(252, 136, 8, 0.2);
}

.sidebar .progress-barr span {
    height: 100%;
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, #7ac943 0%, #c5ef5a 55%, #ecff9b 100%);
    box-shadow: 0 0 12px rgba(181, 223, 82, 0.35);
}

.sidebar .site-playercount__meta {
    gap: 0.8rem;
    text-align: right;
}

.sidebar .site-playercount__label {
    color: rgba(255, 244, 222, 0.92);
    font-size: 0.85rem;
    font-weight: 700;
}

.sidebar .server .online-players {
    font-weight: 800;
    color: #bff16a;
    font-size: 0.92rem;
    text-shadow: 0 0 10px rgba(181, 223, 82, 0.12);
}

[dir="rtl"] .sidebar .status-block {
    padding-left: 1rem;
    padding-right: 1.1rem;
}

.sidebar .card {
    background: none !important;
}

.sidebar .card .card-header {
    padding: 22px 0 22px 10px;
    position: relative;
    color: #fc8808;
    background-color: transparent;
    border-bottom: none;
}

[dir=rtl] .sidebar .card .card-header:after {
    left: -5px;
    right: auto;
}

.sidebar .card .card-header:after {
    content: "";
    background: url(../images/card-header-after.png) no-repeat;
    width: 113px;
    height: 83px;
    display: block;
    position: absolute;
    right: -5px;
    top: 0;
}

.sidebar .card .card-header p {
    padding-left: 10px;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

[dir=rtl] .sidebar .card .card-header p {
    padding-right: 10px;
    padding-left: 0;
}

/* Facebook Page Plugin + Discord widget: keep inside column */
.sidebar .sidebar-social-widget .card-body.sidebar-social-widget__body {
    overflow: hidden;
    max-width: 100%;
}
.sidebar .sidebar-social-widget .fb-page,
.sidebar .sidebar-social-widget .fb-page > span,
.sidebar .sidebar-social-widget .fb-page iframe {
    max-width: 100% !important;
}
.sidebar .sidebar-social-widget iframe.discord-server-widget-iframe {
    display: block;
    max-width: 100%;
}

[dir=rtl] .progress {
    height: 1rem;
    line-height: 1;
    font-size: .75rem;
    background-color: #eaecf4;
    border-radius: 0.35rem;
}

.sidebar .server-stats li {
    color: rgb(255, 255, 255);
    padding: 10px 1px 10px 20px;
    background: none;
    border: none;
    border-radius: 1px;
    border-bottom: 1px solid rgb(194, 147, 141);
}

.sidebar li .stats-value {
    color: rgb(255, 255, 255);
    font-weight: 550;
    font-size: 12px;
}

.sidebar .download {
    background: url(../images/download.jpg) center;
    height: 90px;
    font-size: 20px;
    text-shadow: 0 1px 1px #f2e8a1;
    color: #6c5f22;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .download .download-text {
    padding-left: 50px;
}

.sidebar .download .download-text b {
    font-weight: 400;
    display: block;
    color: #6c5f22;
    font-size: 16px;
    margin-top: 5px;
}

.bright:hover {
    filter: brightness(120%);
}

.btn-gold {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(110 80 20 / 40%), inset 0 -2px 5px 1px rgb(139 66 8), inset 0 -1px 1px 3px rgb(250 227 133);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    color: rgb(120, 50, 5);
    text-shadow: 0 2px 2px rgb(250 227 133);
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}

.btn-gold:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgb(250 227 133);
    border: 1px solid rgba(165, 93, 7, .6);
    color: rgba(120, 50, 5, .8);
}

.btn-brown {
    color: #fff;
    display: inline-block;
    justify-content: center;
    align-items: center;
    background: url(../images/brown-button.jpg) bottom no-repeat;
    border-radius: 0.3em;
    position: relative;
    transition: .2s all ease;
    text-decoration: none;
    text-align: center;
}

.btn-brown:hover {
    color: #fff;
}

.btn-brown:hover, .btn-brown.active, .btn-gold:hover, .btn-gold.active {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    text-decoration: none;
}

.discord {
    max-height: 350px;
    overflow-y: auto;
}

.discord .discord-name {
    max-width: 70%;
}

.discord .discord-playing {
    max-width: 30%;
}

.dataTable thead, .dataTable tfoot {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8808), color-stop(1, #fc8808));
    color: #ffffff;
}

.dataTable {
    color: #000;
}

.table a {
    transition: all 0.3s ease;
    color: #bf5252;
    text-decoration: none;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.page-item.active .page-link {
    color: #fff;
    background-color: #fc8808;
    border-color: #fc8808;
}

.page-item {
    color: #fc8808;
    background-color: #fff;
}

.page-link:hover {
    color: #fff;
    background-color: #fc8808;
    border-color: #fc8808;
}

.btn-link {
    color: #fc8808;
    text-decoration: none;
}

.btn-link:hover, .btn-link.focus, .btn-link:focus {
    color: #fc8808;
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    text-decoration: none;
}

.box-icon-outline {
    -webkit-text-stroke: 1px #fc8808;
    -webkit-text-fill-color: transparent;
}

.box-small-icon-alt .box-icon {
    border-color: #fc8808;
}

a:hover .box-icon-outline {
    -webkit-text-stroke: 1px #fc8808;
    -webkit-text-fill-color: #fff;
}

.box-small-icon-alt a:hover .box-icon {
    border-color: #fc8808;
    background-color: #fc8808;
}

#footer ul span {
    color: #fc8808;
}

#footer a {
    color: #fff100;
}

#footer a:focus, #footer a:hover, .table a:hover, .table a:focus {
    -webkit-filter: brightness(120%);
    filter: brightness(140%);
    text-decoration: none;
}

#footer .social-networks a.whatsapp:hover {
    color: #25d366;
    -webkit-filter: none;
    filter: none;
}

#footer h5 {
    color: #fc8808;
}

.toTopBlock {
    background: url(../images/footer-line.png) center no-repeat;
    height: 77px;
    padding-top: 18px;
    margin-bottom: 40px;
}

.toTopBlock span {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.main-content > .card {
    height: 100%;
}

.main-content .card img {
    max-width: 100%;
}

.card {
    background: url(../images/card/card-center.png) center repeat, #ffffff;
    border-radius: 0;
    border: none;
}

.main-content > .card {
    border-left: none;
}

.main-content .card .card-header {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
}

.main-content .card .card-header h5 {
    color: #24131f;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.main-content .card .card-header:after {
    content: "";
    border-bottom: 1px solid #fc8808;
    height: 15px;
    width: 100%;
    display: block;
    box-shadow: 0 1px 0 0 #fc8808;
}

/* Home / latest news (index) — premium VAORA-style panel + cream cards */
.main-content.home-index > .card.home-index__panel.hsss {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(252, 136, 8, 0.42);
    background:
        linear-gradient(180deg, rgba(42, 18, 10, 0.55) 0%, rgba(18, 8, 4, 0.75) 100%),
        url(../images/card/card-center.png) center repeat,
        linear-gradient(180deg, #2a1410 0%, #120805 100%);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 210, 160, 0.08);
}

.main-content.home-index > .card.home-index__panel.hsss::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(252, 136, 8, 0.85), rgba(255, 200, 120, 0.95), rgba(252, 136, 8, 0.85), transparent);
    pointer-events: none;
    z-index: 1;
}

.main-content.home-index .home-index__panel-head {
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    padding-top: 1.35rem;
    padding-bottom: 0.5rem;
}

.main-content.home-index .home-index__panel-head::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 0.85rem;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(90deg, transparent, rgba(252, 136, 8, 0.75), transparent);
    box-shadow: 0 1px 0 rgba(252, 136, 8, 0.35);
}

.main-content.home-index .home-index__panel-title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    font-size: 0.95rem;
    color: transparent !important;
    background: linear-gradient(180deg, #fff4e0 0%, #e8c48a 45%, #c9982e 78%, #8b6420 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 28px rgba(212, 175, 55, 0.15);
}

.main-content.home-index .home-index__panel-body {
    position: relative;
    z-index: 2;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
}

.main-content.home-index > .card.home-index__panel.hsss > .home-index__panel-body {
    background: transparent;
    color: rgba(255, 224, 200, 0.92);
}

.main-content.home-index .home-index__article {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(62, 30, 10, 0.35);
    background: linear-gradient(180deg, #fffdf8 0%, #fdf5e6 48%, #f3e8d4 100%);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.main-content.home-index .home-index__article:hover {
    transform: translateY(-2px);
    border-color: rgba(252, 136, 8, 0.55);
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(252, 136, 8, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.main-content.home-index .home-index__article:last-child {
    margin-bottom: 0 !important;
}

.main-content.home-index .home-index__article-head {
    background: linear-gradient(180deg, rgba(62, 30, 14, 0.08) 0%, rgba(40, 20, 10, 0.04) 100%);
    border-bottom: none;
    padding: 1rem 1.15rem 0.85rem;
}

/* Override global .card .card-header:after under home feed (we use .home-index__article-rule) */
.main-content.home-index .home-index__article-head::after {
    content: none !important;
    display: none !important;
    height: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.main-content.home-index .home-index__article-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.main-content.home-index .home-index__article-link:hover .home-index__article-title {
    filter: brightness(1.08);
}

.main-content.home-index .home-index__article-top {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

@media (min-width: 576px) {
    .main-content.home-index .home-index__article-top {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 1rem;
    }
}

.main-content.home-index .home-index__article-title {
    margin: 0;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: transparent;
    background: linear-gradient(180deg, #fff8e8 0%, #e8c48a 42%, #b8860b 88%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-content.home-index .home-index__article-meta {
    display: inline-block;
    flex-shrink: 0;
    font-family: "Source Sans 3", "Tajawal", Tahoma, Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    color: rgba(44, 24, 24, 0.55);
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(62, 30, 10, 0.12);
    background: rgba(255, 255, 255, 0.55);
}

.main-content.home-index .home-index__article-rule {
    display: block;
    height: 2px;
    margin-top: 0.75rem;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(252, 136, 8, 0.15), rgba(252, 136, 8, 0.85), rgba(252, 136, 8, 0.15));
    box-shadow: 0 1px 0 rgba(255, 200, 140, 0.35);
}

.main-content.home-index .home-index__article-body {
    padding: 1rem 1.15rem 1.15rem;
    color: #2a1810;
    font-family: "Source Sans 3", "Tajawal", Tahoma, Arial, sans-serif;
    font-size: 0.95rem;
    line-height: 1.55;
}

.main-content.home-index .home-index__article-prose {
    word-wrap: break-word;
}

.main-content.home-index .home-index__article-prose a {
    color: #8a4510;
    font-weight: 600;
}

.main-content.home-index .home-index__article-prose a:hover {
    color: #d35400;
}

.main-content.home-index .home-index__article-media {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(252, 136, 8, 0.35);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.35);
    line-height: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.main-content.home-index .home-index__article-media:hover {
    border-color: rgba(252, 136, 8, 0.65);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(252, 136, 8, 0.25);
}

.main-content.home-index .home-index__article-img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.main-content.home-index .home-index__article-footer {
    border-top: 1px solid rgba(62, 30, 10, 0.1);
    padding-top: 0.75rem;
}

.main-content.home-index .home-index__read-more {
    display: inline-flex;
    align-items: center;
    font-family: "Cinzel", "Tajawal", "Times New Roman", serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    color: #7a3a0a;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.main-content.home-index .home-index__read-more:hover {
    color: #d35400;
    border-bottom-color: rgba(252, 136, 8, 0.55);
    text-decoration: none;
}

.main-content.home-index .home-index__read-more-icon {
    margin-inline-start: 0.35rem;
    font-size: 0.85em;
    opacity: 0.85;
}

.main-content.home-index .home-index__empty {
    border: 1px dashed rgba(252, 136, 8, 0.45);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.12);
}

.main-content.home-index .home-index__empty-icon {
    font-size: 2.5rem;
    color: rgba(252, 136, 8, 0.55);
}

.main-content.home-index .home-index__empty-text {
    color: rgba(255, 230, 200, 0.88);
    font-size: 0.95rem;
}

.sidebar .list-group-item {
    background: transparent;
    border-color: #fc8808;
	color: #fc8808;
}

.list-group-item {
    background: linear-gradient(90deg, rgba(43, 9, 7, 1) 0%, rgba(109, 18, 13, 1) 100%);
    border-color: #fc8808;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #fc8808;
    border-color: #fc8808;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #fff;
    background-color: #fc8808;
    border-color: #fc8808;
}

.sparks-leaves {
	position: relative;
	z-index: -1;
}

.sparks {
	position: absolute;
    top: 73px;
}

.spark-1 {
  background: url(../images/sparks_1.png);
  width: 350px;
  height: 226px;
  left: -50px;
  bottom: -250px;
  position: absolute;
  animation: 4s spark-1 linear infinite;
}

@keyframes spark-1 {
  0% {
    transform: scale(0.4);
    bottom: -150px;
  }
  33% {
    transform: scale(0.6);
    bottom: -100px;
  }
  66% {
    transform: scale(0.8);
    bottom: -50px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: 0px;
    opacity: 0;
  }
}
.spark-2 {
  background: url(../images/sparks_2.png);
  width: 350px;
  height: 390px;
  left: -50px;
  bottom: -400px;
  position: absolute;
  animation: 5s spark-2 linear infinite;
}

@keyframes spark-2 {
  0% {
    transform: scale(0.4);
    bottom: -400px;
  }
  33% {
    transform: scale(0.6);
    bottom: -300px;
  }
  66% {
    transform: scale(0.8);
    bottom: -200px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: -100px;
    opacity: 0;
  }
}
.spark-3 {
  background: url(../images/sparks_3.png);
  width: 350px;
  height: 352px;
  left: -50px;
  bottom: -350px;
  position: absolute;
  animation: 5s spark-3 linear infinite;
}

@keyframes spark-3 {
  0% {
    transform: scale(0.4);
    bottom: -350px;
  }
  33% {
    transform: scale(0.6);
    bottom: -240px;
  }
  66% {
    transform: scale(0.8);
    bottom: -130px;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    bottom: -20px;
    opacity: 0;
  }
}

.leaves {
	position: absolute;
    top: 73px;
    left: 10px;
}

.leaves-1 {
  background: url(../images/leaves_1.png);
  width: 300px;
  height: 197px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-1 linear infinite;
}

@keyframes leaves-1 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9 rotate(60deg));
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-2 {
  background: url(../images/leaves_2.png);
  width: 283px;
  height: 171px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-2 linear infinite;
}

@keyframes leaves-2 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9) rotate(-60deg);
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}
.leaves-3 {
  background: url(../images/leaves_3.png);
  width: 324px;
  height: 222px;
  left: 0px;
  bottom: -200px;
  position: absolute;
  animation: 5s leaves-3 linear infinite;
}

@keyframes leaves-3 {
  0% {
    transform: scale(0.7) rotate(0deg);
    bottom: -200px;
    left: 250px;
  }
  33% {
    transform: scale(0.8) rotate(-30deg);
    bottom: -100px;
    left: 500px;
  }
  66% {
    transform: scale(0.9) rotate(-60deg);
    bottom: 0px;
    left: 750px;
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(-90deg);
    bottom: 100px;
    left: 1000px;
    opacity: 0;
  }
}

@media all and (max-width: 1399px) {
    .navbar .nav-item .nav-link {
        font-size: 14px;
        padding: 0 15px;
    }
}

@media all and (max-width: 1199px) {
    .sidebar-left {
        background: url(../images/sidebar-left-bg-sm.png) right;
    }

    .sidebar-right {
        background: url(../images/sidebar-right-bg-sm.png) left;
    }
}


@media all and (max-width: 1100px) {
    .navbar .nav-item .nav-link {
        padding: 0 12px;
    }
}

@media all and (max-width: 1000px) {
    .navbar .nav-item .nav-link {
        padding: 0 10px;
    }
}


@media all and (max-width: 991.98px) {
    .header {
        display: block;
        min-height: auto;
        padding: 10rem 0;
    }

    .header .header-logo {
        text-align: center;
    }

    .header .server-time {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar .nav-item .nav-link {
        line-height: 40px;
        height: 40px;
		color: #000;
    }
	
	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show > .nav-link {
		color: #563d22;
	}
	
    .navbar .nav-item .nav-link:hover:after, .navbar .nav-item .nav-link.active:after {
        content: none;
    }

    .navbar .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        top: 73px;
        background: linear-gradient(90deg, rgba(43, 9, 7, 1) 0%, rgba(109, 18, 13, 1) 100%);
        z-index: 1;
    }

}

@media all and (max-width: 767.98px) {

}

/* Unified theme palette overrides */
:root {
    --theme-gold: #fc8808;
    --theme-gold-soft: #ffd08a;
    --theme-brown: #6f2f12;
    --theme-brown-dark: #3a1409;
    --theme-text-light: #ffe8be;
}

a {
    color: var(--theme-gold-soft);
}

a:hover {
    color: var(--theme-gold);
}

#footer,
#footer .footer-copyright,
#footer .footer-copyright p,
#footer .footer-copyright div {
    color: var(--theme-text-light);
}

#footer a {
    color: var(--theme-gold-soft);
}

.sidebar .progress-barr span {
    background-color: var(--theme-gold);
}

.table a {
    color: #d89a44;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff7e1;
    border-color: #8c4a1e;
    background: linear-gradient(180deg, #b9692d 0%, #7b3a17 100%);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff7e1;
    border-color: #a95b24;
    background: linear-gradient(180deg, #c97833 0%, #8a411a 100%);
    box-shadow: 0 0 0 0.2rem rgba(252, 136, 8, 0.22);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 136, 8, 0.3);
}

/* Ranking section color harmony */
.btn-toolbar .btn-outline-dark {
    color: #ffe4b3;
    border-color: #8c4a1e;
    background: linear-gradient(180deg, #6c2f14 0%, #3f180b 100%);
}

.btn-toolbar .btn-outline-dark:hover,
.btn-toolbar .btn-outline-dark:focus {
    color: #fff2d5;
    border-color: #c06d2d;
    background: linear-gradient(180deg, #8f4220 0%, #57230f 100%);
}

.btn-toolbar .btn-outline-dark.active,
.btn-toolbar .btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #3c170b;
    border-color: #e39a44;
    background: linear-gradient(180deg, #ffd08a 0%, #f4a343 100%);
}

.result-area .table {
    color: #ffe6bf;
    border-color: rgba(252, 136, 8, 0.22);
}

.result-area .table thead th {
    color: #fff1d6;
    border-color: rgba(252, 136, 8, 0.28);
    background: linear-gradient(180deg, #a65322 0%, #793112 100%);
}

.result-area .table-bordered td,
.result-area .table-bordered th {
    border-color: rgba(252, 136, 8, 0.18);
}

.result-area .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(73, 29, 14, 0.84);
}

.result-area .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(57, 22, 11, 0.88);
}

.result-area .table-hover tbody tr:hover {
    color: #fff3db;
    background-color: rgba(252, 136, 8, 0.24);
}

.result-area .table a {
    color: #ffc878;
}

.result-area .table a:hover {
    color: #fff2d5;
}

.result-area .dataTables_wrapper .dataTables_info,
.result-area .dataTables_wrapper .dataTables_length label,
.result-area .dataTables_wrapper .dataTables_filter label {
    color: #ffdca7;
}

/* Donations section color harmony */
.main-content.donation-page .card.hsss > .card-header h5,
.main-content.donation-page .card.hsss > .card-header p,
.main-content.donation-page .font-weight-bold,
.main-content.donation-page label {
    color: #ffe2b0;
}

.main-content.donation-page .card.hsss > .card-body {
    color: #ffdeb5;
}

.main-content.donation-page .donation-method-card {
    width: 120px;
    border: 1px solid rgba(252, 136, 8, 0.35);
    background: linear-gradient(180deg, rgba(91, 34, 16, 0.85) 0%, rgba(48, 18, 10, 0.92) 100%);
    transition: all 0.2s ease;
}

.main-content.donation-page .donation-method-card:hover {
    border-color: rgba(252, 136, 8, 0.75);
    transform: translateY(-1px);
}

.main-content.donation-page .donation-method-card strong {
    color: #ffd59a;
}

.main-content.donation-page .donation-method-card.border-primary {
    border-color: #f3ae58 !important;
    box-shadow: 0 0 0 1px rgba(243, 174, 88, 0.35), 0 6px 16px rgba(0, 0, 0, 0.3);
}

.main-content.donation-page #content-donate .card {
    background: linear-gradient(180deg, rgba(88, 31, 15, 0.82) 0%, rgba(44, 16, 9, 0.92) 100%);
    border: 1px solid rgba(252, 136, 8, 0.3);
}

.main-content.donation-page .form-control {
    color: #ffe8c6;
    border: 1px solid rgba(252, 136, 8, 0.4);
    background: rgba(22, 9, 5, 0.75);
}

.main-content.donation-page .form-control:focus {
    color: #fff0d5;
    border-color: #f3ae58;
    background: rgba(28, 11, 6, 0.9);
    box-shadow: 0 0 0 0.2rem rgba(252, 136, 8, 0.2);
}

.main-content.donation-page .donation-package-card {
    border: 1px solid rgba(252, 136, 8, 0.24);
    background: linear-gradient(180deg, rgba(75, 28, 13, 0.88) 0%, rgba(42, 15, 8, 0.94) 100%);
    color: #ffe3ba;
}

.main-content.donation-page .donation-package-card:hover {
    border-color: rgba(252, 136, 8, 0.62);
    background: linear-gradient(180deg, rgba(95, 37, 18, 0.92) 0%, rgba(53, 20, 10, 0.96) 100%);
}

.main-content.donation-page .donation-package-card span {
    color: #ffcf88;
    font-weight: 600;
}

.main-content.donation-page .donation-package-card small.text-warning {
    color: #ffbf5f !important;
}

.main-content.donation-page .donation-package-card.border-primary {
    border-color: #f5b25f !important;
    box-shadow: 0 0 0 1px rgba(245, 178, 95, 0.25);
}

.main-content.donation-page #content-donate-details {
    border-top: 1px solid rgba(252, 136, 8, 0.28);
    padding-top: 6px;
}

.main-content.donation-page #content-donate-details hr {
    border-top: 1px solid rgba(252, 136, 8, 0.2);
}

.main-content.donation-page #content-donate-details .package-name {
    color: #ffca80 !important;
}

.main-content.donation-page #content-donate-details .package-price {
    color: #ffe8c2;
    font-weight: 600;
}

.main-content.donation-page #donation-buy-now {
    color: #fff5df;
    border-color: #8c4a1e;
    background: linear-gradient(180deg, #b9692d 0%, #7b3a17 100%);
}

.main-content.donation-page #donation-buy-now:hover,
.main-content.donation-page #donation-buy-now:focus {
    color: #fff5df;
    border-color: #a95b24;
    background: linear-gradient(180deg, #c97833 0%, #8a411a 100%);
}

.main-content.donation-page #donation-buy-now.disabled,
.main-content.donation-page #donation-buy-now[aria-disabled="true"] {
    opacity: 0.6;
}

/* Account section full harmony */
.sidebar.account-sidebar .card {
    border: 1px solid rgba(252, 136, 8, 0.42);
    background: linear-gradient(180deg, rgba(62, 20, 10, 0.9) 0%, rgba(33, 12, 7, 0.94) 100%);
    box-shadow: inset 0 0 0 1px rgba(252, 136, 8, 0.08);
}

.sidebar.account-sidebar .card .card-header p {
    color: #ffd59a;
    letter-spacing: 0.3px;
}

.sidebar.account-sidebar .card .card-body {
    color: #ffdcae;
}

.sidebar.account-sidebar .card .card-body .fa {
    color: #f3ad58;
}

.sidebar.account-sidebar .list-group {
    border-radius: 6px;
    overflow: hidden;
}

.sidebar.account-sidebar .list-group-item {
    color: #ffd7a4;
    border-color: rgba(252, 136, 8, 0.45);
    background: linear-gradient(90deg, rgba(58, 18, 10, 0.95) 0%, rgba(87, 23, 12, 0.95) 100%);
}

.sidebar.account-sidebar .list-group-item:hover,
.sidebar.account-sidebar .list-group-item:focus {
    color: #fff0d2;
    border-color: rgba(252, 136, 8, 0.75);
    background: linear-gradient(90deg, rgba(79, 28, 14, 0.98) 0%, rgba(118, 33, 15, 0.98) 100%);
}

.sidebar.account-sidebar .list-group-item.active {
    color: #3f1709;
    border-color: #f5b566;
    background: linear-gradient(180deg, #ffd39a 0%, #f4a646 100%);
    text-shadow: none;
}

.main-content .card.hsss {
    border: 1px solid rgba(252, 136, 8, 0.4);
    background: linear-gradient(180deg, rgba(73, 24, 12, 0.9) 0%, rgba(39, 14, 8, 0.95) 100%);
}

.main-content .card.hsss > .card-header h5,
.main-content .card.hsss > .card-header p,
.main-content .card.hsss .font-weight-bold,
.main-content .card.hsss h2,
.main-content .card.hsss h3,
.main-content .card.hsss h4 {
    color: #ffe1b1;
}

.main-content .card.hsss > .card-body {
    color: #ffdcb0;
}

.main-content .card.hsss .text-muted,
.main-content .card.hsss .form-text.text-muted,
.main-content .card.hsss .package-name.text-muted {
    color: #ffca80 !important;
}

.main-content .card.hsss .row-bordered {
    border-bottom-color: rgba(252, 136, 8, 0.2) !important;
}

.main-content .card.hsss .form-control,
.main-content .card.hsss select.form-control,
.main-content .card.hsss textarea.form-control {
    color: #ffe7c7;
    border: 1px solid rgba(252, 136, 8, 0.4);
    background: rgba(22, 9, 5, 0.78);
}

.main-content .card.hsss .form-control:focus,
.main-content .card.hsss select.form-control:focus,
.main-content .card.hsss textarea.form-control:focus {
    border-color: #f3ae58;
    background: rgba(28, 11, 6, 0.9);
    box-shadow: 0 0 0 0.2rem rgba(252, 136, 8, 0.18);
}

.main-content .card.hsss .form-control-plaintext {
    color: #ffe2b6;
}

.main-content .card.hsss a.text-primary {
    color: #ffcb81 !important;
}

.main-content .card.hsss a.text-primary:hover {
    color: #fff1d6 !important;
}

.main-content .card.hsss hr {
    border-top: 1px solid rgba(252, 136, 8, 0.22);
}

/* Account dashboard harmony */
.account-dashboard-page h1 {
    color: #ffe1b1;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.account-dashboard-page > .card {
    border: 1px solid rgba(252, 136, 8, 0.38);
    background: linear-gradient(180deg, rgba(73, 24, 12, 0.9) 0%, rgba(39, 14, 8, 0.95) 100%);
}

.account-dashboard-page > .card > .card-header {
    background: transparent;
    border: none;
}

.account-dashboard-page > .card > .card-header h5 {
    color: #ffe1b1;
}

.account-dashboard-page > .card > .card-body {
    color: #ffdcb0;
}

.account-dashboard-page .box {
    border: 1px solid rgba(252, 136, 8, 0.36);
    border-radius: 8px;
    padding: 18px 16px;
    margin-bottom: 16px;
    min-height: 205px;
    background: linear-gradient(180deg, rgba(71, 23, 12, 0.9) 0%, rgba(36, 13, 8, 0.95) 100%);
    box-shadow: inset 0 0 0 1px rgba(252, 136, 8, 0.08), 0 8px 18px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.account-dashboard-page .box:hover {
    border-color: rgba(252, 136, 8, 0.72);
    transform: translateY(-1px);
}

.account-dashboard-page .dashboard-link {
    text-decoration: none;
    display: block;
    width: 100%;
}

.account-dashboard-page .box .box-title {
    margin-bottom: 8px;
    color: #ffe3b4;
    font-weight: 600;
}

.account-dashboard-page .box .box-description {
    color: #ffd1a0;
    line-height: 1.45;
    margin-bottom: 0;
}

.account-dashboard-page .box .box-icon {
    border-color: rgba(252, 136, 8, 0.72);
}

.account-dashboard-page .box .text-dark.box-icon-outline,
.account-dashboard-page .box .text-orange.box-icon-outline {
    color: #ffcf88 !important;
    -webkit-text-stroke: 1px #f0a84e;
}

.account-dashboard-page .box .dashboard-link.d-none.d-sm-block {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    width: auto;
}

.account-dashboard-page .box .box-icon {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(252, 136, 8, 0.72);
    background: radial-gradient(circle at center, rgba(252, 136, 8, 0.22) 0%, rgba(252, 136, 8, 0.05) 70%);
    margin: 0 auto;
    text-align: center;
}

.account-dashboard-page .box .box-icon:before {
    margin: 0;
    line-height: 1;
}

.account-dashboard-page .box .box-icon.fa-3x {
    font-size: 1.85rem;
}

.account-dashboard-page .box .box-title,
.account-dashboard-page .box .box-description {
    text-align: center;
}

/* Login page harmony */
.main-content.login-page .auth-login-card .card-header {
    text-align: center;
}

.main-content.login-page .auth-login-card .card-header,
.main-content.login-page .auth-login-card .card-header h5,
.main-content.login-page .auth-login-card .card-body,
.main-content.login-page .auth-login-card label,
.main-content.login-page .auth-login-card .form-check-label {
    color: #ffe2b1;
}

.main-content.login-page .auth-login-card .form-control {
    color: #ffe8c7;
    border: 1px solid rgba(252, 136, 8, 0.42);
    background: rgba(22, 9, 5, 0.78);
}

.main-content.login-page .auth-login-card .form-control:focus {
    color: #fff1d8;
    border-color: #f3ae58;
    background: rgba(28, 11, 6, 0.92);
    box-shadow: 0 0 0 0.2rem rgba(252, 136, 8, 0.2);
}

.main-content.login-page .auth-login-card .btn-link {
    color: #ffca81;
}

.main-content.login-page .auth-login-card .btn-link:hover {
    color: #fff1d8;
}

.main-content.login-page .auth-login-card .btn-primary {
    min-width: 140px;
}

.main-content.login-page .auth-login-card .invalid-feedback {
    color: #ffb2a2;
}

/* —— Downloads page (full layout) —— */
.main-content.downloads-page .downloads-shell {
    overflow: hidden;
    border: 1px solid rgba(252, 136, 8, 0.45);
    background: linear-gradient(165deg, rgba(62, 22, 12, 0.96) 0%, rgba(28, 10, 6, 0.98) 55%, rgba(18, 7, 4, 0.99) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 200, 140, 0.12),
        0 18px 40px rgba(0, 0, 0, 0.45);
}

.main-content.downloads-page .downloads-hero {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.35rem 1.5rem 1.1rem;
    border-bottom: 1px solid rgba(252, 136, 8, 0.28);
    background:
        radial-gradient(120% 90% at 0% 0%, rgba(252, 136, 8, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(40, 14, 8, 0.5) 0%, rgba(24, 9, 5, 0.2) 100%);
}

.main-content.downloads-page .downloads-hero__badge {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    color: #3a1409;
    border: 1px solid rgba(252, 136, 8, 0.75);
    background: linear-gradient(160deg, #ffd39a 0%, #f4a646 55%, #c97833 100%);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.main-content.downloads-page .downloads-hero__text {
    flex: 1 1 auto;
    min-width: 0;
}

.main-content.downloads-page .downloads-hero__title {
    margin: 0 0 0.35rem;
    font-size: 1.65rem;
    font-weight: 700;
    color: #ffe9c8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.main-content.downloads-page .downloads-hero__lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(255, 220, 175, 0.88);
}

.main-content.downloads-page .downloads-body {
    padding: 1.35rem 1.25rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.1rem;
}

.main-content.downloads-page .download-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.1rem 1rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(252, 136, 8, 0.35);
    background: linear-gradient(180deg, rgba(88, 30, 14, 0.55) 0%, rgba(36, 13, 8, 0.92) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 210, 160, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.main-content.downloads-page .download-tile:hover {
    border-color: rgba(252, 136, 8, 0.75);
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 0 rgba(255, 210, 160, 0.1),
        0 10px 22px rgba(0, 0, 0, 0.35);
}

.main-content.downloads-page .download-tile__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.main-content.downloads-page .download-tile__icon-ring {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #ffdfad;
    border: 1px solid rgba(252, 136, 8, 0.55);
    background: radial-gradient(circle at 30% 25%, rgba(252, 136, 8, 0.35), rgba(20, 8, 4, 0.85) 70%);
}

.main-content.downloads-page .download-tile__logo {
    flex: 0 0 auto;
    max-width: 120px;
    max-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-content.downloads-page .download-tile__logo img {
    max-width: 100%;
    max-height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.main-content.downloads-page .download-tile__main {
    flex: 1 1 auto;
    margin-bottom: 0.9rem;
}

.main-content.downloads-page .download-tile__name {
    margin: 0 0 0.35rem;
    font-size: 1.08rem;
    font-weight: 600;
    color: #fff0d8;
    line-height: 1.25;
}

.main-content.downloads-page .download-tile__size {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #3a1409;
    border-radius: 999px;
    border: 1px solid rgba(252, 136, 8, 0.55);
    background: linear-gradient(180deg, #ffd39a 0%, #f0a24a 100%);
}

.main-content.downloads-page .download-tile__action {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.55rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff7e8;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #8c4a1e;
    background: linear-gradient(180deg, #b9692d 0%, #7b3a17 100%);
    transition: filter 0.2s ease, border-color 0.2s ease;
}

.main-content.downloads-page .download-tile__action:hover {
    color: #fffdf7;
    border-color: #c97833;
    filter: brightness(1.08);
    text-decoration: none;
}

.main-content.downloads-page .download-tile__action-icon {
    font-size: 0.75rem;
    opacity: 0.9;
}

.main-content.downloads-page .downloads-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 2.5rem 1rem;
    border-radius: 10px;
    border: 1px dashed rgba(252, 136, 8, 0.35);
    background: rgba(20, 8, 4, 0.45);
}

.main-content.downloads-page .downloads-empty__icon {
    font-size: 2.25rem;
    color: rgba(252, 136, 8, 0.55);
    margin-bottom: 0.75rem;
}

.main-content.downloads-page .downloads-empty__text {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 220, 180, 0.85);
}

[dir="rtl"] .main-content.downloads-page .downloads-hero {
    flex-direction: row-reverse;
}

[dir="rtl"] .main-content.downloads-page .download-tile__top {
    flex-direction: row-reverse;
}

[dir="rtl"] .main-content.downloads-page .download-tile__action-icon {
    transform: scaleX(-1);
}

@media all and (max-width: 575.98px) {
    .main-content.downloads-page .downloads-hero {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .main-content.downloads-page .downloads-hero__badge {
        margin: 0 auto;
    }

    .main-content.downloads-page .downloads-hero__text {
        text-align: center;
        width: 100%;
    }

    .main-content.downloads-page .downloads-body {
        grid-template-columns: 1fr;
    }
}

/* —— Site header + navbar (tosamu) —— */
.site-navbar.navbar {
    position: relative;
    z-index: 1030;
    padding: 0;
    border: none;
    border-bottom: 2px solid rgba(252, 136, 8, 0.55);
    background:
        linear-gradient(180deg, rgba(18, 6, 3, 0.98) 0%, rgba(42, 14, 8, 0.96) 55%, rgba(28, 10, 6, 0.98) 100%) !important;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 200, 140, 0.08);
}

.site-navbar .site-navbar__inner {
    min-height: 72px;
    align-items: center;
}

.site-navbar .site-navbar__brand img {
    max-height: 52px;
    width: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
    transition: transform 0.2s ease, filter 0.2s ease;
}

.site-navbar .site-navbar__brand:hover img {
    transform: scale(1.04);
    filter: drop-shadow(0 3px 10px rgba(252, 136, 8, 0.35));
}

.site-navbar .navbar-toggler {
    border-radius: 8px;
    border: 1px solid rgba(252, 136, 8, 0.45);
    background: rgba(252, 136, 8, 0.12);
    padding: 0.45rem 0.6rem;
}

.site-navbar .nav-item .nav-link {
    color: #ffd8a8 !important;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    height: auto;
    min-height: 72px;
    line-height: 1.15;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    position: relative;
    transition: color 0.2s ease, background 0.2s ease;
}

.site-navbar .nav-item .nav-link:hover,
.site-navbar .navbar-nav .active > .nav-link,
.site-navbar .navbar-nav .nav-link.active,
.site-navbar .navbar-nav .nav-link.show,
.site-navbar .navbar-nav .show > .nav-link {
    color: #fff8e8 !important;
    filter: none;
    background: rgba(252, 136, 8, 0.12);
}

.site-navbar .nav-item .nav-link:after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    bottom: 0;
    border-radius: 3px;
    background: linear-gradient(90deg, transparent, #fc8808, transparent);
}

.site-navbar .nav-item .nav-link:hover:after,
.site-navbar .nav-item .nav-link.active:after {
    width: 70%;
}

.site-navbar .dropdown-menu {
    margin-top: 0;
    padding: 0.4rem 0;
    border-radius: 10px;
    border: 1px solid rgba(252, 136, 8, 0.38);
    background: linear-gradient(180deg, rgba(44, 16, 9, 0.98) 0%, rgba(22, 8, 4, 0.98) 100%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
}

.site-navbar .dropdown-item {
    color: #ffd9b0;
    font-weight: 600;
    padding: 0.55rem 1.15rem;
    font-size: 0.88rem;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
    color: #3a1409;
    background: linear-gradient(180deg, #ffd39a 0%, #f0a24a 100%);
}

.site-navbar .dropdown-item.active,
.site-navbar .dropdown-item:active {
    color: #3a1409;
    background: linear-gradient(180deg, #ffe3ba 0%, #f4a646 100%);
}

.site-navbar .dropdown-divider {
    border-top-color: rgba(252, 136, 8, 0.25);
}

.site-navbar .badge.badge-danger {
    font-size: 0.65rem;
    padding: 0.2em 0.45em;
    border-radius: 999px;
    vertical-align: super;
    box-shadow: 0 0 0 2px rgba(18, 6, 3, 0.85);
}

.site-header .site-header__hero {
    gap: 1.5rem;
    min-height: 400px;
    padding: 2.25rem 0 3rem;
}

.site-header .site-header__logo-link {
    display: inline-block;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.site-header .site-header__logo-link:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.45));
}

.site-header .site-header__logo-img {
    max-width: min(340px, 100%);
}

@media (min-width: 992px) {
    .site-header .site-header__brand-wrap {
        padding-left: 3.5%;
    }

    [dir="rtl"] .site-header .site-header__brand-wrap {
        padding-left: 0;
        padding-right: 30%;
    }
}

.site-header .site-header__times {
    width: 100%;
    max-width: 300px;
    align-self: flex-end;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(252, 136, 8, 0.45);
    background: linear-gradient(165deg, rgba(62, 22, 12, 0.95) 0%, rgba(24, 9, 5, 0.98) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 210, 160, 0.1),
        0 12px 28px rgba(0, 0, 0, 0.35);
    color: #ffd9a8;
    font-family: "Source Sans 3", "Tajawal", Tahoma, Arial, sans-serif;
}

.site-header .site-header__times-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(252, 136, 8, 0.22);
}

.site-header .site-header__times-icon {
    color: #fc8808;
    font-size: 1rem;
}

.site-header .site-header__times-label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 230, 200, 0.9);
}

.site-header .site-header__time-row + .site-header__time-row {
    margin-top: 6px;
}

.site-header .site-header__time-title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 220, 185, 0.75);
}

.site-header .site-header__time-value {
    font-size: 0.95rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #fff4d8;
    letter-spacing: 0.03em;
}

[dir="rtl"] .site-navbar .site-navbar__nav--primary.mr-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}

[dir="rtl"] .site-navbar .site-navbar__nav--tools.ml-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

@media all and (max-width: 991.98px) {
    .site-navbar .nav-item .nav-link {
        min-height: 0;
        width: 100%;
        justify-content: flex-start;
        padding: 0.85rem 1rem;
        border-radius: 8px;
    }

    .site-navbar .nav-item .nav-link:after {
        display: none;
    }

    .site-navbar .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem 0.5rem 1rem;
        border-radius: 12px;
        border: 1px solid rgba(252, 136, 8, 0.28);
        background: linear-gradient(180deg, rgba(36, 12, 7, 0.98) 0%, rgba(18, 6, 3, 0.98) 100%);
    }

    .site-navbar .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0.35rem;
        transform: none !important;
    }

    .site-header .site-header__times {
        max-width: 100%;
        margin-top: 1rem;
    }
}

/* —— Global site layout (app, sidebars, footer) —— */
.site-body {
    scroll-behavior: smooth;
}

.site-app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header-region {
    position: relative;
    flex-shrink: 0;
}

.site-main {
    flex: 1 0 auto;
    position: relative;
    z-index: 1;
}

.site-main__row {
    margin-left: -12px;
    margin-right: -12px;
}

.site-main__row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 1200px) {
    .site-app .container {
        max-width: 1350px;
    }
}

@media (min-width: 1400px) {
    .site-app .container {
        max-width: 1435px;
    }
}

.sidebar.site-sidebar .card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(252, 136, 8, 0.38);
    background: linear-gradient(180deg, rgba(62, 22, 12, 0.92) 0%, rgba(30, 11, 6, 0.96) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 210, 160, 0.08),
        0 10px 22px rgba(0, 0, 0, 0.28);
    margin-bottom: 1rem;
}

.sidebar.site-sidebar .card .card-header {
    border-bottom: 1px solid rgba(252, 136, 8, 0.22);
    background: rgba(0, 0, 0, 0.12);
}

.sidebar.site-sidebar .card .card-header p {
    margin-bottom: 0;
    color: #ffd59a;
}

.sidebar.site-sidebar .card .card-body {
    color: #ffdeb5;
}

.sidebar.site-sidebar .list-group-item,
.sidebar.site-sidebar .list-group-item-action {
    border-radius: 8px;
    margin-bottom: 4px;
}

.sidebar.site-sidebar--primary {
    padding-top: 2px;
}

.sidebar.site-sidebar a.download.site-sidebar__download,
.sidebar.site-sidebar a.download {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid rgba(252, 136, 8, 0.55);
    min-height: 104px;
    margin-bottom: 1rem;
    padding: 0.95rem 1rem 0.95rem 1.1rem;
    background:
        linear-gradient(180deg, rgba(20, 8, 4, 0.35) 0%, rgba(20, 8, 4, 0.55) 100%),
        url(../images/download.jpg) center / cover no-repeat;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
}

.sidebar.site-sidebar a.download.site-sidebar__download:hover,
.sidebar.site-sidebar a.download:hover {
    border-color: rgba(255, 220, 160, 0.85);
    filter: brightness(1.08);
    text-decoration: none;
}

.sidebar.site-sidebar a.download .download-text {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.sidebar.site-sidebar .download-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    padding: 0;
    width: 100%;
}

.sidebar.site-sidebar .site-widget__supporter-link {
    padding-left: 16px;
}

[dir="rtl"] .sidebar.site-sidebar .site-widget__supporter-link {
    padding-left: 0;
    padding-right: 16px;
}

.sidebar.site-sidebar .site-sidebar__download-label {
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d6ba7e;
}

.sidebar.site-sidebar .site-sidebar__download-kicker {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff4d8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

[dir="rtl"] .sidebar.site-sidebar a.download.site-sidebar__download,
[dir="rtl"] .sidebar.site-sidebar a.download {
    justify-content: flex-end;
    padding-left: 1rem;
    padding-right: 1.1rem;
}

[dir="rtl"] .sidebar.site-sidebar .download-text {
    align-items: flex-end;
    text-align: right;
}

.site-floating-icons.floating-icons {
    z-index: 1035;
}

#footer.site-footer {
    flex-shrink: 0;
    margin-top: 2rem;
    padding: 2.5rem 0 1.5rem;
    border-top: 2px solid rgba(252, 136, 8, 0.4);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: #0d0906;
    /* footer-bg.jpg must stay visible: keep overlays light + size the art */
    background-image:
        radial-gradient(ellipse 95% 90% at 50% 0%, rgba(252, 136, 8, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(14, 6, 3, 0.35) 0%, rgba(8, 3, 2, 0.55) 100%),
        url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top, center, center bottom;
    background-size: 100% 240px, auto, 100% auto;
}

#footer.site-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(ellipse 70% 65% at 50% 8%, rgba(255, 160, 72, 0.2) 0%, transparent 68%);
}

#footer.site-footer > .container {
    position: relative;
    z-index: 1;
}

.site-footer .site-footer__inner {
    padding-bottom: 1rem;
}

.site-footer .site-footer__brand {
    margin-bottom: 1.75rem;
}

.site-footer .site-footer__brand img {
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
    max-width: 220px;
}

.site-footer .site-footer__grid {
    row-gap: 1.5rem;
}

.site-footer .site-footer__col h5 {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffd59a;
    margin-bottom: 0.85rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgba(252, 136, 8, 0.25);
}

.site-footer .site-footer__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .site-footer__col li {
    margin-bottom: 0.45rem;
}

.site-footer .site-footer__col a {
    color: #ffe8c4;
    font-size: 0.9rem;
}

.site-footer .site-footer__col a:hover {
    color: #fffdf5;
}

.site-footer .site-footer__col--social {
    text-align: center;
}

@media (min-width: 768px) {
    .site-footer .site-footer__col--social {
        text-align: inherit;
    }
}

.site-footer .site-footer__social.social-networks a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    margin: 0 0.35rem;
    border: 1px solid rgba(252, 136, 8, 0.35);
    background: rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.site-footer .site-footer__social.social-networks a:hover {
    transform: translateY(-2px);
    border-color: rgba(252, 136, 8, 0.75);
}

.site-footer .site-footer__bottom {
    border-top: 1px solid rgba(252, 136, 8, 0.2);
    padding-top: 1.25rem;
    margin-top: 0.5rem;
}

.site-footer .site-footer__copyright {
    text-align: center;
    color: rgba(255, 230, 200, 0.88);
    font-size: 0.85rem;
}

.site-footer .site-footer__copyright a {
    color: #ffd08a;
}

.site-footer__totop.toTopBlock {
    margin-bottom: 1.25rem;
}

/* Footer: studio credit strip */
.site-footer__studio {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.site-footer__brand + .site-footer__studio {
    margin-top: 1.5rem;
}

.site-footer__studio-card {
    position: relative;
    width: 100%;
    max-width: 640px;
    border-radius: 10px;
    border: 1px solid rgba(197, 160, 89, 0.45);
    background: linear-gradient(180deg, rgba(22, 12, 8, 0.96) 0%, rgba(6, 3, 2, 0.98) 100%);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.site-footer__studio-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #c73b18 0%, #e07820 42%, #e8b44a 100%);
    pointer-events: none;
}

[dir="rtl"] .site-footer__studio-accent {
    left: auto;
    right: 0;
}

.site-footer__studio-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
    padding: 1rem 1.35rem 1rem 1.65rem;
}

[dir="rtl"] .site-footer__studio-body {
    padding: 1rem 1.65rem 1rem 1.35rem;
}

.site-footer__studio-info {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.site-footer__studio-icon {
    color: #c9a45a;
    font-size: 1.25rem;
    line-height: 1;
}

.site-footer__studio-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

[dir="rtl"] .site-footer__studio-text {
    align-items: flex-end;
    text-align: right;
}

.site-footer__studio-label {
    font-family: "Cinzel", "Tajawal", serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a45a;
}

.site-footer__studio-name {
    font-family: "Cinzel", "Tajawal", serif;
    font-size: 1.18rem;
    font-weight: 700;
    color: #faf6ed;
    line-height: 1.25;
    margin-top: 0.12rem;
}

.site-footer__studio-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: "Cinzel", "Tajawal", serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d4b76a;
    border: 1px solid rgba(197, 160, 89, 0.75);
    border-radius: 999px;
    padding: 0.52rem 1.05rem;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.15);
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.site-footer__studio-btn:hover {
    color: #fff3d6;
    border-color: rgba(232, 200, 130, 0.95);
    background: rgba(197, 160, 89, 0.08);
    text-decoration: none;
}

.site-footer__studio-btn-icon {
    font-size: 0.62rem;
    opacity: 0.85;
}

@media all and (max-width: 575.98px) {
    .site-footer__studio-body {
        flex-direction: column;
        align-items: stretch;
    }

    .site-footer__studio-btn {
        justify-content: center;
    }
}

@media all and (max-width: 991.98px) {
    .site-floating-icons.floating-icons {
        display: none;
    }
}

/* Floating social dock: mobile / tablet only (desktop uses header rail + modals) */
@media (min-width: 992px) {
    .social-dock {
        display: none;
    }
}

/* Floating social dock (Facebook / Discord open in modals) */
.social-dock {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.social-dock > * {
    pointer-events: auto;
}

[dir="rtl"] .social-dock {
    left: auto;
    right: 24px;
}

.social-dock__btn {
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(252, 136, 8, 0.55);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    color: #fff6e6;
    background: linear-gradient(180deg, rgba(62, 22, 12, 0.96) 0%, rgba(28, 10, 6, 0.98) 100%);
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 210, 160, 0.12);
    transition: transform 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.social-dock__btn:hover {
    color: #fffdf7;
    border-color: rgba(255, 210, 160, 0.85);
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.social-dock__btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(252, 136, 8, 0.35);
}

.social-dock__btn--facebook {
    color: #dbe8ff;
}

.social-dock__btn--discord {
    color: #dbe5ff;
}

.floating-icons .icon .icon-btn.pvp {
    color: #ffd4c4;
}

.floating-icons .icon .icon-btn.pvp:hover > *,
.floating-icons .icon .icon-btn.pvp:focus > * {
    background: linear-gradient(1deg, rgb(255 100 80) 0%, rgb(60 20 10) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-modal .modal-content.social-modal__content {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(252, 136, 8, 0.45);
    background: linear-gradient(180deg, rgba(40, 14, 8, 0.98) 0%, rgba(18, 6, 3, 0.99) 100%);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

.social-modal .social-modal__header {
    border-bottom: 1px solid rgba(252, 136, 8, 0.35);
    background: rgba(0, 0, 0, 0.25);
}

.social-modal .social-modal__header .modal-title {
    color: #ffe9c4;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.social-modal .social-modal__body {
    max-height: 75vh;
    overflow-y: auto;
    background: rgba(10, 4, 2, 0.35);
}

.social-modal .social-modal__body--facebook {
    min-height: 200px;
}

.social-modal .social-modal__discord-list {
    max-height: 360px;
}

.social-modal .social-modal__discord-iframe {
    min-height: 360px;
}

.social-modal .modal-footer {
    background: rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 575.98px) {
    .social-dock {
        bottom: 16px;
        left: 12px;
    }

    [dir="rtl"] .social-dock {
        right: 12px;
    }

    .social-dock__btn {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
    }
}

/* Latest PVP — opened from secondary sidebar (Bootstrap modal) */
.pvp-records-modal .pvp-records-modal__content {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(252, 136, 8, 0.45);
    background: linear-gradient(180deg, rgba(40, 14, 8, 0.98) 0%, rgba(18, 6, 3, 0.99) 100%);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

.pvp-records-modal .pvp-records-modal__header {
    border-bottom: 1px solid rgba(252, 136, 8, 0.35);
    background: rgba(0, 0, 0, 0.25);
}

.pvp-records-modal .pvp-records-modal__header .modal-title {
    color: #ffe9c4;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.pvp-records-modal .pvp-records-modal__body {
    max-height: 70vh;
    overflow-y: auto;
    background: rgba(10, 4, 2, 0.35);
}

.pvp-records-modal .pvp-records-modal__list .list-group-item {
    color: #ffdeb5;
}

.pvp-records-modal .pvp-records-modal__list a {
    color: #ffd08a;
}

.pvp-records-modal .pvp-records-modal__list a:hover {
    color: #fff3d6;
}
