* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; background: #1a0000; color: #fff; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* Header */
.top-header { background: linear-gradient(180deg, #2a0000 0%, #1a0000 100%); padding: 12px 20px; border-bottom: 2px solid #c8102e; }
.top-header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.logo { font-size: 28px; font-weight: 900; color: #ffcc00; text-transform: uppercase; letter-spacing: 1px; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.logo span { color: #ff3344; }
.top-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.top-actions input { padding: 8px 12px; border: 1px solid #555; background: #fff; color: #333; border-radius: 4px; font-size: 13px; width: 130px; }
.btn-login, .btn-register { padding: 9px 22px; border: none; border-radius: 4px; font-weight: 700; cursor: pointer; font-size: 13px; text-transform: uppercase; }
.btn-login { background: linear-gradient(180deg, #ff3344, #c8102e); color: #fff; }
.btn-register { background: linear-gradient(180deg, #ffcc00, #ff9900); color: #2a0000; }
.btn-login:hover, .btn-register:hover { opacity: 0.9; transform: translateY(-1px); }

/* Navigation */
.main-nav { background: linear-gradient(180deg, #3a0000 0%, #2a0000 100%); border-bottom: 1px solid #5a0000; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; }
.nav-inner a { padding: 14px 26px; color: #fff; font-weight: 600; font-size: 14px; text-transform: uppercase; transition: all 0.3s; border-right: 1px solid #5a0000; }
.nav-inner a:hover { background: #c8102e; color: #ffcc00; }
.nav-inner a.active { background: #c8102e; color: #ffcc00; }

/* Marquee */
.marquee-bar { background: #5a0000; padding: 10px 20px; text-align: center; font-size: 13px; color: #ffcc00; border-bottom: 1px solid #c8102e; }

/* Hero */
.hero-section { background: linear-gradient(135deg, #c8102e 0%, #5a0000 50%, #2a0000 100%); padding: 30px 20px; text-align: center; position: relative; overflow: hidden; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; justify-content: center; }
.hero-text { flex: 1; min-width: 280px; text-align: left; }
.hero-text h1 { font-size: 42px; font-weight: 900; color: #ffcc00; text-shadow: 0 3px 6px rgba(0,0,0,0.6); margin-bottom: 14px; line-height: 1.2; }
.hero-text h1 small { display: block; font-size: 18px; color: #fff; font-weight: 600; margin-top: 6px; }
.hero-text p { font-size: 15px; color: #fff; margin-bottom: 18px; }
.hero-bonus { display: inline-block; background: #ffcc00; color: #c8102e; padding: 14px 24px; border-radius: 50%; font-weight: 900; font-size: 22px; box-shadow: 0 4px 12px rgba(0,0,0,0.4); }
.hero-img { flex: 0 0 auto; max-width: 380px; }
.hero-img img { border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,0.5); }

/* Category Grid */
.category-bar { background: #1a0000; padding: 20px; }
.category-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.category-btn { background: linear-gradient(180deg, #ff3344 0%, #c8102e 100%); color: #fff; padding: 16px 8px; border-radius: 6px; text-align: center; font-weight: 700; font-size: 14px; text-transform: uppercase; cursor: pointer; transition: all 0.3s; box-shadow: 0 3px 6px rgba(0,0,0,0.3); }
.category-btn:hover { background: linear-gradient(180deg, #ffcc00 0%, #ff9900 100%); color: #2a0000; transform: translateY(-2px); }

/* Banner Section */
.promo-banner { padding: 20px; background: #1a0000; }
.promo-banner-inner { max-width: 1200px; margin: 0 auto; }
.promo-banner img { width: 100%; max-height: 280px; object-fit: cover; border-radius: 8px; }

/* Section Title */
.section-title { background: linear-gradient(90deg, #c8102e, #5a0000); color: #ffcc00; padding: 14px 20px; text-align: center; font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; margin: 0; }

/* Game Grid */
.game-section { background: #1a0000; padding: 20px; }
.game-grid-inner { max-width: 1200px; margin: 0 auto; }
.game-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 14px; }
.game-card { background: #2a0000; border: 1px solid #5a0000; border-radius: 6px; overflow: hidden; transition: all 0.3s; cursor: pointer; }
.game-card:hover { transform: translateY(-4px); border-color: #ffcc00; box-shadow: 0 6px 16px rgba(255,204,0,0.2); }
.game-card img { width: 100%; height: 150px; object-fit: cover; }
.game-card-body { padding: 10px; text-align: center; }
.game-card-body h4 { font-size: 13px; color: #ffcc00; margin-bottom: 4px; }
.game-card-body span { font-size: 11px; color: #ccc; }

/* Results Table */
.results-section { background: #1a0000; padding: 20px; }
.results-inner { max-width: 1200px; margin: 0 auto; }
.results-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; margin-top: 14px; }
.result-cell { background: linear-gradient(180deg, #c8102e, #5a0000); border-radius: 4px; padding: 10px 4px; text-align: center; }
.result-cell .label { font-size: 11px; color: #ffcc00; display: block; margin-bottom: 4px; font-weight: 600; text-transform: uppercase; }
.result-cell .number { font-size: 20px; font-weight: 900; color: #fff; }
.result-cell .date { font-size: 9px; color: #ddd; margin-top: 3px; display: block; }

/* Content Section */
.content-section { background: #2a0000; padding: 40px 20px; }
.content-inner { max-width: 1200px; margin: 0 auto; }
.content-inner h2 { color: #ffcc00; font-size: 26px; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid #c8102e; }
.content-inner h3 { color: #ff9900; font-size: 19px; margin: 22px 0 10px; }
.content-inner p { color: #e0e0e0; margin-bottom: 14px; font-size: 15px; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.content-grid img { border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.4); width: 100%; }

/* Features */
.features-section { background: #1a0000; padding: 40px 20px; }
.features-inner { max-width: 1200px; margin: 0 auto; }
.features-inner h2 { color: #ffcc00; font-size: 26px; text-align: center; margin-bottom: 30px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-box { background: linear-gradient(180deg, #2a0000, #1a0000); border: 1px solid #5a0000; padding: 24px; border-radius: 8px; text-align: center; transition: all 0.3s; }
.feature-box:hover { border-color: #ffcc00; transform: translateY(-4px); }
.feature-box img { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 14px; background: #fff; padding: 8px; border-radius: 50%; }
.feature-box h3 { color: #ffcc00; font-size: 17px; margin-bottom: 10px; }
.feature-box p { color: #ccc; font-size: 14px; }

/* FAQ */
.faq-section { background: #2a0000; padding: 40px 20px; }
.faq-inner { max-width: 900px; margin: 0 auto; }
.faq-inner h2 { color: #ffcc00; font-size: 26px; text-align: center; margin-bottom: 24px; }
.faq-item { background: #1a0000; border-left: 4px solid #c8102e; padding: 18px 22px; margin-bottom: 14px; border-radius: 4px; }
.faq-item h4 { color: #ffcc00; font-size: 16px; margin-bottom: 8px; }
.faq-item p { color: #ddd; font-size: 14px; }
.faq-item p ul { margin: 8px 0 0 20px; }

/* Review */
.review-section { background: #1a0000; padding: 30px 20px; }
.review-inner { max-width: 900px; margin: 0 auto; background: linear-gradient(135deg, #c8102e, #5a0000); padding: 24px; border-radius: 8px; text-align: center; }
.review-inner p { color: #fff; font-style: italic; font-size: 16px; }
.review-inner strong { color: #ffcc00; }

/* Footer */
footer { background: #0d0000; padding: 40px 20px 20px; border-top: 3px solid #c8102e; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.footer-col h4 { color: #ffcc00; font-size: 15px; margin-bottom: 14px; text-transform: uppercase; border-bottom: 1px solid #5a0000; padding-bottom: 8px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: #ccc; font-size: 13px; transition: color 0.3s; }
.footer-col ul li a:hover { color: #ffcc00; }
.footer-col p { color: #aaa; font-size: 13px; margin-bottom: 6px; }
.footer-bottom { max-width: 1200px; margin: 30px auto 0; padding-top: 20px; border-top: 1px solid #3a0000; text-align: center; color: #888; font-size: 12px; }
.footer-bottom strong { color: #ff3344; }

/* Responsive */
@media (max-width: 900px) {
  .nav-inner a { padding: 10px 14px; font-size: 12px; }
  .hero-text h1 { font-size: 28px; }
  .category-inner { grid-template-columns: repeat(3, 1fr); }
  .game-grid { grid-template-columns: repeat(3, 1fr); }
  .results-grid { grid-template-columns: repeat(4, 1fr); }
  .features-grid { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .category-inner { grid-template-columns: repeat(2, 1fr); }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-text h1 { font-size: 24px; }
  .nav-inner a { padding: 8px 10px; font-size: 11px; }
}
.hero-bonus img{width:100%;height:100%;object-fit:cover;object-position:center}