body { margin: 0; padding: 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #ffffff; line-height: 1.6; overflow-x: hidden; }
        header { position: sticky; top: 0; z-index: 1000; background: #1a1d24; border-bottom: 1px solid #2d323e; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; }
        .logo-area { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #ffffff; }
        .logo-area img { width: 25px; height: 25px; object-fit: contain; }
        .logo-area strong { font-size: 16px; font-weight: normal; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { border: none; border-radius: 20px; padding: 6px 15px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; }
        .btn-login { background: transparent; border: 1px solid #4d5af1; color: #4d5af1; }
        .btn-register { background: linear-gradient(135deg, #4d5af1, #2a38e0); color: #ffffff; }
        .btn-download { background: linear-gradient(135deg, #f39c12, #e67e22); color: #ffffff; width: 100%; text-align: center; margin: 10px 0; padding: 12px; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .section-title { padding: 20px 15px 10px; font-size: 18px; color: #f39c12; display: flex; align-items: center; gap: 10px; }
        .jackpot-container { margin: 15px; background: linear-gradient(45deg, #1a1d24, #2d323e); border-radius: 15px; padding: 20px; text-align: center; border: 1px solid #f39c12; box-shadow: 0 0 15px rgba(243, 156, 18, 0.2); }
        .jackpot-label { font-size: 14px; text-transform: uppercase; color: #bdc3c7; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #f1c40f; font-family: monospace; letter-spacing: 2px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #ffffff; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 20px 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border-left: 4px solid #4d5af1; }
        .intro-card h1 { font-size: 18px; margin-bottom: 10px; color: #4d5af1; }
        .intro-card p { font-size: 14px; color: #bdc3c7; }
        .guidelines { padding: 0 15px; }
        .guide-item { background: #1a1d24; margin-bottom: 10px; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; }
        .guide-item i { color: #f39c12; font-size: 18px; margin-top: 3px; }
        .guide-content h3 { font-size: 15px; margin: 0 0 5px 0; color: #ffffff; }
        .guide-content p { font-size: 13px; color: #95a5a6; margin: 0; }
        .winners-wrapper { margin: 20px 15px; background: #1a1d24; border-radius: 12px; padding: 10px; height: 200px; overflow-y: auto; border: 1px solid #2d323e; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .winner-name { color: #bdc3c7; }
        .winner-amount { color: #2ecc71; font-weight: 600; }
        .pro-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #0a0c10; }
        .pro-item { text-align: center; font-size: 12px; color: #7f8c8d; }
        .pro-item i { font-size: 24px; color: #4d5af1; display: block; margin-bottom: 5px; }
        .comments-section { padding: 0 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2d323e; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .avatar { width: 35px; height: 35px; background: #4d5af1; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; }
        .comment-meta { font-size: 13px; }
        .stars { color: #f1c40f; font-size: 12px; }
        .comment-text { font-size: 13px; color: #bdc3c7; font-style: italic; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 14px; color: #f39c12; margin: 0 0 10px 0; }
        .faq-item p { font-size: 13px; color: #bdc3c7; margin: 0; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323e; z-index: 1000; }
        .nav-item { text-decoration: none; color: #95a5a6; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 20px; margin-bottom: 3px; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #7f8c8d; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #5d6d7e; margin-top: 20px; border-top: 1px solid #2d323e; padding-top: 20px; }