body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1216; color: #e0e0e0; margin: 0; padding: 0; line-height: 1.6; }
        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); border-bottom: 1px solid #2d323d; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #fff; letter-spacing: 0.5px; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; text-decoration: none; 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 0%, #f9e295 100%); color: #000; }
        .btn:active { transform: scale(0.95); }
        main { padding: 15px; padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .banner-container { margin-bottom: 20px; border-radius: 15px; overflow: hidden; cursor: pointer; aspect-ratio: 2/1; background: #222; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .section-title { font-size: 18px; font-weight: 700; margin: 20px 0 15px; color: #fff; display: flex; align-items: center; gap: 8px; border-left: 4px solid #d4af37; padding-left: 10px; }
        .jackpot-card { background: linear-gradient(45deg, #1a1d24, #2d323d); border-radius: 12px; padding: 20px; text-align: center; border: 1px solid #3d4452; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .jackpot-title { font-size: 14px; color: #d4af37; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(212,175,55,0.5); }
        .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; border: 1px solid #2d323d; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-title { font-size: 13px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; border: 1px solid #2d323d; margin-bottom: 25px; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-top: 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a0a0; margin-bottom: 0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-item { background: #1e2128; padding: 15px; border-radius: 12px; border-left: 3px solid #d4af37; }
        .guide-item h3 { margin: 0 0 8px; font-size: 15px; color: #fff; }
        .guide-item p { margin: 0; font-size: 13px; color: #a0a0a0; }
        .winners-box { background: #1a1d24; border-radius: 12px; padding: 15px; max-height: 300px; overflow-y: auto; border: 1px solid #2d323d; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #d4af37; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 0; background: #1a1d24; border-radius: 12px; margin: 20px 0; border: 1px solid #2d323d; }
        .trust-item { text-align: center; font-size: 11px; color: #a0a0a0; }
        .trust-item i { font-size: 24px; color: #d4af37; display: block; margin-bottom: 5px; }
        .comment-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 25px; }
        .comment-card { background: #1e2128; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .user-name { font-size: 13px; font-weight: bold; color: #fff; }
        .stars { color: #f1c40f; font-size: 11px; }
        .comment-text { font-size: 13px; color: #a0a0a0; font-style: italic; }
        .faq-container { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; border-radius: 8px; margin-bottom: 10px; border: 1px solid #2d323d; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #fff; border-bottom: 1px solid #2d323d; background: #22262f; }
        .faq-answer { padding: 15px; font-size: 13px; color: #a0a0a0; background: #1a1d24; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; height: 60px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1000; padding-bottom: env(safe-area-inset-bottom); }
        .nav-item { text-align: center; text-decoration: none; color: #a0a0a0; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 2px; }
        .nav-item span { font-size: 10px; text-transform: uppercase; }
        .nav-item:active { color: #d4af37; }
        footer { padding: 30px 15px 100px; background: #0b0d10; text-align: center; border-top: 1px solid #2d323d; }
        .footer-row { margin-bottom: 20px; }
        .footer-row a { color: #a0a0a0; text-decoration: none; margin: 0 10px; font-size: 13px; }
        .footer-row a:hover { color: #d4af37; }
        .copyright { font-size: 12px; color: #666; }