* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #ffc107; text-transform: uppercase; letter-spacing: 1px; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #ffc107; }
        .btn-register { background: linear-gradient(180deg, #ffc107 0%, #ff9800 100%); color: #000; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; display: block; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(45deg, #2c1a05, #1a1d24); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #ffc10733; position: relative; overflow: hidden; }
        .jackpot-title { color: #ffc107; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,193,7,0.5); margin: 5px 0; font-family: monospace; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #ffc107; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #333; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ddd; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #ffc107; }
        .intro-card h1 { font-size: 20px; margin-bottom: 10px; color: #ffc107; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 10px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: center; gap: 15px; }
        .guide-item i { font-size: 24px; color: #ffc107; width: 30px; text-align: center; }
        .guide-content h3 { font-size: 15px; margin-bottom: 2px; }
        .guide-content p { font-size: 12px; color: #999; }
        .winners-box { background: #1a1d24; margin: 15px; border-radius: 15px; padding: 15px; max-height: 300px; overflow-y: auto; border: 1px solid #333; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2a2d35; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #aaa; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #13161b; margin-top: 20px; }
        .trust-item { text-align: center; font-size: 11px; color: #888; }
        .trust-item i { display: block; font-size: 20px; color: #ffc107; margin-bottom: 5px; }
        .comments { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #333; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 35px; height: 35px; background: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #ffc107; }
        .user-meta h4 { font-size: 14px; }
        .stars { color: #ffc107; font-size: 10px; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; padding: 15px; border: 1px solid #333; }
        .faq-item h3 { font-size: 15px; color: #ffc107; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #aaa; text-align: justify; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; font-size: 11px; flex: 1; }
        .nav-item i { font-size: 18px; }
        .nav-item:active { color: #ffc107; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #333; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #888; font-size: 13px; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
        .footer-social a { color: #ffc107; font-size: 20px; }
        .copyright { font-size: 12px; color: #555; margin-top: 15px; border-top: 1px solid #222; padding-top: 15px; }