/* WINSLOT skin - violet + 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:#6926dc; --brand-2:#561cb9; --brand-d:#411d7f; --brand-lite:#c5a5fc; --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: violet blue 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,#6926dc 0%,#411d7f 100%) !important;
  border:1px solid var(--brand-gold) !important; color:#110625 !important; font-weight:700 !important;
  box-shadow:0 4px 18px rgba(105, 38, 220,.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:#110625 !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 -> violet-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; }

/* violet framing */
.topbar-container{ border-bottom:1px solid rgba(105, 38, 220,.30); }
.site-header{ border-bottom:2px solid rgba(255, 194, 51,.45); }
.banner-carousel .banner-img{ border:1px solid rgba(105, 38, 220,.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:brightness(0) invert(1) opacity(.85); }

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

/* banner: slick locks track to first-slide height at init (img width 0 => collapses to ~4px). Force auto so the hero shows once laid out. */
#banner_carousel .slick-list,#banner_carousel .slick-track,#banner_carousel .slick-slide,#banner_carousel .slick-slide>div,#banner_carousel .vertical-wrapper,#banner_carousel .banner-group-vertical,#banner_carousel .slide-item{height:auto!important}
#banner_carousel .slick-slide{float:left}
#banner_carousel .banner-img{display:block;width:100%;height:auto}
