* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0f1217; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        .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: #ffd700; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #4a4d58; }
        .btn-register { background: linear-gradient(180deg, #ffd700, #b8860b); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { margin: 15px; background: linear-gradient(45deg, #1a1d24, #2c313c); border-radius: 15px; padding: 20px; text-align: center; border: 1px solid #ffd70033; position: relative; overflow: hidden; }
        .jackpot-title { font-size: 14px; color: #ffd700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; display: flex; align-items: center; gap: 8px; color: #ffd700; }
        .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 #2a2e38; transition: transform 0.2s; }
        .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; }
        .intro-card { margin: 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border-left: 4px solid #ffd700; }
        .intro-card h1 { font-size: 18px; margin-bottom: 10px; color: #ffd700; }
        .intro-card p { font-size: 14px; color: #a0a0a0; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #15181f; margin: 15px 0; }
        .trust-item { text-align: center; font-size: 11px; color: #888; }
        .trust-item i { font-size: 24px; color: #ffd700; display: block; margin-bottom: 5px; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-box { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2a2e38; }
        .guide-box h3 { font-size: 15px; color: #ffd700; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
        .guide-box p { font-size: 13px; color: #ccc; }
        .winners-ticker { margin: 15px; background: #1a1d24; border-radius: 15px; padding: 15px; height: 200px; overflow: hidden; position: relative; }
        .winners-list { animation: scrollUp 40s linear infinite; }
        @keyframes scrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2a2e38; font-size: 13px; }
        .winner-name { color: #888; }
        .winner-val { color: #4caf50; font-weight: bold; }
        .comment-grid { padding: 15px; display: flex; flex-direction: column; gap: 12px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; position: relative; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: flex; justify-content: space-between; }
        .stars { color: #ffd700; font-size: 12px; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-size: 14px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #ffd700; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #aaa; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2a2e38; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 11px; gap: 4px; }
        .nav-item.active { color: #ffd700; }
        .nav-item i { font-size: 20px; }
        footer { background: #0a0c10; padding: 30px 15px 80px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .footer-row a { color: #888; font-size: 13px; }
        .footer-row a:hover { color: #ffd700; }
        .copyright { color: #555; font-size: 11px; margin-top: 10px; }
        .provider-strip { display: flex; justify-content: center; gap: 20px; padding: 15px; opacity: 0.5; grayscale: 100%; flex-wrap: wrap; }
        .provider-strip i { font-size: 24px; }