body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #e0e0e0; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2d323e; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .header-left { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .header-left img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; text-transform: uppercase; letter-spacing: 1px; }
        .header-right { display: flex; gap: 8px; }
        .btn-action { padding: 6px 12px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #ffd700; border: 1px solid #ffd700; }
        .btn-register { background: linear-gradient(180deg, #ffd700, #b8860b); color: #000; }
        .btn-action:active { transform: scale(0.95); }
        main { max-width: 600px; margin: 0 auto; padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .announcement { background: #1a1d24; padding: 8px 15px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: #ffd700; border-bottom: 1px solid #2d323e; }
        .announcement i { font-size: 14px; }
        .marquee-container { overflow: hidden; white-space: nowrap; flex: 1; }
        .marquee-text { display: inline-block; animation: scroll-left 20s linear infinite; }
        @keyframes scroll-left { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
        .section-title { font-size: 18px; margin: 20px 15px 10px; display: flex; align-items: center; gap: 8px; color: #fff; }
        .section-title::before { content: ''; width: 4px; height: 18px; background: #ffd700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1e232b; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2d323e; transition: background 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card p { padding: 8px; margin: 0; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: #252a34; }
        .intro-card { margin: 25px 15px; padding: 20px; background: linear-gradient(135deg, #1e232b 0%, #161a21 100%); border-radius: 15px; border-left: 5px solid #ffd700; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .intro-card h1 { font-size: 20px; color: #ffd700; margin: 0 0 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a0a0; margin: 0; }
        .trust-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 15px; margin: 20px 15px; background: #1a1d24; border-radius: 10px; text-align: center; }
        .trust-item { font-size: 11px; color: #888; }
        .trust-item i { font-size: 24px; color: #ffd700; display: block; margin-bottom: 5px; }
        .winners-box { margin: 20px 15px; background: #1a1d24; border-radius: 12px; padding: 15px; height: 250px; overflow-y: auto; border: 1px solid #2d323e; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #252a34; font-size: 13px; }
        .winner-row span:last-child { color: #00ff00; font-weight: bold; }
        .reviews-section { padding: 0 15px; margin-top: 25px; }
        .review-card { background: #1e232b; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2d323e; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .review-user { font-weight: bold; color: #ffd700; font-size: 14px; }
        .review-stars { color: #ffd700; font-size: 12px; }
        .review-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 0 15px; margin-top: 25px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; overflow: hidden; border: 1px solid #2d323e; }
        .faq-question { padding: 12px 15px; font-weight: 600; font-size: 14px; background: #252a34; color: #fff; cursor: pointer; }
        .faq-answer { padding: 12px 15px; font-size: 13px; color: #a0a0a0; border-top: 1px solid #2d323e; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323e; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; }
        .nav-item { text-decoration: none; color: #888; font-size: 11px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item:active { color: #ffd700; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 2px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; transition: color 0.3s; }
        .footer-links a:hover { color: #ffd700; }
        .copyright { font-size: 12px; color: #555; margin-top: 10px; }