* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; background: #f0f4f8; color: #333; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* Header */
.top-bar { background: linear-gradient(90deg, #003a8c, #0050b3); color: #fff; padding: 8px 0; font-size: 13px; }
.top-bar-inner { max-width: 1200px; margin: 0 auto; padding: 0 15px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.top-bar a { color: #ffd666; }

header { background: linear-gradient(180deg, #1890ff, #096dd9); box-shadow: 0 2px 8px rgba(0,0,0,0.15); position: sticky; top: 0; z-index: 1000; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo { font-size: 32px; font-weight: 900; color: #ffd700; text-shadow: 2px 2px 0 #003a8c; letter-spacing: 2px; }
.auth-buttons { display: flex; gap: 8px; }
.btn-login, .btn-register { padding: 8px 20px; border-radius: 20px; font-weight: bold; font-size: 14px; transition: 0.3s; }
.btn-login { background: #fff; color: #096dd9; border: 2px solid #ffd700; }
.btn-register { background: linear-gradient(90deg, #ff4d4f, #f5222d); color: #fff; }
.btn-login:hover, .btn-register:hover { transform: scale(1.05); }

nav { background: linear-gradient(180deg, #40a9ff, #1890ff); border-top: 1px solid rgba(255,255,255,0.2); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; }
nav a { flex: 1; min-width: 100px; text-align: center; padding: 14px 10px; color: #fff; font-weight: 600; font-size: 14px; text-transform: uppercase; border-right: 1px solid rgba(255,255,255,0.15); transition: 0.3s; }
nav a:hover, nav a.active { background: #003a8c; color: #ffd700; }

/* Hero Banner */
.hero { position: relative; overflow: hidden; background: #001529; }
.hero img { width: 100%; max-height: 480px; object-fit: cover; }
.hero-overlay { position: absolute; top: 50%; right: 5%; transform: translateY(-50%); color: #ffd700; text-align: right; }
.hero-overlay h1 { font-size: 48px; text-shadow: 3px 3px 0 #003a8c; margin-bottom: 10px; }
.hero-overlay p { background: #ffd700; color: #003a8c; display: inline-block; padding: 8px 20px; border-radius: 8px; font-weight: bold; font-size: 18px; }

/* Marquee */
.marquee { background: #fff; padding: 12px 15px; border-bottom: 1px solid #e8e8e8; font-size: 14px; color: #555; max-width: 1200px; margin: 15px auto; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.08); }
.marquee strong { color: #1890ff; }

/* Sections */
main { max-width: 1200px; margin: 0 auto; padding: 20px 15px; }
.section-title { display: flex; align-items: center; gap: 10px; font-size: 22px; color: #096dd9; margin: 25px 0 15px; font-weight: 700; border-left: 5px solid #ffd700; padding-left: 12px; }
.section-title .more { margin-left: auto; font-size: 14px; color: #1890ff; font-weight: normal; }

/* Jackpot + Hot Games */
.two-col { display: grid; grid-template-columns: 1fr 2fr; gap: 20px; }
.jackpot-box { background: linear-gradient(180deg, #ff4d4f, #a8071a); border-radius: 12px; padding: 20px; color: #fff; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.jackpot-box h3 { font-size: 32px; color: #ffd700; text-shadow: 2px 2px 0 #5c0011; }
.jackpot-amount { font-size: 36px; font-weight: 900; color: #fff; margin: 15px 0; background: #5c0011; padding: 10px; border-radius: 8px; }
.jackpot-list { background: rgba(255,255,255,0.1); padding: 10px; border-radius: 6px; font-size: 13px; text-align: left; }
.jackpot-list div { padding: 4px 0; border-bottom: 1px dashed rgba(255,255,255,0.2); }

.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.game-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: 0.3s; cursor: pointer; }
.game-card:hover { transform: translateY(-4px); box-shadow: 0 6px 16px rgba(0,0,0,0.15); }
.game-card img { width: 100%; height: 130px; object-fit: cover; }
.game-card p { padding: 8px; text-align: center; font-size: 13px; font-weight: 600; color: #096dd9; }

/* Supplier Compilation */
.supplier-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 20px 0; }
.supplier-card { background: linear-gradient(180deg, #fff, #e6f7ff); border-radius: 12px; padding: 15px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: 0.3s; }
.supplier-card:hover { transform: scale(1.03); }
.supplier-card img { width: 100%; height: 140px; object-fit: cover; border-radius: 8px; margin-bottom: 10px; }
.supplier-card h4 { color: #096dd9; font-size: 16px; text-transform: uppercase; }

/* Slot Suggestions */
.slot-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.slot-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,0.08); }
.slot-card img { width: 100%; height: 100px; object-fit: cover; }
.slot-card p { padding: 6px; font-size: 12px; text-align: center; color: #333; font-weight: 600; }

/* About Block */
.about-block { background: linear-gradient(135deg, #096dd9, #003a8c); color: #fff; padding: 30px; border-radius: 12px; margin: 30px 0; }
.about-block h2 { color: #ffd700; margin-bottom: 15px; font-size: 24px; }
.about-block p { margin-bottom: 12px; font-size: 15px; line-height: 1.8; }

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 20px 0; }
.feature-item { background: #fff; padding: 20px; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.08); border-top: 4px solid #1890ff; }
.feature-item h4 { color: #096dd9; margin-bottom: 10px; font-size: 16px; }
.feature-item p { font-size: 13px; color: #666; }

/* FAQ */
.faq-section { background: #fff; padding: 25px; border-radius: 12px; margin: 25px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.faq-item { border-bottom: 1px solid #e8e8e8; padding: 15px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-item h4 { color: #096dd9; font-size: 16px; margin-bottom: 8px; }
.faq-item p { color: #555; font-size: 14px; }
.faq-item ul { margin: 8px 0 8px 20px; color: #555; font-size: 14px; }

/* Review */
.review-box { background: linear-gradient(135deg, #fffbe6, #fff1b8); border-left: 5px solid #ffd700; padding: 20px; border-radius: 8px; margin: 25px 0; font-style: italic; color: #5c4500; }

/* Footer */
footer { background: linear-gradient(180deg, #003a8c, #001529); color: #fff; padding: 40px 15px 20px; margin-top: 40px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 30px; }
.footer-col h4 { color: #ffd700; margin-bottom: 12px; font-size: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { padding: 4px 0; font-size: 13px; }
.footer-col ul li a:hover { color: #ffd700; }
.footer-brand .logo { font-size: 36px; }
.footer-brand p { font-size: 13px; margin-top: 10px; color: #d9d9d9; }
.footer-bottom { max-width: 1200px; margin: 25px auto 0; padding-top: 20px; border-top: 1px solid #003a8c; text-align: center; font-size: 12px; color: #8c8c8c; }
.footer-bottom .age { color: #ff4d4f; font-weight: bold; font-size: 14px; margin-bottom: 8px; }

@media (max-width: 768px) {
  .hero-overlay h1 { font-size: 24px; }
  .hero-overlay p { font-size: 13px; padding: 5px 10px; }
  .two-col { grid-template-columns: 1fr; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .supplier-grid { grid-template-columns: repeat(2, 1fr); }
  .slot-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  nav a { min-width: 80px; font-size: 12px; padding: 10px 5px; }
  .logo { font-size: 26px; }
}
@media (max-width: 480px) {
  .footer-inner { grid-template-columns: 1fr; }
  .game-grid, .supplier-grid, .slot-grid, .features-grid { grid-template-columns: 1fr 1fr; }
}