/* ==========================================================
   COMPONENTS — Buttons, forms, alerts, tables, cards, modals
   ========================================================== */

/* ---- Buttons ---- */
.btn:hover, .btn:active, .btn:focus { outline: none; box-shadow: none; }

.haze-button {
  padding: 10px 15px; bottom: 30px; border: none;
  display: inline-block; font-size: 1rem;
  background-color: #833c16; color: white; border-radius: 5px;
  text-transform: uppercase; font-weight: bold; border: 2px solid #833c16;
}
.haze-button:hover, .haze-button:focus { background-color: #a45d1f; color: white; border: 2px solid #a45d1f; }
.haze-button-full-w { width: 100%; }
.haze-button-accent { background-color: #833c16; color: black; border: 2px solid #833c16; }
.haze-button-accent:hover, .haze-button-accent:focus { background-color: #FFAE2B; color: black; border: 2px solid #FFAE2B; }

.hole-btn { color: white; border: 2px solid #833c16; background-color: transparent; transition: none; }
.hole-btn:hover { color: white; background-color: #a45d1f; border: 2px solid #a45d1f; }

.haze-button-plain {
  padding: 10px 15px; bottom: 30px; border: none; display: inline-block;
  font-size: 1rem; background-color: #D9D9D9; color: white;
  border-radius: 5px; text-transform: uppercase; font-weight: bold; pointer-events: none;
}

.big-button {
  background-color: #353535; text-decoration: none; border-radius: 5px;
  padding: 15px 20px; color: white; font-weight: 600; text-align: center;
  font-family: HelveticaNormal; border: none; font-size: 1.25rem;
}
.big-button:hover { background-color: #3f2c1b; color: white; }

.filter-button {
  padding: 15px 20px!important; border-radius: 10px; background-color: #833c16;
  color: white; font-weight: 600; font-size: 1.2rem; text-align: left;
  font-family: HelveticaNormal; margin: 0!important; border: none;
}
.filter-button:hover, .filter-button:active, .filter-button:focus { background-color: #a45d1f; color: white; }

.btn-close-haze {
  position: absolute; top: 28px; right: 28px; opacity: 1;
  padding: 5px; border-radius: 5px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23833c16'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
}
.btn-close-haze:hover, .btn-close-haze:focus, .btn-close-haze:active { background-color: rgba(131,90,50,0.4); }

/* ---- Grid Cards ---- */
.grid-card { padding: 0px !important; overflow: hidden; position: relative; background-color: #232323; }
.grid-card__pointer-modal { cursor: pointer; }
.grid-card__pointer-modal:hover .grid-header--vip1 { transform: scale(1.2); }
.grid-card .grid-header { height: 200px; }
.grid-card .grid-header--vip1 {
  background-color: #191919; background-image: url("../img/login-wallpaper.jpg");
  background-size: cover; background-blend-mode: lighten; transition: all .3s ease-in-out;
}
.grid-card .grid-header--zcoin1 {
  background-image: url("../img/chest/zcoin1.png");
  background-position: 50% 100%; background-size: 45%; background-repeat: no-repeat;
}
.grid-card .grid-header--zcoin2 {
  background-image: url("../img/chest/zcoin2.png");
  background-position: 50% 100%; background-size: 50%; background-repeat: no-repeat;
}
.grid-card .grid-header--zcoin3 {
  background-image: url("../img/chest/zcoin3.png");
  background-position: center; background-size: 50%; background-repeat: no-repeat;
}
.grid-card .grid-header--zcoin4 {
  background-image: url("../img/chest/zcoin4.png");
  background-position: center; background-size: 50%; background-repeat: no-repeat;
}
.grid-card .grid-sub-header {
  position: absolute; top: 153px; left: 0; padding: 10px; width: 100%;
  font-size: 1.125rem; color: white; font-family: DrukBold; text-transform: uppercase;
  font-weight: 600; background-color: rgba(62, 62, 62, 0.4);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.grid-card .grid-body {
  position: absolute; top: 200px; left: 0; width: 100%; padding: 10px 30px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  font-size: 1.125rem; color: #D9D9D9; background-color: #232323;
}
.grid-card .grid-footer {
  position: absolute; top: 247px; left: 0; width: 100%;
  padding: 0 30px 50px 30px; font-size: 1.125rem; color: #833c16;
  font-weight: 600; text-align: right; background-color: #232323;
}
.grid-card .grid-footer .divider {
  height: 1px; background-color: #353535; margin-bottom: 10px!important;
}

/* ---- Forms & Inputs ---- */
.haze-input-group { border-radius: 5px!important; transition: box-shadow 0.3s ease; }
.haze-input {
  width: 100%; background: rgba(40,75,99,0.1);
  height: 50px; border-radius: 5px; border: none!important;
  font-size: 1.125rem; color: #353535;
}
.haze-input-group:focus-within, .haze-input-group:hover { box-shadow: 0 0 1px 5px rgba(40,75,99,0.3); border-radius: 6px; }
.haze-input:focus { box-shadow: none; background: rgba(40,75,99,0.1)!important; color: #353535; }

.haze-input-icon {
  border-radius: 5px; background-color: #833c16;
  color: #D9D9D9!important; padding-left: 20px; padding-right: 20px; border: none!important;
}
.haze-input-button { background-color: transparent; border: none!important; padding-left: 20px; padding-right: 20px; border-radius: 5px; }
.haze-input-button-side {
  background-color: rgba(40,75,99,0.1)!important; border: none!important;
  transition: none!important; margin: 0!important; padding-left: 20px; padding-right: 20px;
}
.haze-input-button-side:active, .haze-input-button-side:hover, .haze-input-button-side:focus {
  border: none!important; background-color: rgba(40,75,99,0.1)!important;
  box-shadow: none!important; color: #833c16!important;
}
.haze-input-dark { background: #353535; color: #D9D9D9!important; }
.haze-input-dark:focus { background: #353535!important; }

.button-view-pass { border-radius: 0 5px 5px 0!important; background-color: #353535!important; border: none!important; transition: none!important; }
.button-view-pass:active, .button-view-pass:focus { border: none!important; box-shadow: none!important; }

.form-check-input { background-color: #D9D9D9; border-style: none; box-shadow: none; }
.form-check-input:checked { background-color: #833c16; box-shadow: 0 0 1px 5px rgba(40,75,99,0.3); }
.form-check-input:not(:focus) { box-shadow: none; }
.form-check-label { font-size: 1.125rem; font-weight: 500; color: #D9D9D9; font-family: HelveticaNormal; }

.pwd-form { padding-right: 10px!important; }
.pwdc-form { padding-left: 10px!important; }

/* ---- Alert Messages ---- */
.alert-message {
  border-radius: 5px; background-color: rgba(53,53,53,1); padding: 10px 15px!important;
}
.alert-message h4 { color: white; font-size: 1.125rem; font-weight: 600; }
.alert-message p { color: #D9D9D9; font-family: HelveticaNormal; font-size: 1.125rem; font-weight: 500; }
.alert-message .secondary-msg { font-size: 1rem; font-family: HelveticaNormal; font-weight: 500; color: #A0A0A0; }
.alert-message i { font-size: 1.75rem; }

.alert-message-info { background-color: rgba(13,110,253,0.1); }
.alert-message-info h4 { color: #0d6efd; }
.alert-message-info i { color: #0d6efd; }
.alert-message-success { background-color: rgba(25,135,84,0.2); }
.alert-message-success h4 { color: #198754; }
.alert-message-success i { color: #198754; }
.alert-message-warning { background-color: rgba(255,193,7,0.2); }
.alert-message-warning h4 { color: #ffc107; }
.alert-message-warning i { color: #ffc107; }
.alert-message-danger { background-color: rgba(220,53,69,0.2); }
.alert-message-danger h4 { color: #dc3545; }
.alert-message-danger i { color: #dc3545; }

.fixed-icon-col-alert { -ms-flex: 0 0 45px; flex: 0 0 45px; }

/* ---- Balance Messages ---- */
.msg-balance {
  background-repeat: no-repeat; background-blend-mode: screen;
  padding: 20px; margin: 0px; text-align: center; border-radius: 5px; margin-bottom: 20px;
}
.coin-balance-1 {
  background-position: right; background-color: #833c16;
  background-image: url("../img/gold-chest.png");
}
.vip-balance-success { background-position: center; background-color: #198754; background-image: url("../img/hd-tickets2.png"); }
.vip-balance-danger { background-position: center; background-color: #dc3545; background-image: url("../img/hd-tickets2.png"); }
.msg-balance .main { font-size: 3rem; color: black; font-weight: 600; font-family: HelveticaNormal; }
.msg-balance .sub-main { font-size: 1rem; color: #353535; font-family: HelveticaNormal; font-weight: 600; text-transform: uppercase; }
.msg-balance .sub-main-2 { font-size: 1rem; color: black; font-family: HelveticaNormal; font-weight: 500; }
.msg-balance .link-main { font-size: 1rem; color: black; font-family: HelveticaNormal; font-weight: 500; }
.msg-balance .link-main:hover { color: black; text-decoration: underline; text-underline-offset: 8px; }

/* ---- Modals ---- */
.modal-content { background-color: #D9D9D9; border-radius: 10px; border: none; }
.modal-content .modal-header {
  position: relative; padding: 20px!important; border: none;
  background-color: rgba(40,75,99,.2); border-radius: 10px 10px 0 0;
}
.modal-content .modal-header .modal-title { text-transform: uppercase; font-weight: 700; color: #833c16; }
.modal-content .modal-body { font-weight: 500; color: #353535; padding: 10px 20px !important; font-size: 1.125rem; }
.modal-content .modal-footer { padding: 20px!important; border: none; }

/* ---- Toasts ---- */
.toast {
  border-radius: 5px; opacity: 1; width: 100%;
  min-width: 280px !important; padding-right: 10px; padding-left: 10px;
}
.toast-info { background-color: #0d6efd; }
.toast-success { background-color: #198754; }
.toast-danger { background-color: #dc3545; }
.toast .toast-body { font-family: HelveticaNormal; font-size: 0.875rem; color: white; }

/* ---- Tables ---- */
.haze-table { font-family: HelveticaNormal; font-size: 1rem; color: white; }
.haze-table tbody tr { height: 66px!important; transition: background .18s ease, transform .18s ease; }
.haze-table tbody tr:hover { background: rgba(255,255,255,.05); transform: translateY(-1px); }
.haze-table thead tr th { font-weight: 500; color: #D9D9D9; }
.haze-table thead tr .lastcol, .haze-table tbody tr .lastcol { text-align: left; }
.haze-table tbody tr .lastcol { color: #833c16!important; font-weight: bold; font-size: 1.125rem; }
.haze-table tbody tr .haze-table-link { font-size: 0.875rem; }
.haze-table tbody tr th { text-align: center; width: 40px!important; }
.haze-table tbody tr:hover .rank-number { text-shadow: 0 0 8px rgba(255,138,0,.35); }

.haze-table .first-place { background-color: #ffd700; border-radius: 10px; width: 40px; height: 40px; color: #353535; font-size: 1.25rem; font-weight: bold; padding: 5px 0; }
.haze-table .second-place { background-color: #808080; border-radius: 10px; width: 40px; height: 40px; color: #353535; font-size: 1.25rem; font-weight: bold; padding: 5px 0; }
.haze-table .third-place { background-color: #cd7f32; border-radius: 10px; width: 40px; height: 40px; color: #353535; font-size: 1.25rem; font-weight: bold; padding: 5px 0; }
.haze-table tbody tr td .rank-profile { font-size: 1.125rem; font-weight: 600; color: white; }
.haze-table tbody tr td .rank-profile i { font-size: 1.125rem; color: #833c16; }
.haze-table tbody tr td .rank-subtitle { font-size: 1rem!important; font-weight: 400; color: #D9D9D9; }
.haze-table tbody tr td .rank-subtitle i { font-size: 1rem!important; color: #D9D9D9; }
.haze-table .img-rank { border-radius: 10px; height: 50px; width: 50px; }
.haze-table .img-rank-clan { border: 1px solid #353535; background-color: #D9D9D9; }
.clan-img { border-radius: 10px; border: 1px solid #353535; background-color: #D9D9D9; }

.haze-info-table { font-family: HelveticaNormal; font-size: 1.125rem; color: white; border-spacing: 0; border-collapse: separate !important; }
.haze-info-table thead tr th { font-weight: 500; color: #833c16; }
.haze-info-table tbody tr th { text-align: left; font-weight: 600; white-space: nowrap; }
.haze-info-table tbody tr td { font-weight: 500; color: #D9D9D9!important; text-align: left!important; }

.fixed-rank-profile-col { -ms-flex: 0 0 60px; flex: 0 0 60px; position: relative; }
.fixed-icon-col { -ms-flex: 0 0 60px; flex: 0 0 60px; position: relative; }
.fixed-icon-col-50 { -ms-flex: 0 0 50px; flex: 0 0 50px; }
.fixed-icon-col-40 { -ms-flex: 0 0 40px; flex: 0 0 40px; }
.profile-player-icon { margin-right: 10px!important; background-size: cover; background-repeat: no-repeat; }

/* ---- Custom Select ---- */
.custom-select { position: relative; width: 100%; background-color: #232323; padding: 0!important; border-radius: 20px; }
.custom-select select { display: none; }
.select-selected {
  padding: 15px 30px!important; border-radius: 10px;
  background-color: #833c16; color: white; font-weight: 600;
  font-size: 1.2rem; font-family: HelveticaNormal; margin: 0!important;
}
.select-selected:after {
  position: absolute; content: ""; top: 28px; right: 30px;
  width: 0; height: 0;
  border: 6px solid transparent; border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent; top: 20px;
}
.select-items div, .select-selected { padding: 10px 30px; cursor: pointer; user-select: none; }
.select-items {
  margin-top: 10px; font-family: HelveticaNormal; font-weight: 600;
  background-color: #D9D9D9; font-size: 1.2rem; color: black;
  position: absolute; top: 100%; left: 0; right: 0; z-index: 99;
  border-radius: 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.select-items:nth-child(3) { padding-top: 15px; }
.select-items:last-child { padding-bottom: 15px; }
.select-hide { display: none; }
.select-items div:hover, .same-as-selected { color: #a45d1f; }

/* ---- Sidemenu ---- */
.sidemenu-button {
  border-radius: 5px; color: black!important; font-size: 1.125rem;
  width: 100%!important; font-weight: 500; padding: 10px 10px!important;
}
.sidemenu-button .fa-arrow-right { opacity: 0; margin-right: 20px; transition: all 0.3s ease; }
.sidemenu-button:active, .sidemenu-button:focus { background: rgba(131,90,50,0.4)!important; color: #833c16!important; font-weight: 600!important; }
.sidemenu-button:active .fa-arrow-right, .sidemenu-button:focus .fa-arrow-right { transform: translateX(20px); opacity: 1; }
.sidemenu-button:hover { color: #833c16!important; }
.sidemenu-button.active { background: rgba(152,123,76,0.4)!important; color: #833c16!important; font-weight: 600!important; }
.sidemenu-button.active .fa-arrow-right { transform: translateX(20px); opacity: 1; }
.sidemenu-radio { display: none; }
.sidemenu-radio-label .sidemenu-radio-icon { background-color: #353535; margin-right: 10px!important; }
.sidemenu-radio:checked + .sidemenu-radio-label { background: rgba(131,90,50,0.4)!important; color: #833c16!important; font-weight: 600!important; }
.sidemenu-radio:checked + .sidemenu-radio-label .sidemenu-radio-icon { background-color: #833c16; }

/* ---- Patch Content ---- */
.patch-content { font-size: 1.25rem; color: #D9D9D9; }
.patch-content h2 { color: white!important; text-align: left; }

/* ---- Polls ---- */
.inner-news-body .poll-body { background-color: #232323; padding: 20px; border-radius: 10px; }
.inner-news-body .poll-body h2 { color: #D9D9D9; font-size: 1.2rem; }
.inner-news-body .divider { height: 2px; background-color: #353535; width: 100%; margin: 20px 0 40px 0; }
.inner-news-body .poll-body h3 { color: white; text-align: left; font-weight: bold; font-size: 1.5rem; }
.inner-news-body .poll-body .btn-check { border: 0px; padding: 0px!important; margin: 0px!important; background-color: black; }
.inner-news-body .poll-body .button-poll {
  width: 100%; margin: 10px 0; text-align: left; font-family: HelveticaNormal;
  background-color: #353535; color: #D9D9D9; font-weight: 500;
  border-radius: 5px; font-size: 1rem; text-transform: uppercase;
  outline: none; padding: 10px 15px;
}
.inner-news-body .poll-body .button-poll:hover { background-color: #833c16; color: white; }
.inner-news-body .poll-body .frb-primary input[type="radio"]:checked ~ label { background-color: #833c16; color: white; font-weight: 600; }
.inner-news-body .poll-body .blur-container { position: relative; width: 100%; text-align: center; }
.inner-news-body .poll-body .blur-container-inner { z-index: 10; top: 30px; color: #D9D9D9; font-size: 1.25rem; position: relative; display: inline-block; margin: 0 auto; }
.inner-news-body .poll-body .blur-container .blur-item {
  -webkit-filter: blur(4px); -moz-filter: blur(4px); -o-filter: blur(4px);
  filter: blur(4px); background-color: transparent; user-select: none;
}
.inner-news-body .poll-body .blur-container .container-poll { width: 100%; margin: 10px 0; border: 1px solid #272626; background-color: transparent; padding: 5px; }
.inner-news-body .poll-body .container-poll { margin: 20px 0; }
.inner-news-body .poll-body .container-poll .container-inner {
  background-size: contain; background-repeat: no-repeat; background-color: #272626;
  padding: 10px 15px; color: white; font-family: HelveticaNormal;
  font-weight: normal; outline: none; font-size: 1rem; text-transform: uppercase; border-radius: 5px;
}

/* ---- Rank Cards (Hall de la Fama) ---- */
:root {
  --rank-killers: #f5a623;
  --rank-victims: #ff5a5f;
  --rank-pk: #b38cff;
  --card-bg: #171717;
  --card-br: #2a2a2a;
  --text-main: #f5f5f5;
  --text-dim: rgba(255,255,255,.85);
}

.rank-card {
  background: var(--card-bg);
  border: 1px solid #2b251c;
  border-radius: 14px;
  padding: 18px 18px 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  color: var(--text-main);
}

/* Unificar cards */
.rank-card, .rank-card--info, .rank-card--livekills {
  background: #0f0f10;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.03);
}

.rank-card__header { display:flex; align-items:center; gap:12px; padding:6px 2px 2px; flex-wrap:wrap; }
.rank-card__badge {
  width:42px; height:42px; border-radius:12px;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:20px; color:#141414;
  box-shadow: 0 6px 16px rgba(0,0,0,.28) inset, 0 2px 10px rgba(0,0,0,.25);
}
.rank-card__badge i { color: #fff !important; }
.rank-card--killers .rank-card__badge { background:linear-gradient(135deg,var(--rank-killers),#ffcf66); }
.rank-card--victims .rank-card__badge { background:linear-gradient(135deg,var(--rank-victims),#ff9a9d); }
.rank-card--pk .rank-card__badge { background:linear-gradient(135deg,var(--rank-pk),#d6c2ff); }
.rank-card__titles { display:flex; flex-direction:column; }
.rank-card__title { font-size:1.35rem; line-height:1.05; font-weight:800; letter-spacing:.5px; text-transform:uppercase; }
.rank-card__subtitle { margin-top:2px; font-size:.9rem; font-weight:500; color:var(--text-dim); }
.rank-card__divider { height:2px; width:100%; margin:8px 0 14px; border-radius:2px; background:linear-gradient(90deg,rgba(255,255,255,.22),rgba(255,255,255,0)); }
.rank-card--killers .rank-card__divider { background:linear-gradient(90deg,rgba(245,166,35,.55),rgba(245,166,35,0)); }
.rank-card--victims .rank-card__divider { background:linear-gradient(90deg,rgba(255,90,95,.55),rgba(255,90,95,0)); }
.rank-card--pk .rank-card__divider { background:linear-gradient(90deg,rgba(179,140,255,.55),rgba(179,140,255,0)); }

.rank-row { position:relative; transition:background .2s ease; }
.rank-1 { background:linear-gradient(90deg,rgba(255,215,0,.12),rgba(255,215,0,0) 65%); }
.rank-2 { background:linear-gradient(90deg,rgba(192,192,192,.12),rgba(192,192,192,0) 65%); }
.rank-3 { background:linear-gradient(90deg,rgba(205,127,50,.12),rgba(205,127,50,0) 65%); }

.rank-number.pop-glow { animation: rankPop .22s ease-out, rankGlow 1.1s ease-out; }
@keyframes rankPop {
  0%   { transform: scale(1); }
  45%  { transform: scale(1.14); }
  100% { transform: scale(1); }
}
@keyframes rankGlow {
  0%   { text-shadow: 0 0 0 rgba(255,138,0,0); }
  30%  { text-shadow: 0 0 14px rgba(255,138,0,.9); }
  100% { text-shadow: 0 0 0 rgba(255,138,0,0); }
}

.rank-header { position: relative; overflow: hidden; }
.rank-header.glow::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: translateX(-120%) skewX(-20deg);
  animation: headerSweep 1.9s ease-in-out 1 forwards;
  pointer-events: none;
}
@keyframes headerSweep {
  0%   { transform: translateX(-120%) skewX(-20deg); opacity:.35; }
  100% { transform: translateX(120%)  skewX(-20deg); opacity:0; }
}

.rank-card-header { position: relative; }
.rank-card-header::after {
  content: ""; position:absolute; left:24px; right:24px; bottom:-1px;
  height:2px; background: currentColor; opacity:.25; transform: translateZ(0);
}
.card-killers .rank-card-header { color:#ff8a00; }
.card-victims .rank-card-header { color:#ff4d5a; }
.card-pk .rank-card-header { color:#9d7cff; }

/* ---- Stats Cards ---- */
.stats-card {
  background: #151515;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow: 0 8px 28px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.03);
}
.stats-header { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.stats-badge {
  height:44px; width:44px; border-radius:12px;
  display:grid; place-items:center; font-size:20px;
  color:#141414; background:linear-gradient(135deg,#ffb347,#ff8a00);
  box-shadow: 0 8px 16px rgba(255,138,0,.25);
}
.stats-titles h3 { margin:0; font-weight:800; letter-spacing:.8px; font-size:1.35rem; color:#fff; }
.stats-titles .subtitle { margin:0; margin-top:2px; font-size:.95rem; color:rgba(255,255,255,.65); }
.stats-divider { height:2px; margin:14px 0 18px; background: linear-gradient(90deg, rgba(255,138,0,.35), transparent 60%); }
.stat-row { margin-bottom:22px; }
.stat-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; font-size:1rem; color:#e9e9e9; }
.stat-label { opacity:.9; }
.stat-value { color:#ff8a00; font-weight:700; }

/* Server pills */
.sv-pill { display:inline-flex; align-items:center; gap:8px; font-weight:700; }
.sv-dot { width:10px; height:10px; border-radius:50%; box-shadow: 0 0 10px currentColor; }
.sv-on { color:#3ddc35; }
.sv-off { color:#dc3545; }

.meter { width:100%; height:14px; border-radius:10px; background: #202020; position:relative; overflow:hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.meter > span { position:absolute; left:0; top:0; bottom:0; width:0; border-radius:10px; background: linear-gradient(90deg,#ff8a00,#a3531c); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 6px 16px rgba(255,138,0,.25); transition: width .5s cubic-bezier(.2,.7,.2,1); }

/* ---- Kill Entries ---- */
.kill-entry {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px; background: rgba(0,0,0,.35);
  border-radius: 8px; line-height: 1.15; font-size: .95rem;
  color: #f2f2f2; transition: background .15s ease, transform .08s ease;
}
.kill-entry:hover { background: rgba(0,0,0,.5); transform: translateY(-1px); }
.kill-entry .killer { font-weight: 700; color: #ff6b6b; }
.kill-entry .victim { font-weight: 700; color: #ffb84d; }
.kill-entry .map { color: #84f7b4; }
.kill-entry .time { margin-left: auto; font-size: .85rem; color: #a7a7a7; display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); padding: 4px 8px; border-radius: 999px; }
.kill-entry i { opacity: .95; }

/* Live kills marquee */
.livekills-marquee { height: 340px; overflow: hidden; position: relative; }
.livekills-marquee .inner { display: flex; flex-direction: column; animation: scrollUp 24s linear infinite; }
.kill-line { display:flex; align-items:center; gap:8px; padding:10px 12px; margin:6px 0; background:#111215; border-radius:10px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.kill-line .ki-icon { color:#f39c12; margin-right:2px; }
.kill-line .ki-killer { color:#ff6347; font-weight:700; }
.kill-line .ki-text { color:#bdbdbd; }
.kill-line .ki-victim { color:#ffd166; font-weight:700; }
.kill-line .ki-map { color:#5ef3a7; }
.kill-line .ki-time { margin-left:auto; color:#c9c9c9; font-size:.92rem; opacity:.85; }
.kill-sep { border:0; height:1px; margin:8px 0; background:linear-gradient(90deg, rgba(197,114,17,.35), rgba(197,114,17,0)); }

#vertical-marquee { height: 350px; overflow: hidden; position: relative; }
#vertical-marquee .inner { display: flex; flex-direction: column; animation: scrollUp 25s linear infinite; }
@keyframes scrollUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-100%); }
}

/* ---- Event Countdown Timer ---- */
.event-countdown-timer {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 14px; padding: 8px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px; font-family: var(--font-heading);
  font-weight: 700; font-size: 0.88rem;
  color: #fff; letter-spacing: 0.02em; transition: all 0.3s ease;
}
.event-countdown-timer i { color: var(--ColorTemplate, #fca311); font-size: 0.95rem; }
.event-progress { height: 3px; background: rgba(255, 255, 255, 0.03); border-radius: 99px; overflow: hidden; margin-top: 16px; position: relative; }
.event-progress span { display: block; height: 100%; border-radius: 99px; width: 0%; background: linear-gradient(90deg, var(--ColorTemplate, #fca311) 0%, #ff8c00 100%); box-shadow: 0 0 8px var(--ColorTemplateAlpha, rgba(252, 163, 17, 0.35)); transition: width 1s linear; }
.home-event-card.event-imminent { border-color: rgba(229, 9, 20, 0.3) !important; background: linear-gradient(135deg, rgba(229, 9, 20, 0.08) 0%, rgba(255, 255, 255, 0.002) 100%), rgba(20, 10, 10, 0.75) !important; animation: cardPulseImminent 2s infinite ease-in-out; }
.home-event-card.event-imminent .event-countdown-timer { border-color: rgba(229, 9, 20, 0.2); background: rgba(229, 9, 20, 0.05); color: #ff4d4d; }
.home-event-card.event-imminent .event-countdown-timer i { color: #ff4d4d; animation: spinClock 4s infinite linear; }
.home-event-card.event-imminent .event-progress span { background: linear-gradient(90deg, #ff4d4d 0%, #ff0000 100%); box-shadow: 0 0 10px rgba(255, 77, 77, 0.5); }
@keyframes cardPulseImminent { 0%, 100% { box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25); } 50% { box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25), 0 0 20px rgba(229, 9, 20, 0.15); } }

/* ---- Home Events Cards ---- */
.home-events-section { padding: 60px 220px; }
.home-section-heading { margin-bottom: 40px; }
.home-section-heading h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); text-transform: uppercase; }
.home-section-heading p { color: #D9D9D9; max-width: 600px; font-size: 1.1rem; }
.home-section-heading--center { text-align: center; }
.home-section-heading--center p { margin: 0 auto; }
.home-events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.home-event-card {
  background: rgba(20,20,20,.8); border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px; padding: 24px; transition: transform .2s ease, box-shadow .2s ease;
}
.home-event-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.home-event-card--featured { border-color: rgba(255,174,43,.2); }
.home-event-card__icon i { font-size: 2rem; color: var(--ColorTemplate, #fca311); margin-bottom: 16px; }
.home-event-card h3 { font-size: 1.1rem; color: #fff; text-transform: uppercase; margin: 8px 0; }
.home-event-card p { color: #aaa; font-size: .9rem; line-height: 1.5; }

/* ---- Info List ---- */
.info-list { list-style:none; padding:8px 16px 18px; margin:0; }
.info-row { padding:10px 0 14px; border-bottom:1px solid rgba(255,255,255,.06); }
.info-row:last-child { border-bottom:0; }
.info-left { color:#bbb; font-weight:600; }
.info-right { display:flex; align-items:center; gap:10px; justify-content:flex-end; }
.info-number { font-weight:800; letter-spacing:.3px; color:#f2f2f2; }
.info-suffix { opacity:.7; }

.rank-card i, .rank-card__badge i, .livekills-marquee i, .info-list i { color: #ffffff !important; }
.kill-line .ki-icon i { color: #f39c12 !important; }

/* ---- Section Header ---- */
.section-header { display:flex; align-items:center; gap:14px; margin-bottom:10px; }
.section-badge { width:42px; height:42px; border-radius:12px; display:grid; place-items:center; background: radial-gradient(120% 120% at 10% 10%, rgba(255,200,120,.55) 0%, rgba(197,114,17,.9) 60%, rgba(197,114,17,.5) 100%); color:#141414; box-shadow:0 3px 14px var(--brand-50); }
.section-title { text-transform:uppercase; font-weight:800; font-size:22px; color:var(--text-strong); letter-spacing:.6px; }
.section-subtitle { text-transform:uppercase; font-size:12px; color:var(--text-soft); letter-spacing:.3px; margin-top:2px; }
.section-divider { height:1px; width:100%; margin:10px 0 12px; background: linear-gradient(90deg, transparent, var(--brand-50), transparent); }

/* ---- Haze Title ---- */
.haze-title { display:flex; align-items:center; gap:12px; }
.haze-title--center { justify-content:center; text-align:center; }
.haze-title .ht-text { display:flex; flex-direction:column; line-height:1.05; }
.haze-title--center .ht-text { align-items:center; }
.haze-title .ht-title { font-family:DrukBold; font-size:1.6rem; text-transform:uppercase; color:#fff; }
.haze-title .ht-sub { margin-top:2px; font-family:HelveticaNormal; font-size:1rem; color:#D9D9D9; }
.haze-title .ht-badge { width:44px; height:44px; border-radius:12px; display:grid; place-items:center; background: radial-gradient(120% 120% at 20% 20%, rgba(255,255,255,.25) 0, rgba(255,255,255,0) 62%), linear-gradient(135deg, var(--ColorTemplate,#fca311) 0%, #a45d1f 100%); border:1px solid rgba(255,174,93,.55); box-shadow:0 8px 18px rgba(255,174,93,.28), inset 0 1px 0 rgba(255,255,255,.22); color:#111; }
.haze-title .ht-badge i { font-size:18px; }
.ht-divider { height:3px; border-radius:999px; background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,0)), linear-gradient(90deg, var(--ColorTemplate,#fca311), rgba(0,0,0,0)); opacity:.9; margin:10px auto 16px; max-width:880px; }

.haze-title--sm .ht-badge { width:34px; height:34px; }
.haze-title--sm .ht-title { font-size:1.25rem; }
.haze-title--sm .ht-sub { font-size:.95rem; }

/* ---- Card HOF ---- */
.card-hof { background:#0f0f10; border:1px solid rgba(255,255,255,.06); border-radius:16px; box-shadow:0 8px 24px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.03); color:#fff; padding:18px; }
.card-hof--xl { padding:24px; }
.card-hof .table thead th { color:#fff; border-bottom:1px solid rgba(255,255,255,.08); }
.card-hof .table tbody tr { border-bottom:1px solid rgba(255,255,255,.06); }
.card-hof .table th[scope="row"] { color:#fff; font-weight:700; }
.card-hof .table td { color:#D9D9D9; }

/* ---- Modal Title (TOS) ---- */
.inner-tos-body { padding-top: 20px !important; padding-bottom: 20px !important; }

/* ---- Rankings-specific ---- */
.rankings-table,
.dataTable,
.dataTables_wrapper table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: linear-gradient(180deg, rgba(15,15,15,0.95) 0%, rgba(25,25,25,0.98) 100%) !important;
    border: 1px solid rgba(255, 215, 128, 0.4) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 0 15px rgba(255, 215, 128, 0.3), inset 0 0 10px rgba(255, 215, 128, 0.15) !important;
}

/* Header row: first tr uses td, not th */
.rankings-table tr:first-child td,
.dataTable tr:first-child td {
    background: linear-gradient(135deg, #ffefc4 0%, #e5b64b 40%, #c8921b 100%) !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6) !important;
    border-bottom: 2px solid rgba(0,0,0,0.4) !important;
    padding: 10px !important;
}

/* Body rows */
.rankings-table tr td,
.dataTable tr td {
    padding: 12px !important;
    font-size: 14px !important;
    text-align: center !important;
    color: #f5f5f5 !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    transition: background 0.3s ease !important;
}

.rankings-table tr:hover td,
.dataTable tr:hover td {
    background: linear-gradient(90deg, rgba(255,215,128,0.07) 0%, rgba(255,215,128,0) 100%) !important;
}

.rankings-table tr:nth-child(even) td,
.dataTable tr:nth-child(even) td {
    background: rgba(255,215,128,0.03) !important;
}
.rankings-table tr:nth-child(odd) td,
.dataTable tr:nth-child(odd) td {
    background: transparent !important;
}
/* Re-apply header bg after nth-child override */
.rankings-table tr:first-child td,
.dataTable tr:first-child td {
    background: linear-gradient(135deg, #ffefc4 0%, #e5b64b 40%, #c8921b 100%) !important;
}

.rankings-table-place {
    color: #ffdc82 !important;
    font-weight: bold !important;
    text-shadow: 0 0 8px rgba(255,215,128,0.7) !important;
}

.rankings-update-time {
    text-align: right;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    padding: 8px 0;
}

.rankings_menu a {
    display: inline-block !important;
    padding: 6px 0 !important;
    width: 160px !important;
    margin: 3px !important;
    border-radius: 6px !important;
    color: #ffdc82 !important;
    font-weight: 600 !important;
    border: 1px solid rgba(255, 215, 128, 0.6) !important;
    background: linear-gradient(180deg, rgba(40,40,40,1) 0%, rgba(25,25,25,1) 100%) !important;
    box-shadow: inset 0 0 10px rgba(255, 215, 128, 0.1), 0 2px 4px rgba(0,0,0,0.4) !important;
    transition: all 0.4s ease !important;
}
.rankings_menu a:hover {
    background: linear-gradient(135deg, #ffefc4, #e5b64b, #c8921b) !important;
    color: #000 !important;
    box-shadow: 0 0 12px rgba(255,215,128,0.6) !important;
}
.rankings_menu a.active {
    background: linear-gradient(135deg, #ffefc4, #e5b64b, #c8921b) !important;
    color: #000 !important;
    border: 1px solid rgba(255, 215, 128, 0.9) !important;
    box-shadow: 0 0 15px rgba(255,215,128,0.6) !important;
}

/* DataTables filter */
div.dataTables_wrapper div.dataTables_filter input,
.dataTables_filter input {
    background: rgba(0,0,0,0.6) !important;
    border: 1px solid #ffb732 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    outline: none !important;
    box-shadow: inset 0 0 5px rgba(255, 184, 50, 0.5) !important;
    transition: all 0.3s ease !important;
}
div.dataTables_filter input:focus {
    background: rgba(0,0,0,0.8) !important;
    box-shadow: 0 0 10px rgba(255, 184, 50, 0.8) !important;
}
div.dataTables_filter label::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffb732;
    margin-right: 8px;
}
div.dataTables_wrapper div.dataTables_filter label {
    display: flex !important;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    color: #ffda88;
}

/* DataTables buttons */
#filter_button, .filter-button, .dataTables_wrapper .dt-buttons button,
button.btn.btn-primary {
    background: linear-gradient(180deg, #ffb732, #cc8e1d) !important;
    border: 1px solid #ffb732 !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 6px 20px !important;
    border-radius: 6px !important;
    box-shadow: 0 0 10px rgba(255, 184, 50, 0.6) !important;
    transition: all 0.3s ease !important;
}
#filter_button:hover, .filter-button:hover, .dataTables_wrapper .dt-buttons button:hover,
button.btn.btn-primary:hover {
    background: linear-gradient(180deg, #ffd37a, #ffb732) !important;
    box-shadow: 0 0 15px rgba(255, 184, 50, 0.9) !important;
}

/* Quitar cuadro blanco seleccion */
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper td,
.dataTables_wrapper th,
.dataTables_wrapper tr,
.dataTables_wrapper div {
    background-color: transparent !important;
}
.dataTables_wrapper .selected,
.dataTables_wrapper tr.selected td {
    background-color: rgba(245, 199, 94, 0.15) !important;
    color: #fff !important;
}
table.dataTable tbody tr:hover {
    background: rgba(245, 199, 94, 0.08) !important;
}
table.dataTable tbody tr.selected,
table.dataTable tbody tr:active {
    background: rgba(211, 148, 27, 0.15) !important;
    color: #fff !important;
}

/* Rank class filter */
.rankings-class-filter-selection {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 6px;
    border-radius: 6px;
    transition: all 0.25s ease-in-out;
}
.rankings-class-filter-selection:hover {
    background: rgba(255, 215, 0, 0.12) !important;
    border-radius: 6px;
    cursor: pointer;
}
.rankings-class-filter-selection.active,
.rankings-class-filter-selection:focus,
.rankings-class-filter-selection:active {
    background: rgba(255, 215, 0, 0.18) !important;
    border-radius: 6px;
}
.rankings-class-filter-selection img {
    border-radius: 4px;
    background: none !important;
    border: none !important;
    transition: transform 0.2s ease-in-out;
}
.rankings-class-filter-selection span {
    color: #f0f0f0 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    font-weight: 500;
}
.rankings-class-filter-image:hover {
    box-shadow: 0 0 14px rgba(255, 216, 111, 0.8);
    transform: scale(1.05);
}
.rankings-class-filter-selection:hover img {
    transform: scale(1.04);
}

.RazaSM { background:rgba(47,125,204,0.12); border:1px solid #2f7dcc; }
.RazaDK { background:rgba(204,47,47,0.12); border:1px solid #cc2f2f; }
.RazaELF { background:rgba(51,204,47,0.12); border:1px solid #33cc2f; }
.RazaMG { background:rgba(113,47,204,0.12); border:1px solid #712fcc; }
.RazaDL { background:rgba(204,158,47,0.12); border:1px solid #cc9e2f; }
.RazaSUM { background:rgba(191,47,204,0.12); border:1px solid #bf2fcc; }
.RazaRF { background:rgba(204,84,47,0.12); border:1px solid #cc542f; }

.rankings-class-image, .rankings-class-image-sidebar { border-radius:6px; box-shadow:0 0 8px rgba(0,0,0,0.5),0 0 6px rgba(255,215,128,0.3); }

/* ---- Register Button ---- */
.register-btn { position:relative; display:inline-flex; align-items:center; justify-content:center; padding:14px 20px; border-radius:10px; font-weight:bold; font-size:16px; color:#fff !important; background:linear-gradient(135deg,var(--btnA, #ffcd8a),var(--btnB, #cf5721)) !important; text-decoration:none; overflow:hidden; }
.register-btn i { margin-right:8px; font-size:16px; }
.register-btn::before { content:''; position:absolute; top:0; left:-75px; width:50px; height:100%; background:rgba(255,255,255,0.3); transform:skewX(-25deg); }
.register-btn:hover::before { animation:shine 0.75s; }
@keyframes shine { 0% { left: -75px; } 100% { left: 125%; } }

/* ---- Haze Title variants ---- */
.haze-title--market .ht-title { font-weight:700; color:#fff; }
.haze-title--market .ht-sub { font-size:0.95rem; color:rgba(255,255,255,0.85); }
.haze-title--market .ht-badge { width:42px;height:42px;border-radius:12px;display:grid;place-items:center; background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,var(--ColorTemplate) 60%,rgba(0,0,0,.12) 100%); border:1px solid rgba(255,255,255,.10); box-shadow:0 22px 46px var(--ColorTemplateAlpha,rgba(255,184,74,.35)), inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.28); color:#111; }
.haze-title--market .ht-badge i { font-size:18px;line-height:1; }

/* ---- HOF Header ---- */
.hof-header { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:.5rem; margin:0 0 1rem 0; }
.hof-header .hof-title { margin:0; }
.hof-header .hof-sub { opacity:.8; }
.hof-header .hof-line { display:block; width:180px; height:4px; border-radius:999px; background:var(--ColorTemplateAlpha); }
.hof-header--inline { flex-direction:row; align-items:center; justify-content:flex-start; text-align:left; gap:.75rem; }
.hof-header--inline .hof-line { display:none; }
.hof-header.is-small .hof-title { font-size:1.35rem; }
.hof-header.is-small .hof-sub { font-size:.95rem; }
.hof-header .hof-badge i { font-size:18px; line-height:1; }
.hof-header.is-small .hof-badge { width:34px; height:34px; }
.hof-header.is-small .hof-badge i { font-size:16px; }

/* ---- Title HOF ---- */
.title-hof { margin: 8px 0 22px; }
.title-hof__kicker { display:inline-block; font-family:HelveticaNormal,system-ui,sans-serif; font-weight:900; font-size:.8rem; letter-spacing:.18em; text-transform:uppercase; background:linear-gradient(90deg,var(--ColorTemplate,#833c16),#FFAE2B); -webkit-background-clip:text; background-clip:text; color:transparent; opacity:.95; }
.title-hof__main { margin:2px 0 10px; font-family:DrukBold,Impact,sans-serif; font-weight:900; text-transform:uppercase; letter-spacing:.5px; line-height:1.05; color:#fff; font-size:clamp(1.8rem,4.6vw,2.8rem); text-shadow:0 2px 10px rgba(0,0,0,.35); }
.title-hof__underline { width:120px; height:3px; border-radius:999px; background:linear-gradient(90deg,var(--ColorTemplate,#833c16) 0%,#FFAE2B 100%); box-shadow:0 4px 12px rgba(255,174,43,.25); }

.title-hof--icon { display:flex; align-items:flex-start; gap:12px; }
.title-hof__icon { flex:0 0 auto; width:42px; height:42px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; background:radial-gradient(120% 120% at 25% 25%,#FFAE2B 0%,var(--ColorTemplate,#833c16) 62%); box-shadow:0 10px 22px rgba(0,0,0,.35),0 0 0 2px rgba(255,255,255,.08) inset; filter:drop-shadow(0 2px 6px rgba(0,0,0,.25)); }
.title-hof__icon i { font-size:18px; color:#141414; }

/* ---- Downloads Page ---- */
#downloads-page h1 { text-transform:uppercase; letter-spacing:.5px; }
#downloads-page .nav-pills .nav-link { color:#D9D9D9; }
#downloads-page .nav-pills .nav-link.active { color:#fff; background-color:transparent !important; }
#downloads-page .sidemenu-button { background:transparent !important; border:0; color:#D9D9D9; padding:12px 14px; border-radius:12px; text-align:left; position:relative; transition:color .2s ease,background .2s ease,transform .12s ease; }
#downloads-page .sidemenu-button i { opacity:.8; }
#downloads-page .sidemenu-button::after { content:""; position:absolute; left:12px; right:12px; bottom:6px; height:2px; width:0; background:linear-gradient(90deg,var(--ColorTemplate,#833c16) 0%,#FFAE2B 100%); border-radius:2px; transition:width .25s ease; }
#downloads-page .sidemenu-button:hover { color:#fff; background:rgba(255,255,255,.03); }
#downloads-page .sidemenu-button:hover::after { width:calc(100% - 24px); }
#downloads-page .sidemenu-button.active { color:#fff; background:rgba(255,255,255,.04); }
#downloads-page .sidemenu-button.active::after { width:calc(100% - 24px); }
#downloads-page .panel-downloads .table { margin:0; border-collapse:separate; border-spacing:0 0; }
#downloads-page .panel-downloads .table tr { border-bottom:1px solid rgba(255,255,255,.06); }
#downloads-page .panel-downloads .table td { padding:14px 12px; color:#D9D9D9; vertical-align:middle; }
#downloads-page .panel-downloads .table td:first-child { color:#fff; font-weight:700; }
#downloads-page .panel-downloads .download-description { display:block; margin-top:6px; font-weight:500; color:#BFBFBF; }
#downloads-page .btn-download { display:inline-flex; align-items:center; gap:10px; padding:12px 18px; border-radius:10px; background:linear-gradient(135deg,var(--ColorTemplate,#833c16),#FFAE2B); color:#141414; font-family:HelveticaNormal,system-ui,sans-serif; font-weight:900; font-size:1rem; text-transform:uppercase; border:0; text-decoration:none !important; box-shadow:0 10px 24px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.06) inset; transition:transform .15s ease,box-shadow .2s ease,filter .2s ease; }
#downloads-page .btn-download i { font-size:.95em; }
#downloads-page .btn-download:hover { transform:translateY(-2px); filter:brightness(1.05); box-shadow:0 14px 28px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.08) inset; }
#downloads-page .btn-download:focus { outline:none; box-shadow:0 0 0 3px rgba(255,174,43,.35),0 10px 24px rgba(0,0,0,.35); }
#downloads-page .btn-cta-amber { display:inline-flex; align-items:center; gap:10px; padding:16px 24px; border-radius:10px; background:linear-gradient(135deg,var(--ColorTemplate,#833c16),#FFAE2B); color:#141414; font-family:HelveticaNormal,system-ui,sans-serif; font-weight:900; font-size:clamp(1rem,2vw,1.25rem); text-transform:uppercase; border:0; text-decoration:none !important; box-shadow:0 10px 24px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.06) inset; transition:transform .15s ease,box-shadow .2s ease,filter .2s ease; }
#downloads-page .btn-cta-amber i { font-size:1rem; }
#downloads-page .btn-cta-amber:hover { transform:translateY(-2px); filter:brightness(1.05); box-shadow:0 14px 28px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.08) inset; }
#downloads-page .btn-cta-amber:focus { outline:none; box-shadow:0 0 0 3px rgba(255,174,43,.35),0 10px 24px rgba(0,0,0,.35); }
#downloads-page .custom-select select { width:100%; background:#141414; color:#fff; border:1px solid rgba(255,255,255,.15); border-radius:12px; padding:10px 12px; outline:none; }
#downloads-page .custom-select select:focus { border-color:rgba(255,174,43,.6); box-shadow:0 0 0 3px rgba(255,174,43,.15); }

.dl-sidemenu .sidemenu-button { border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg,#171717,#111); color:#E8E8E8 !important; border-radius:12px; margin-bottom:10px; padding:14px 16px; text-align:left; transition:transform .15s ease,border-color .2s ease,background .2s ease; text-decoration:none !important; }
.dl-sidemenu .sidemenu-button:hover { transform:translateY(-1px); border-color:rgba(255,174,43,.55); }
.dl-sidemenu .sidemenu-button.active { color:#fff !important; background:linear-gradient(180deg,rgba(255,174,43,.08),rgba(0,0,0,0)) !important; border-color:rgba(255,174,43,.65) !important; box-shadow:0 10px 26px rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.06); }
.dl-sidemenu .sidemenu-button::after { content:none !important; }

.dl-card .dl-table { width:100%; border-collapse:separate; border-spacing:0 12px; color:#E6E6E6; }
.dl-card .dl-table tr { background:#161616; box-shadow:0 1px 0 rgba(255,255,255,.03) inset,0 10px 24px rgba(0,0,0,.35); border-radius:14px; }
.dl-card .dl-table td { border:0; padding:18px; vertical-align:middle; }
.dl-card .dl-table tr:hover { background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(0,0,0,0)); }
.dl-card .download-description { display:block; margin-top:4px; color:#A8A8A8; font-size:.95rem; }
.dl-card h2 { font-family:DrukBold,system-ui,sans-serif; font-weight:900; text-transform:uppercase; letter-spacing:.6px; color:#fff; margin:0; }
.dl-card .subtitle { display:block; margin-top:6px; color:#C8C8C8; }

#v-pills-tabContent h2.nospacing { font-family:DrukBold,Impact,sans-serif; text-transform:uppercase; letter-spacing:.5px; color:#fff; font-size:1.2rem; }
#v-pills-tabContent .subtitle { color:#c7c7c7; }
.panel-downloads .table.dl-table { border-collapse:separate; border-spacing:0 10px; margin-bottom:0; }
.panel-downloads .table.dl-table tr { background:#161616; border-radius:12px; overflow:hidden; box-shadow:inset 0 0 0 1px rgba(255,255,255,.05); transition:transform .15s ease,box-shadow .2s ease; }
.panel-downloads .table.dl-table tr:hover { transform:translateY(-2px); box-shadow:0 10px 22px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.07); }
.panel-downloads .table.dl-table td { border:0; padding:16px 18px; vertical-align:middle; }
.panel-downloads .btn-cta-amber { display:inline-flex; align-items:center; gap:10px; padding:12px 18px; border-radius:10px; background:linear-gradient(135deg,var(--ColorTemplate,#833c16),#FFAE2B); color:#141414; font-family:HelveticaNormal,system-ui,sans-serif; font-weight:900; text-transform:uppercase; border:0; text-decoration:none; box-shadow:0 10px 24px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.06); transition:transform .15s ease,box-shadow .2s ease,filter .2s ease; }
.panel-downloads .btn-cta-amber:hover { transform:translateY(-2px); filter:brightness(1.05); box-shadow:0 14px 28px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.08); }

/* ---- Alerts in Downloads ---- */
#downloads-page .alert-message { background:linear-gradient(180deg,#222429,#1b1d21); border:1px solid rgba(255,255,255,.08); border-radius:16px; padding:14px 16px; }
#downloads-page .alert-message .fixed-icon-col-alert { flex:0 0 auto; padding-right:12px; }
#downloads-page .alert-message .fixed-icon-col-alert i { display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:12px; background:linear-gradient(180deg,#ffb54a,#f19b16); color:#121212; font-size:20px; line-height:1; box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 4px 12px rgba(0,0,0,.35); border:1px solid rgba(0,0,0,.35); }
#downloads-page .alert-message h4 { margin:0 0 6px; font-weight:800; }
#downloads-page .alert-message p { margin:0 !important; color:#c9c9c9; }

/* ---- Rankings empty state (JS replaces table when no data) ---- */
.rankings-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 48px 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
}
.rankings-empty i {
    font-size: 2.2rem;
    color: var(--ColorTemplate, #fca311);
    opacity: 0.6;
}
.rankings-empty strong {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
}
.rankings-empty span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
}
