:root {
            --primary-gold: #d4af37;
            --dark-bg: #0f121a;
            --card-bg: #1a1d24;
            --text-white: #ffffff;
            --text-gray: #a0a0a0;
            --accent-red: #ff4d4d;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: var(--dark-bg); color: var(--text-white); line-height: 1.6; overflow-x: hidden; }
        header { position: sticky; top: 0; z-index: 1000; background: rgba(15, 18, 26, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid #333; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; }
        .logo-box { display: flex; align-items: center; text-decoration: none; color: var(--text-white); }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; margin-right: 8px; }
        .logo-box strong { font-size: 16px; font-weight: normal; letter-spacing: 1px; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn-login { padding: 6px 15px; border-radius: 20px; border: 1px solid var(--primary-gold); color: var(--primary-gold); font-size: 14px; text-decoration: none; cursor: pointer; transition: 0.3s; }
        .btn-register { padding: 6px 15px; border-radius: 20px; background: linear-gradient(135deg, #d4af37, #f9e297); color: #000; font-size: 14px; font-weight: bold; text-decoration: none; cursor: pointer; border: none; transition: 0.3s; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { margin: 20px 15px; background: radial-gradient(circle at center, #2a2d35, #1a1d24); border: 2px solid var(--primary-gold); border-radius: 15px; padding: 20px; text-align: center; position: relative; overflow: hidden; }
        .jackpot-label { color: var(--primary-gold); font-size: 18px; font-weight: bold; margin-bottom: 10px; display: block; text-transform: uppercase; }
        .jackpot-amount { font-family: 'Courier New', monospace; font-size: 32px; font-weight: 800; color: var(--text-white); text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
        .game-card { background: var(--card-bg); border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #333; 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: 10px; text-align: center; }
        .game-info h3 { font-size: 13px; color: var(--text-white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .intro-card { margin: 15px; padding: 20px; background: var(--card-bg); border-radius: 15px; border-left: 4px solid var(--primary-gold); }
        .intro-card h1 { font-size: 18px; color: var(--primary-gold); margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: var(--text-gray); }
        .trust-badges { display: flex; justify-content: space-around; padding: 20px 15px; background: #15181f; margin: 15px 0; }
        .trust-item { text-align: center; font-size: 10px; color: var(--text-gray); }
        .trust-item i { font-size: 24px; color: var(--primary-gold); display: block; margin-bottom: 5px; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 10px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; border: 1px solid #333; }
        .guide-item h4 { color: var(--primary-gold); font-size: 15px; margin-bottom: 5px; display: flex; align-items: center; }
        .guide-item h4 i { margin-right: 8px; }
        .guide-item p { font-size: 13px; color: var(--text-gray); }
        .winners-section { margin: 20px 15px; background: #1a1d24; border-radius: 15px; padding: 15px; }
        .winners-title { font-size: 16px; margin-bottom: 15px; border-bottom: 1px solid #333; padding-bottom: 10px; display: flex; justify-content: space-between; }
        .winner-list { height: 250px; overflow-y: auto; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed #333; font-size: 13px; }
        .winner-name { color: var(--text-white); }
        .winner-amount { color: #4cd137; font-weight: bold; }
        .comment-section { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 15px; position: relative; }
        .comment-user { display: flex; align-items: center; margin-bottom: 10px; }
        .comment-user i { font-size: 30px; margin-right: 10px; color: #555; }
        .user-meta span { display: block; font-size: 13px; font-weight: bold; }
        .stars { color: #f1c40f; font-size: 12px; }
        .comment-text { font-size: 13px; color: var(--text-gray); font-style: italic; }
        .faq-section { padding: 20px 15px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; overflow: hidden; border: 1px solid #333; }
        .faq-q { padding: 15px; font-weight: bold; font-size: 14px; color: var(--primary-gold); cursor: pointer; display: flex; justify-content: space-between; }
        .faq-a { padding: 0 15px 15px; font-size: 13px; color: var(--text-gray); }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #0f121a; display: flex; justify-content: space-around; align-items: center; height: 65px; border-top: 1px solid #333; z-index: 1000; padding-bottom: env(safe-area-inset-bottom); }
        .nav-item { text-align: center; text-decoration: none; color: var(--text-gray); flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item.active { color: var(--primary-gold); }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #222; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: var(--text-gray); text-decoration: none; font-size: 13px; }
        .footer-copy { font-size: 12px; color: #555; margin-top: 20px; }
        .section-title { padding: 0 15px; margin-top: 25px; font-size: 18px; border-left: 4px solid var(--primary-gold); margin-left: 15px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .comment-section { grid-template-columns: repeat(2, 1fr); }
            main { max-width: 800px; margin: 0 auto; }
        }