* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0C10; color: #FFFFFF; font-family: 'Hind Siliguri', 'Noto Sans Bengali', Arial, sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background: #1A1A1A; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(212, 175, 55, 0.3); }
        header .brand { display: flex; align-items: center; gap: 8px; }
        header .brand img { width: 25px; height: 25px; border-radius: 4px; }
        header .brand strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        header .auth-btns { display: flex; gap: 10px; }
        header button { padding: 6px 15px; border-radius: 20px; border: none; font-weight: 600; font-size: 14px; cursor: pointer; transition: 0.3s; }
        header .login-btn { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        header .reg-btn { background: #D4AF37; color: #0B0C10; }
        header .reg-btn:hover { background: #F9A602; }
        main { padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .hero-banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(180deg, #1F2833 0%, #0B0C10 100%); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid rgba(212, 175, 55, 0.3); text-align: center; }
        .jackpot-title { color: #D4AF37; font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; letter-spacing: 1px; }
        .jackpot-amount { font-size: 28px; font-weight: 700; color: #FFFFFF; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .intro-card { background: #1F2833; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-size: 20px; color: #D4AF37; margin-bottom: 10px; font-weight: 700; }
        .intro-card p { font-size: 14px; color: #C5C6C7; }
        .section-header { padding: 15px 15px 5px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; color: #FFFFFF; font-weight: 600; }
        .section-header i { color: #D4AF37; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1F2833; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #1F2833; transition: 0.3s; }
        .game-card:hover { border-color: #D4AF37; transform: translateY(-3px); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 10px; font-size: 14px; color: #FFFFFF; text-align: center; font-weight: 500; }
        .payment-section { background: #1F2833; margin: 15px; padding: 20px; border-radius: 15px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #C5C6C7; }
        .payment-item i { font-size: 20px; color: #D4AF37; }
        .payment-item span { font-size: 10px; }
        .guide-section { padding: 15px; }
        .guide-card { background: #1F2833; padding: 15px; border-radius: 12px; margin-bottom: 15px; }
        .guide-card h3 { color: #D4AF37; margin-bottom: 8px; font-size: 16px; }
        .guide-card p { font-size: 13px; color: #C5C6C7; text-align: justify; }
        .lottery-section { background: rgba(26, 26, 26, 0.8); margin: 15px; padding: 15px; border-radius: 12px; border: 1px solid #45A29E; }
        .lottery-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #1F2833; font-size: 13px; }
        .lottery-item:last-child { border-bottom: none; }
        .win-user { color: #D4AF37; font-weight: 600; }
        .win-amount { color: #28A745; font-weight: 600; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .provider-item { background: #1F2833; padding: 12px; border-radius: 8px; text-align: center; font-weight: 600; color: #D4AF37; border: 1px solid rgba(69, 162, 158, 0.2); }
        .review-section { padding: 15px; }
        .review-card { background: #1F2833; padding: 15px; border-radius: 12px; margin-bottom: 12px; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-user i { font-size: 24px; color: #C5C6C7; }
        .stars { color: #FFC107; font-size: 12px; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1F2833; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; cursor: pointer; color: #D4AF37; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; color: #C5C6C7; font-size: 14px; }
        .security-section { background: #0B0C10; padding: 20px; margin: 15px; border: 1px dashed #D4AF37; border-radius: 15px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-icons i { font-size: 24px; color: #D4AF37; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1A1A1A; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #D4AF37; z-index: 1000; box-shadow: 0 -5px 15px rgba(0,0,0,0.5); }
        .navigator a { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #C5C6C7; gap: 4px; }
        .navigator a i { font-size: 18px; }
        .navigator a span { font-size: 11px; }
        footer { background: #0B0C10; padding: 30px 15px 100px; border-top: 1px solid #1F2833; }
        .footer-contacts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-contacts a { background: #1F2833; padding: 10px; border-radius: 8px; color: #FFFFFF; text-decoration: none; font-size: 13px; text-align: center; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #C5C6C7; text-decoration: none; font-size: 13px; }
        .footer-copy { text-align: center; font-size: 12px; color: #666666; border-top: 1px solid #1F2833; padding-top: 20px; }