* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0A0A0A; color: #FFFFFF; font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
        header { background-color: #141414; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2C2C2E; display: flex; align-items: center; justify-content: space-between; }
        header .brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #FFFFFF; }
        header .brand img { width: 25px; height: 25px; object-fit: contain; }
        header .brand strong { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; color: #D4AF37; }
        header .auth-buttons { display: flex; gap: 10px; }
        header button { padding: 8px 16px; border-radius: 5px; font-weight: 600; cursor: pointer; border: none; font-size: 14px; transition: 0.3s; }
        header .btn-login { background-color: transparent; color: #FFFFFF; border: 1px solid #D4AF37; }
        header .btn-register { background-color: #D4AF37; color: #000000; }
        main { padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(135deg, #1e1e1e 0%, #141414 100%); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #D4AF37; text-align: center; }
        .jackpot-label { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #D4AF37; font-size: 18px; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-family: 'Roboto Mono', monospace; font-size: 32px; font-weight: 700; color: #FFD700; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .intro-card { background: #1E1E1E; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-family: 'Montserrat', sans-serif; font-size: 24px; color: #D4AF37; margin-bottom: 12px; line-height: 1.2; }
        .intro-card p { font-size: 16px; color: #B0B0B0; }
        .section-title { font-family: 'Montserrat', sans-serif; font-size: 22px; padding: 0 15px; margin: 25px 0 15px; color: #E5E4E2; display: flex; align-items: center; gap: 10px; }
        .section-title::before { content: ""; width: 4px; height: 20px; background: #D4AF37; display: inline-block; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1E1E1E; border-radius: 10px; overflow: hidden; text-decoration: none; color: #FFFFFF; border: 1px solid #2C2C2E; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; padding: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .payments-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; background: #141414; margin: 15px; border-radius: 10px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #B0B0B0; font-size: 12px; text-align: center; }
        .payment-item i { font-size: 24px; color: #D4AF37; }
        .guide-section { padding: 15px; }
        .guide-card { background: #1E1E1E; padding: 15px; border-radius: 10px; margin-bottom: 15px; border: 1px solid #2C2C2E; }
        .guide-card h2 { font-size: 18px; color: #D4AF37; margin-bottom: 10px; font-family: 'Montserrat', sans-serif; }
        .winning-records { margin: 15px; background: #141414; border-radius: 12px; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.05); }
        .win-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #2C2C2E; font-size: 13px; }
        .win-item:last-child { border-bottom: none; }
        .win-user { color: #D4AF37; font-weight: 600; }
        .win-amount { color: #00C851; font-family: 'Roboto Mono', monospace; }
        .win-time { color: #666; font-size: 11px; }
        .provider-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-item { background: linear-gradient(45deg, #1E1E1E, #2C2C2E); padding: 15px; border-radius: 8px; text-align: center; font-weight: 700; color: #E5E4E2; border: 1px solid #333; }
        .review-grid { padding: 0 15px; }
        .review-card { background: #1E1E1E; padding: 15px; border-radius: 12px; margin-bottom: 15px; position: relative; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #D4AF37; }
        .review-user { font-weight: 600; font-size: 14px; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 14px; color: #B0B0B0; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #666; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #141414; border: 1px solid #2C2C2E; border-radius: 8px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 16px; color: #D4AF37; margin-bottom: 10px; font-family: 'Montserrat', sans-serif; }
        .faq-item p { font-size: 14px; color: #B0B0B0; }
        .security-section { background: #1E1E1E; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 30px; color: #D4AF37; }
        .security-text { font-size: 13px; color: #B0B0B0; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #141414; 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); }
        .nav-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #B0B0B0; font-size: 11px; gap: 4px; width: 20%; }
        .nav-item i { font-size: 20px; }
        .nav-item:active { color: #D4AF37; }
        footer { background: #0A0A0A; padding: 30px 15px 100px; border-top: 1px solid #2C2C2E; }
        .footer-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 30px; }
        .footer-contact a { color: #D4AF37; text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 5px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #B0B0B0; text-decoration: none; font-size: 13px; }
        .footer-copy { text-align: center; font-size: 12px; color: #666; border-top: 1px solid #2C2C2E; padding-top: 20px; }