body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #e0e0e0; margin: 0; padding: 0; line-height: 1.6; padding-bottom: 70px; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .logo-box { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .logo-box img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .logo-box strong { font-size: 18px; font-weight: normal; letter-spacing: 1px; color: #f1c40f; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; border: none; font-weight: 600; text-decoration: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #f1c40f; border: 1px solid #f1c40f; }
        .btn-register { background: linear-gradient(135deg, #f1c40f, #d4af37); color: #000; }
        .btn-login:active, .btn-register:active { transform: scale(0.95); }
        .banner { width: 100%; display: block; aspect-ratio: 2/1; object-fit: cover; cursor: pointer; }
        .announcement { background: #1a1d24; padding: 8px 0; overflow: hidden; white-space: nowrap; border-bottom: 1px solid #2c313a; }
        .announcement-inner { display: inline-block; animation: marquee 20s linear infinite; padding-left: 100%; color: #f1c40f; font-size: 14px; }
        @keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }
        .container { padding: 15px; }
        .section-title { font-size: 18px; margin: 20px 0 15px; padding-left: 10px; border-left: 4px solid #f1c40f; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: transform 0.2s; border: 1px solid #2c313a; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card span { display: block; padding: 8px; text-align: center; font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: linear-gradient(145deg, #1a1d24, #242933); padding: 20px; border-radius: 15px; margin: 25px 0; border: 1px solid #f1c40f33; }
        .intro-card h1 { font-size: 20px; color: #f1c40f; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; margin: 0; }
        .trust-elements { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 15px; margin: 25px 0; padding: 15px; background: #1a1d24; border-radius: 12px; }
        .trust-item { text-align: center; flex: 1; min-width: 80px; }
        .trust-item i { font-size: 24px; color: #f1c40f; margin-bottom: 8px; display: block; }
        .trust-item span { font-size: 11px; text-transform: uppercase; color: #888; }
        .winning-box { background: #1a1d24; border-radius: 12px; padding: 15px; margin: 20px 0; max-height: 300px; overflow-y: auto; border: 1px solid #2c313a; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2c313a; font-size: 13px; }
        .winning-item:last-child { border-bottom: none; }
        .winner-name { color: #f1c40f; }
        .winner-amount { color: #2ecc71; font-weight: bold; }
        .reviews-section { margin: 25px 0; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2c313a; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .review-user { font-weight: bold; color: #f1c40f; font-size: 14px; }
        .review-stars { color: #f1c40f; font-size: 12px; }
        .review-text { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-section { margin: 30px 0; }
        .faq-item { background: #1a1d24; border-radius: 10px; padding: 15px; margin-bottom: 10px; border: 1px solid #2c313a; }
        .faq-item h3 { font-size: 15px; color: #f1c40f; margin: 0 0 10px 0; }
        .faq-item p { font-size: 13px; color: #b0b0b0; margin: 0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; border-top: 1px solid #2c313a; }
        .nav-item { text-align: center; text-decoration: none; color: #888; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #f1c40f; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; }
        .footer-row { margin-bottom: 20px; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 15px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-links a:hover { color: #f1c40f; }
        .copyright { font-size: 12px; color: #555; border-top: 1px solid #1a1d24; padding-top: 20px; }