/* WINSLOT33 skin — differentiate template font + color (violet) from source gold theme */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Rajdhani:wght@600;700&display=swap');

:root{ --w33:#a855f7; --w33-2:#8b5cf6; --w33-d:#6d28d9; --w33-lite:#c9b6ff; }

/* ---- fonts ---- */
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:'Poppins', 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:'Rajdhani','Poppins',sans-serif !important; font-weight:700 !important; letter-spacing:.4px;
}
.site-description h1,.site-description h2{font-family:'Rajdhani','Poppins',sans-serif !important;}

/* ---- violet accent recolor (chrome only, not game art) ---- */
.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,#a855f7 0%,#6d28d9 100%) !important;
  border:1px solid #7c3aed !important; color:#fff !important; box-shadow:0 4px 18px rgba(124,58,237,.35) !important;
}
.btn-primary:hover, .register-button:hover, .standard-primary-button:hover{ filter:brightness(1.08); }
.login-button{ color:#e9deff !important; border:1px solid rgba(168,85,247,.6) !important; }
.login-button:hover{ color:#fff !important; background:rgba(124,58,237,.18) !important; }

/* accent text (gold -> violet-light) */
.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(--w33-lite) !important;
}
.winner-amount{ color:#d9c8ff !important; }

/* menu + links */
.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(--w33-lite) !important; }
.site-description a{ color:var(--w33-lite) !important; }

/* subtle violet framing */
.topbar-container{ border-bottom:1px solid rgba(168,85,247,.25); }
.site-header{ border-bottom:2px solid rgba(124,58,237,.35); }
.banner-carousel .banner-img{ border:1px solid rgba(168,85,247,.30); border-radius:10px; }
.nav-btn img{ filter:hue-rotate(255deg) saturate(1.2); }
.language-selector-trigger, .search_popup_button{ filter:hue-rotate(255deg) saturate(1.1); }

/* register/login modal accents */
.modal-title{ color:var(--w33-lite) !important; }
.register-page-link a{ color:var(--w33-lite) !important; }
