body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1216; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; padding-bottom: 70px; }
        header { background: #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-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: 16px; font-weight: normal; }
        .header-buttons { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; text-decoration: none; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e29a); color: #000; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c313a 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #d4af3733; }
        .jackpot-title { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(212,175,55,0.5); }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; display: flex; align-items: center; color: #d4af37; }
        .section-title i { margin-right: 8px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2c313a; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info span { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
        .intro-card { background: #1a1d24; margin: 20px 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #d4af37; }
        .intro-card h1 { font-size: 18px; margin: 0 0 10px; color: #d4af37; line-height: 1.4; }
        .intro-card p { font-size: 14px; margin: 0; color: #ccc; }
        .guidelines { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; text-align: center; }
        .guide-item i { font-size: 24px; color: #d4af37; margin-bottom: 8px; }
        .guide-item h3 { font-size: 14px; margin: 0; font-weight: 500; }
        .winners-box { margin: 20px 15px; background: #1a1d24; border-radius: 15px; overflow: hidden; }
        .winners-header { padding: 12px; background: #2c313a; font-weight: 600; font-size: 14px; display: flex; justify-content: space-between; }
        .winners-list { height: 250px; overflow-y: auto; padding: 10px; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2c313a; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #aaa; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-section { padding: 20px 15px; text-align: center; }
        .trust-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; opacity: 0.7; }
        .trust-icons i { font-size: 30px; }
        .comments-section { padding: 0 15px; margin-top: 20px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2c313a; }
        .comment-user { display: flex; align-items: center; margin-bottom: 8px; }
        .comment-user .avatar { width: 30px; height: 30px; border-radius: 50%; background: #d4af37; margin-right: 10px; display: flex; align-items: center; justify-content: center; color: #000; font-weight: bold; }
        .comment-user .name { font-size: 14px; font-weight: 600; }
        .stars { color: #ffc107; font-size: 12px; margin-bottom: 5px; }
        .comment-text { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { padding: 0 15px; margin: 20px 0; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; margin: 0 0 8px; color: #d4af37; }
        .faq-item p { font-size: 13px; margin: 0; color: #bbb; }
        .navigator { position: fixed; bottom: 0; width: 100%; 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; }
        .nav-item { text-decoration: none; color: #888; text-align: center; font-size: 11px; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 4px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0f1216; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2c313a; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-copyright { font-size: 12px; color: #555; margin-top: 20px; }