* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Roboto, Arial, sans-serif; background: #0a2419; color: #fff; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* Top bar */
.top-bar { background: #051811; padding: 8px 20px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; flex-wrap: wrap; }
.top-bar .lang { color: #ccc; }
.top-bar .auth a { color: #fff; margin-left: 14px; padding: 4px 14px; border-radius: 4px; }
.top-bar .auth a.login { color: #fff; }
.top-bar .auth a.register { background: linear-gradient(180deg, #ffcb47, #ff8a00); color: #000; font-weight: 700; }

/* Header / Nav */
.header { background: linear-gradient(180deg, #0d3a26, #0a2419); border-bottom: 2px solid #00a651; position: sticky; top: 0; z-index: 100; }
.nav-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; padding: 10px 20px; flex-wrap: wrap; gap: 10px; }
.logo { font-size: 28px; font-weight: 900; color: #ffcb47; letter-spacing: 1px; padding: 5px 12px; background: #00a651; border-radius: 6px; }
.logo span { color: #fff; font-size: 14px; vertical-align: super; }
.main-nav { display: flex; gap: 5px; flex: 1; justify-content: center; flex-wrap: wrap; }
.main-nav a { padding: 10px 18px; border-radius: 4px; font-weight: 600; color: #fff; transition: 0.3s; font-size: 14px; }
.main-nav a:hover, .main-nav a.active { background: #00a651; color: #fff; }
.menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 26px; cursor: pointer; }

/* Hero Banner */
.hero { position: relative; max-width: 1200px; margin: 15px auto; padding: 0 20px; }
.hero-banner { background: linear-gradient(135deg, #1a5c3a 0%, #0d3a26 50%, #1a5c3a 100%); border-radius: 12px; padding: 30px; min-height: 220px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; box-shadow: 0 6px 24px rgba(0,0,0,0.4); overflow: hidden; }
.hero-text h1 { font-size: 42px; color: #ffcb47; text-shadow: 2px 2px 0 #b00; margin-bottom: 10px; line-height: 1.1; }
.hero-text .sub { font-size: 22px; color: #fff; margin-bottom: 8px; }
.hero-text .amount { font-size: 56px; font-weight: 900; color: #ffcb47; -webkit-text-stroke: 2px #b00; }
.hero-cta { display: inline-block; margin-top: 12px; padding: 12px 30px; background: linear-gradient(180deg, #ffcb47, #ff8a00); color: #000; font-weight: 700; border-radius: 30px; font-size: 16px; }
.news-ticker { background: #051811; padding: 8px 20px; border-radius: 6px; margin-top: 10px; font-size: 13px; color: #ffcb47; }

/* Jackpot */
.jackpot-section { max-width: 1200px; margin: 25px auto; padding: 0 20px; }
.jackpot-box { background: linear-gradient(90deg, #00a651 0%, #0d3a26 100%); border-radius: 12px; padding: 25px; display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 20px; }
.jackpot-label { font-size: 36px; font-weight: 900; color: #fff; }
.jackpot-amount { font-family: 'Courier New', monospace; font-size: 40px; font-weight: 900; color: #ffcb47; background: #051811; padding: 12px 24px; border-radius: 8px; letter-spacing: 6px; border: 2px solid #ffcb47; }

.jackpot-list { background: rgba(0,0,0,0.4); border-radius: 12px; padding: 20px; margin-top: 15px; }
.jackpot-row { display: grid; grid-template-columns: 60px 1fr 100px; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.jackpot-row:last-child { border-bottom: none; }
.jackpot-rank { background: #00a651; color: #fff; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; text-align: center; }
.jackpot-info .game { font-weight: 700; color: #ffcb47; }
.jackpot-info .won { font-size: 12px; color: #aaa; }
.play-btn { background: linear-gradient(180deg, #ffcb47, #ff8a00); color: #000; padding: 8px 18px; border-radius: 20px; font-weight: 700; font-size: 13px; text-align: center; }

/* Category icons */
.category-section { max-width: 1200px; margin: 30px auto; padding: 0 20px; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.category-card { background: linear-gradient(180deg, #1a5c3a, #0d3a26); border-radius: 12px; padding: 15px; text-align: center; transition: 0.3s; cursor: pointer; }
.category-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,166,81,0.4); }
.category-card img { margin: 0 auto; max-height: 120px; width: auto; }
.category-card .name { margin-top: 10px; font-weight: 700; color: #ffcb47; font-size: 14px; }

/* Slot section */
.slot-section { max-width: 1200px; margin: 35px auto; padding: 0 20px; }
.section-title { text-align: center; font-size: 28px; color: #ffcb47; margin-bottom: 20px; font-weight: 900; letter-spacing: 1px; }
.provider-tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 20px; }
.provider-tab { background: #0d3a26; border: 1px solid #1a5c3a; padding: 10px 18px; border-radius: 25px; display: flex; align-items: center; gap: 8px; cursor: pointer; transition: 0.3s; font-size: 13px; }
.provider-tab.active, .provider-tab:hover { background: #00a651; }
.provider-tab img { width: 28px; height: 28px; border-radius: 50%; }
.slot-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.slot-card { background: #0d3a26; border-radius: 10px; overflow: hidden; transition: 0.3s; cursor: pointer; }
.slot-card:hover { transform: scale(1.04); box-shadow: 0 6px 16px rgba(255,203,71,0.3); }
.slot-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.slot-card .name { padding: 8px; font-size: 12px; text-align: center; color: #ddd; }

/* Live & PvP banner */
.feature-row { max-width: 1200px; margin: 30px auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-card { background: linear-gradient(135deg, #1a5c3a, #0d3a26); border-radius: 12px; padding: 20px; display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.feature-card img { max-width: 50%; height: auto; }
.feature-card .text h3 { color: #ffcb47; font-size: 22px; margin-bottom: 8px; }
.feature-card .text p { font-size: 14px; color: #ccc; }

/* Application */
.app-section { max-width: 1200px; margin: 30px auto; padding: 30px 20px; background: linear-gradient(90deg, #0d3a26, #1a5c3a); border-radius: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-items: center; }
.app-text h2 { color: #00ff88; font-size: 36px; margin-bottom: 12px; }
.app-text p { color: #ccc; margin-bottom: 18px; font-size: 14px; }
.app-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.app-btn { background: #051811; border: 1px solid #00a651; padding: 12px 18px; border-radius: 8px; display: flex; align-items: center; gap: 10px; }
.app-btn-icon { width: 32px; height: 32px; background: #fff; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #000; font-weight: 700; }
.app-image img { margin: 0 auto; max-width: 100%; }

/* Content / SEO */
.content-section { max-width: 1200px; margin: 35px auto; padding: 0 20px; }
.content-block { background: rgba(13,58,38,0.5); border-radius: 12px; padding: 30px; margin-bottom: 20px; }
.content-block h2 { color: #ffcb47; margin-bottom: 14px; font-size: 24px; }
.content-block h3 { color: #00ff88; margin: 18px 0 10px; font-size: 18px; }
.content-block p { color: #ddd; margin-bottom: 12px; font-size: 15px; }
.content-block ul { margin: 10px 0 14px 22px; color: #ddd; }
.content-block ul li { margin-bottom: 6px; }
.review-box { background: #051811; border-left: 4px solid #ffcb47; padding: 15px 20px; margin: 15px 0; font-style: italic; color: #eee; border-radius: 4px; }

/* FAQ */
.faq-section { max-width: 1200px; margin: 35px auto; padding: 0 20px; }
.faq-item { background: #0d3a26; border-radius: 8px; padding: 18px 22px; margin-bottom: 12px; border-left: 4px solid #00a651; }
.faq-item h4 { color: #ffcb47; font-size: 17px; margin-bottom: 8px; }
.faq-item p { color: #ddd; font-size: 14px; }

/* Footer */
.footer { background: #051811; margin-top: 40px; padding: 30px 20px 15px; border-top: 2px solid #00a651; }
.footer-nav { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; padding-bottom: 20px; border-bottom: 1px solid #1a5c3a; }
.footer-nav a { color: #ccc; font-size: 13px; }
.footer-nav a:hover { color: #ffcb47; }
.footer-providers { max-width: 1200px; margin: 20px auto; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; }
.footer-providers img { height: 40px; width: auto; opacity: 0.85; }
.footer-bottom { text-align: center; color: #888; font-size: 12px; margin-top: 18px; }
.footer-bottom p { margin: 5px 0; }

@media (max-width: 900px) {
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .slot-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-row, .app-section { grid-template-columns: 1fr; }
  .hero-text h1 { font-size: 32px; }
  .hero-text .amount { font-size: 42px; }
  .jackpot-amount { font-size: 28px; letter-spacing: 3px; }
}
@media (max-width: 600px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; width: 100%; flex-direction: column; }
  .main-nav.open { display: flex; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .slot-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-text h1 { font-size: 26px; }
  .hero-text .amount { font-size: 34px; }
  .section-title { font-size: 22px; }
}
.hero-banner img{width:100%;height:100%;object-fit:cover;object-position:center}
.jackpot-rank img{width:100%;height:100%;object-fit:cover;object-position:center}