* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0A0A0B; color: #FFFFFF; font-family: 'Montserrat', sans-serif; line-height: 1.6; overflow-x: hidden; }
        header { background: #141416; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2D2D30; height: 60px; display: flex; align-items: center; justify-content: space-between; }
        header .logo-container { display: flex; align-items: center; gap: 8px; }
        header .logo-container img { width: 25px; height: 25px; border-radius: 4px; }
        header .logo-container strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        header .auth-buttons { display: flex; gap: 10px; }
        header .btn { padding: 6px 15px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; font-family: 'Inter', sans-serif; transition: 0.3s; }
        header .btn-login { background: transparent; color: #FFFFFF; border: 1px solid #FFD700; }
        header .btn-register { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); color: #0A0A0B; }
        main { padding-bottom: 80px; }
        .banner-section { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-section img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #1E1E21; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #3F3F43; position: relative; overflow: hidden; }
        .jackpot-label { color: #FFD700; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-family: 'Roboto Mono', monospace; font-size: 32px; font-weight: 800; color: #FFD700; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { background: #141416; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #B0B0B0; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 22px; font-weight: 700; border-left: 4px solid #FF4D00; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E1E21; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #2D2D30; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 14px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; background: #141416; margin: 15px; border-radius: 12px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #B0B0B0; }
        .payment-item i { font-size: 20px; color: #FFD700; }
        .payment-item span { font-size: 10px; font-weight: 500; }
        .guide-section { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .guide-card { background: #141416; padding: 15px; border-radius: 12px; border: 1px solid #2D2D30; }
        .guide-card h3 { font-size: 18px; color: #FFD700; margin-bottom: 8px; }
        .guide-card p { font-size: 14px; color: #B0B0B0; }
        .lottery-section { background: #1E1E21; margin: 15px; border-radius: 12px; padding: 15px; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #2D2D30; }
        .lottery-item:last-child { border-bottom: none; }
        .lottery-user { font-size: 14px; color: #FFFFFF; }
        .lottery-info { text-align: right; }
        .lottery-amount { color: #22C55E; font-weight: 700; font-size: 14px; }
        .lottery-time { font-size: 10px; color: #717171; display: block; }
        .provider-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .provider-tag { background: #141416; padding: 12px; border-radius: 8px; text-align: center; color: #FFD700; font-weight: 600; font-size: 14px; border: 1px solid #3F3F43; }
        .review-section { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #1E1E21; padding: 15px; border-radius: 12px; border: 1px solid #2D2D30; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 40px; height: 40px; background: #2D2D30; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFD700; }
        .review-name { font-size: 14px; font-weight: 600; }
        .review-stars { color: #FFD700; font-size: 12px; margin-bottom: 8px; }
        .review-content { font-size: 13px; color: #B0B0B0; font-style: italic; }
        .review-date { font-size: 10px; color: #717171; margin-top: 8px; display: block; }
        .faq-section { padding: 15px; }
        .faq-item { background: #141416; margin-bottom: 10px; border-radius: 8px; overflow: hidden; border: 1px solid #2D2D30; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #FFFFFF; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #B0B0B0; }
        .security-section { padding: 20px 15px; background: #0A0A0B; text-align: center; border-top: 1px solid #2D2D30; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-badge { font-size: 12px; color: #717171; display: flex; align-items: center; gap: 5px; }
        .security-badge i { color: #22C55E; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #141416; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2D2D30; z-index: 1000; }
        .navigator a { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #B0B0B0; width: 20%; }
        .navigator a i { font-size: 18px; }
        .navigator a span { font-size: 10px; font-weight: 500; }
        .navigator a:nth-child(3) { color: #FFD700; transform: translateY(-5px); }
        .navigator a:nth-child(3) i { font-size: 24px; }
        footer { background: #0A0A0B; padding: 30px 15px 100px; border-top: 1px solid #2D2D30; text-align: center; }
        .footer-contact { margin-bottom: 25px; }
        .footer-contact a { color: #FFD700; text-decoration: none; margin: 0 10px; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; text-align: left; }
        .footer-links a { color: #717171; text-decoration: none; font-size: 12px; transition: 0.3s; }
        .footer-copy { font-size: 11px; color: #717171; border-top: 1px solid #2D2D30; padding-top: 20px; }