/* WINSLOT skin - imperial red + gold identity (). Self-hosted fonts, no external requests. */
@font-face{font-family:'PoppinsBG';font-display:swap;src:url('../fonts/poppins-400.woff2') format('woff2');font-weight:400;font-style:normal;}
@font-face{font-family:'PoppinsBG';font-display:swap;src:url('../fonts/poppins-600.woff2') format('woff2');font-weight:600;font-style:normal;}
@font-face{font-family:'PoppinsBG';font-display:swap;src:url('../fonts/poppins-700.woff2') format('woff2');font-weight:700;font-style:normal;}

:root{ --brand:#dc2626; --brand-2:#b91c1c; --brand-d:#7f1d1d; --brand-lite:#fca5a5; --brand-gold:#ffc233; --brand-gold-d:#e0a316; }

/* ---- fonts (local) ---- */
body, .btn, button, input, select, textarea, p, span, div, a, li, td, th, label,
.top-menu, .game-name, .footer-links, .contact-list, .site-description{
  font-family:'PoppinsBG', Arial, Helvetica, sans-serif !important;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.modal-title,
.container-title span,.section-title,.sports-platform-title,.footer-section-title,
.popular-game-title-container span,.jackpot-winner-title,.download-apk .h2{
  font-family:'gilroybold','PoppinsBG',sans-serif !important; font-weight:700 !important; letter-spacing:.4px;
}
.site-description h1,.site-description h2{font-family:'gilroybold','PoppinsBG',sans-serif !important;}

/* ---- primary buttons: imperial red gradient, gold border ---- */
.btn-primary, input[type="submit"].btn-primary, .standard-primary-button,
.register-button, .telegram-btn, #popup_modal_confirm_button, #popup_modal_dismiss_button{
  background:linear-gradient(180deg,#dc2626 0%,#7f1d1d 100%) !important;
  border:1px solid var(--brand-gold) !important; color:#250608 !important; font-weight:700 !important;
  box-shadow:0 4px 18px rgba(220,38,38,.35) !important;
}
.btn-primary:hover, .register-button:hover, .standard-primary-button:hover{ filter:brightness(1.08); }
.login-button{ color:var(--brand-gold) !important; border:1px solid rgba(255,194,51,.6) !important; }
.login-button:hover{ color:#250608 !important; background:var(--brand-gold) !important; }

/* accent text -> gold */
.footer-section-title, .container-title span, .section-title,
.sports-platform-title span, .jackpot-winner-title, .popular-game-title-container .container-title span,
.announcement-container [data-section="title"], .download-apk .h2 strong, .site-info-img-header h4{
  color:var(--brand-gold) !important;
}
.winner-amount{ color:var(--brand-gold) !important; }

/* menu + links -> red-light */
.top-menu > li[data-active="true"] > a, .top-menu > li > a:hover,
.footer-links li a:hover, .contact-list a:hover, a.powered-by-link:hover{ color:var(--brand-lite) !important; }
.site-description a{ color:var(--brand-lite) !important; }

/* imperial framing */
.topbar-container{ border-bottom:1px solid rgba(220,38,38,.30); }
.site-header{ border-bottom:2px solid rgba(255,194,51,.45); }
.banner-carousel .banner-img{ border:1px solid rgba(220,38,38,.35); border-radius:10px; }

/* small selective recolor on nav chrome icons only (safe, no art) */
.nav-btn img, .language-selector-trigger img, .search_popup_button img{ filter:hue-rotate(330deg) saturate(1.1); }

/* modal accents */
.modal-title{ color:var(--brand-gold) !important; }
.register-page-link a{ color:var(--brand-lite) !important; }
