* {box-sizing: border-box; margin: 0; padding: 0;}
        body {background-color: #11141b; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px;}
        a {text-decoration: none; color: inherit;}
        header {background: #1a1d24; 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 #2a2e37;}
        .logo-area {display: flex; align-items: center; gap: 8px;}
        .logo-area img {width: 25px; height: 25px; border-radius: 4px;}
        .logo-area strong {font-size: 16px; font-weight: normal; color: #ffd700;}
        .auth-buttons {display: flex; gap: 10px;}
        .btn {padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s;}
        .btn-login {background: transparent; color: #ffd700; border: 1px solid #ffd700;}
        .btn-register {background: linear-gradient(180deg, #ffd700, #f39c12); color: #000;}
        .banner {width: 100%; aspect-ratio: 2/1; overflow: hidden; display: block;}
        .banner img {width: 100%; height: 100%; object-fit: cover;}
        .jackpot-section {background: #1a1d24; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #ffd70033; box-shadow: 0 4px 15px rgba(0,0,0,0.3);}
        .jackpot-title {color: #f39c12; font-size: 14px; text-transform: uppercase; margin-bottom: 5px; font-weight: bold;}
        .jackpot-amount {font-size: 32px; font-weight: 800; color: #ffd700; font-family: 'Courier New', monospace; letter-spacing: 2px;}
        .section-title {padding: 0 15px; margin-top: 20px; margin-bottom: 10px; font-size: 18px; border-left: 4px solid #ffd700; display: flex; align-items: center; gap: 8px;}
        .game-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px;}
        .game-card {background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2a2e37;}
        .game-card img {width: 100%; height: auto; display: block;}
        .game-info {padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
        .intro-card {background: #1a1d24; margin: 20px 15px; padding: 20px; border-radius: 12px; border-bottom: 3px solid #ffd700;}
        .intro-card h1 {font-size: 18px; color: #ffd700; margin-bottom: 10px; line-height: 1.3;}
        .intro-card p {font-size: 14px; color: #b0b3b8;}
        .guidelines-grid {padding: 0 15px; display: grid; gap: 15px;}
        .guide-item {background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; gap: 12px;}
        .guide-item i {color: #ffd700; font-size: 24px;}
        .guide-text h3 {font-size: 16px; margin-bottom: 4px;}
        .guide-text p {font-size: 13px; color: #b0b3b8;}
        .winning-ticker {margin: 20px 15px; background: #1a1d24; border-radius: 12px; padding: 15px; max-height: 300px; overflow-y: auto;}
        .winning-item {display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2a2e37; font-size: 13px;}
        .win-user {color: #ffd700;}
        .win-amount {color: #2ecc71; font-weight: bold;}
        .platform-features {padding: 0 15px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: center; margin-bottom: 20px;}
        .feature-box {background: #1a1d24; padding: 15px 5px; border-radius: 12px; font-size: 11px;}
        .feature-box i {font-size: 20px; color: #ffd700; margin-bottom: 5px; display: block;}
        .comments-section {padding: 0 15px; margin-top: 20px;}
        .comment-card {background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px;}
        .comment-header {display: flex; justify-content: space-between; margin-bottom: 8px;}
        .comment-name {font-weight: bold; font-size: 14px;}
        .comment-stars {color: #ffd700; font-size: 12px;}
        .comment-text {font-size: 13px; color: #b0b3b8;}
        .faq-section {padding: 0 15px; margin-top: 20px;}
        .faq-item {background: #1a1d24; border-radius: 12px; margin-bottom: 10px; padding: 15px;}
        .faq-question {font-weight: bold; font-size: 15px; color: #ffd700; margin-bottom: 8px; display: flex; align-items: flex-start; gap: 8px;}
        .faq-answer {font-size: 13px; color: #b0b3b8;}
        .navigator {position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; height: 60px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2a2e37; z-index: 1000;}
        .nav-item {display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #b0b3b8;}
        .nav-item i {font-size: 20px; margin-bottom: 2px;}
        .nav-item.active {color: #ffd700;}
        footer {background: #0d1014; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2e37;}
        .footer-links {display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px;}
        .footer-links a {font-size: 13px; color: #b0b3b8;}
        .footer-contact {display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-bottom: 20px;}
        .footer-contact a {font-size: 14px; color: #ffd700;}
        .copyright {font-size: 12px; color: #666; margin-top: 10px;}