* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0A0B0D; color: #FFFFFF; font-family: 'Montserrat', sans-serif; line-height: 1.5; overflow-x: hidden; padding-bottom: 70px; }
        h1, h2, h3 { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 1px; }
        a { text-decoration: none; color: inherit; }
        header { background: #16181D; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2D323B; display: flex; justify-content: space-between; align-items: center; }
        header .logo-container { display: flex; align-items: center; gap: 10px; }
        header .logo-container img { width: 25px; height: 25px; object-fit: contain; }
        header .logo-container strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        header .auth-btns { display: flex; gap: 8px; }
        header button { border: none; border-radius: 4px; padding: 6px 12px; font-weight: 600; font-size: 14px; cursor: pointer; transition: 0.3s; }
        header .login-btn { background: transparent; color: #FFFFFF; border: 1px solid #FFD700; }
        header .reg-btn { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); color: #000000; }
        main { max-width: 1200px; margin: 0 auto; padding: 15px; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 20px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: #1F2229; border: 2px solid #FFD700; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 25px; background-image: radial-gradient(circle at top, #1F2229 0%, #0A0B0D 100%); }
        .jackpot-box h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 800; color: #FFFFFF; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { background: #1F2229; border-radius: 12px; padding: 20px; border-left: 4px solid #FFD700; margin-bottom: 25px; }
        .intro-card h1 { font-size: 24px; margin-bottom: 12px; color: #FFD700; }
        .intro-card p { font-size: 14px; color: #A0A0A0; line-height: 1.6; }
        .section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; border-left: 4px solid #B22222; padding-left: 10px; }
        .section-header h2 { font-size: 20px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }
        .game-card { background: #1F2229; border-radius: 10px; overflow: hidden; transition: transform 0.2s; position: relative; border: 1px solid #2D323B; }
        .game-card:active { transform: scale(0.98); }
        .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; background: #1F2229; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: 'Montserrat', sans-serif; font-weight: 500; }
        .payment-methods { background: #16181D; padding: 20px; border-radius: 12px; margin-bottom: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 12px; color: #A0A0A0; }
        .payment-item i { font-size: 24px; color: #FFD700; }
        .guide-section { margin-bottom: 30px; }
        .guide-card { background: #1F2229; border-radius: 10px; padding: 15px; margin-bottom: 15px; border: 1px solid #2D323B; }
        .guide-card h3 { color: #FFD700; margin-bottom: 10px; font-size: 18px; }
        .guide-card p { font-size: 14px; color: #A0A0A0; text-align: justify; }
        .lottery-section { background: #16181D; padding: 20px; border-radius: 12px; margin-bottom: 30px; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #2D323B; }
        .lottery-item:last-child { border-bottom: none; }
        .lottery-info div:first-child { font-weight: 700; color: #FFD700; font-size: 14px; }
        .lottery-info div:last-child { font-size: 12px; color: #A0A0A0; }
        .lottery-win { text-align: right; }
        .lottery-win div:first-child { color: #28A745; font-weight: 800; font-size: 16px; }
        .lottery-win div:last-child { font-size: 11px; color: #6C757D; }
        .providers-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 30px; }
        .provider-block { background: #B22222; padding: 15px; border-radius: 8px; text-align: center; font-weight: 700; font-family: 'Oswald', sans-serif; text-transform: uppercase; box-shadow: inset 0 0 10px rgba(0,0,0,0.3); }
        .provider-block:nth-child(even) { background: #C5A000; color: #000000; }
        .comment-section { margin-bottom: 30px; }
        .comment-card { background: #1F2229; border-radius: 12px; padding: 15px; margin-bottom: 15px; border: 1px solid #2D323B; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-user i { font-size: 30px; color: #FFD700; }
        .comment-user-info strong { display: block; font-size: 15px; }
        .comment-stars { color: #FFD700; font-size: 12px; }
        .comment-content { font-size: 13px; color: #A0A0A0; font-style: italic; margin-bottom: 8px; }
        .comment-date { font-size: 11px; color: #6C757D; text-align: right; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #16181D; border-radius: 8px; padding: 15px; margin-bottom: 10px; border-left: 3px solid #FFD700; }
        .faq-item h3 { font-size: 16px; color: #FFFFFF; margin-bottom: 8px; text-transform: none; font-family: 'Montserrat', sans-serif; font-weight: 600; }
        .faq-item p { font-size: 14px; color: #A0A0A0; }
        .security-section { background: #000000; padding: 25px 15px; border-radius: 12px; text-align: center; margin-bottom: 30px; border: 1px dashed #454D59; }
        .security-section i { font-size: 40px; color: #28A745; margin-bottom: 15px; }
        .security-section h2 { font-size: 20px; margin-bottom: 10px; color: #FFFFFF; }
        .security-section p { font-size: 13px; color: #A0A0A0; margin-bottom: 15px; }
        .age-limit { display: inline-block; border: 2px solid #DC3545; color: #DC3545; padding: 5px 10px; border-radius: 50%; font-weight: 800; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #16181D; border-top: 1px solid #2D323B; display: flex; justify-content: space-around; padding: 10px 0; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #A0A0A0; font-size: 11px; font-weight: 500; }
        .nav-item i { font-size: 20px; }
        .nav-item:nth-child(3) { color: #FFD700; transform: translateY(-5px); }
        .nav-item:nth-child(3) i { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 28px; }
        footer { background: #0A0B0D; padding: 40px 15px 30px; color: #6C757D; font-size: 13px; border-top: 1px solid #16181D; }
        footer .contact-row { display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; flex-wrap: wrap; }
        footer .contact-row a { background: #1F2229; padding: 8px 15px; border-radius: 20px; color: #FFFFFF; font-size: 12px; display: flex; align-items: center; gap: 8px; }
        footer .links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: center; margin-bottom: 30px; }
        footer .links-grid a { color: #A0A0A0; transition: 0.3s; }
        footer .links-grid a:hover { color: #FFD700; }
        footer .copyright { text-align: center; font-size: 11px; padding-top: 20px; border-top: 1px solid #16181D; }