body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        header { background-color: #1a1d24; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .logo-area { display: flex; align-items: center; text-decoration: none; color: #ffffff; }
        .logo-area img { width: 25px; height: 25px; margin-right: 8px; }
        .logo-area strong { font-size: 16px; font-weight: normal; }
        .header-btns { display: flex; gap: 8px; }
        .btn { border: none; padding: 8px 16px; border-radius: 20px; font-weight: 600; cursor: pointer; font-size: 14px; transition: 0.3s; }
        .btn-login { background-color: transparent; border: 1px solid #c9a25e; color: #c9a25e; }
        .btn-register { background: linear-gradient(135deg, #c9a25e 0%, #a67c37 100%); color: #000; }
        .banner { width: 100%; display: block; cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
        .announcement { background: #1a1d24; padding: 8px 12px; font-size: 13px; color: #c9a25e; border-bottom: 1px solid #2a2e38; overflow: hidden; white-space: nowrap; position: relative; }
        .announcement-text { display: inline-block; animation: scroll 20s linear infinite; padding-left: 100%; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
        main { padding: 15px; padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .section-title { font-size: 18px; color: #c9a25e; margin: 20px 0 15px; display: flex; align-items: center; border-left: 4px solid #c9a25e; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; transition: transform 0.2s; border: 1px solid #2a2e38; }
        .game-card:active { transform: scale(0.96); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 13px; margin: 0; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: linear-gradient(145deg, #1e222b, #13161c); border-radius: 16px; padding: 20px; margin-bottom: 25px; border: 1px solid #c9a25e33; }
        .intro-card h1 { font-size: 20px; color: #c9a25e; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b3b8; margin: 0; }
        .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
        .feature-item { background: #1a1d24; padding: 15px 10px; border-radius: 10px; text-align: center; font-size: 12px; border: 1px solid #2a2e38; }
        .feature-item i { font-size: 20px; color: #c9a25e; margin-bottom: 8px; display: block; }
        .winners-list { background: #1a1d24; border-radius: 12px; padding: 10px; margin-bottom: 25px; max-height: 300px; overflow-y: auto; }
        .winner-item { display: flex; align-items: center; justify-content: space-between; padding: 8px; border-bottom: 1px solid #2a2e38; font-size: 13px; }
        .winner-item:last-child { border-bottom: none; }
        .winner-name { color: #b0b3b8; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .reviews-section { margin-bottom: 25px; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2a2e38; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .review-user { font-weight: 600; color: #c9a25e; font-size: 14px; }
        .review-stars { color: #ffc107; font-size: 12px; }
        .review-content { font-size: 13px; color: #b0b3b8; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 10px; border: 1px solid #2a2e38; }
        .faq-item h3 { font-size: 15px; color: #c9a25e; margin: 0 0 10px; }
        .faq-item p { font-size: 14px; color: #b0b3b8; margin: 0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e38; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-decoration: none; color: #b0b3b8; text-align: center; font-size: 11px; display: flex; flex-direction: column; align-items: center; }
        .nav-item i { font-size: 18px; margin-bottom: 4px; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #b0b3b8; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #666; margin-top: 20px; }
        .stats-banner { background: linear-gradient(90deg, #c9a25e, #a67c37); color: #000; padding: 15px; border-radius: 12px; margin-bottom: 25px; display: flex; justify-content: space-around; text-align: center; }
        .stat-box span { display: block; font-weight: bold; font-size: 18px; }
        .stat-box label { font-size: 11px; text-transform: uppercase; }