:root {
            --primary: #FFD700;
            --secondary: #C0C0C0;
            --accent: #FF0000;
            --highlight: #FFB800;
            --bg-default: #0B0B0B;
            --bg-surface: #1A1A1A;
            --bg-elevated: #2D2D2D;
            --text-primary: #FFFFFF;
            --text-secondary: #B3B3B3;
            --text-disabled: #666666;
            --text-inverse: #000000;
            --success: #28A745;
            --warning: #FFC107;
            --error: #DC3545;
            --info: #17A2B8;
            --border-default: #333333;
            --border-strong: #4D4D4D;
            --border-brand: #FFD700;
            --font-main: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            --font-head: 'Montserrat', sans-serif;
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: var(--bg-default); color: var(--text-primary); font-family: var(--font-main); line-height: 1.5; overflow-x: hidden; }
        header { background-color: var(--bg-surface); 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 var(--border-brand); }
        header .logo-area { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text-primary); }
        header img { width: 25px; height: 25px; object-fit: cover; border-radius: 4px; }
        header .auth-btns { display: flex; gap: 10px; }
        .btn-auth { padding: 6px 15px; border-radius: 5px; font-weight: 600; cursor: pointer; border: none; font-family: var(--font-head); transition: 0.3s; font-size: 14px; }
        .btn-login { background: var(--bg-elevated); color: var(--text-primary); border: 1px solid var(--border-strong); }
        .btn-register { background: var(--primary); color: var(--text-inverse); }
        .btn-register:hover { background: var(--highlight); }
        main { max-width: 1000px; margin: 0 auto; padding: 20px 15px 100px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; border-radius: 15px; cursor: pointer; margin-bottom: 25px; border: 2px solid var(--border-brand); }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .promo-card { background: linear-gradient(135deg, #2D2D2D 0%, #1A1A1A 100%); padding: 30px; border-radius: 20px; text-align: center; border: 1px solid var(--border-brand); margin-bottom: 30px; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
        .promo-card h2 { font-family: var(--font-head); color: var(--primary); font-size: 30px; margin-bottom: 15px; }
        .promo-card p { color: var(--text-secondary); margin-bottom: 20px; font-size: 16px; }
        .btn-promo { background: var(--accent); color: white; padding: 15px 40px; border-radius: 50px; font-size: 20px; font-weight: bold; border: none; cursor: pointer; text-transform: uppercase; box-shadow: 0 0 15px var(--accent); }
        .section-title { font-family: var(--font-head); font-size: 24px; color: var(--primary); margin: 40px 0 20px; text-align: center; text-transform: uppercase; position: relative; }
        .section-title::after { content: ''; display: block; width: 50px; height: 3px; background: var(--primary); margin: 10px auto; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
        .game-card { background: var(--bg-surface); border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid var(--border-default); transition: 0.3s; }
        .game-card:hover { border-color: var(--primary); transform: translateY(-5px); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 10px; font-size: 14px; text-align: center; color: var(--text-primary); font-family: var(--font-head); }
        .intro-card { background: var(--bg-surface); padding: 30px; border-radius: 20px; border-left: 5px solid var(--primary); margin: 40px 0; }
        .intro-card h1 { font-family: var(--font-head); font-size: 36px; color: var(--primary); margin-bottom: 15px; }
        .intro-card p { color: var(--text-secondary); font-size: 16px; line-height: 1.8; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
        .payment-item { background: var(--bg-elevated); padding: 15px; border-radius: 10px; text-align: center; font-size: 12px; color: var(--text-secondary); border: 1px solid var(--border-default); }
        .payment-item i { display: block; font-size: 24px; color: var(--primary); margin-bottom: 8px; }
        .guide-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
        .guide-item { background: var(--bg-surface); padding: 20px; border-radius: 15px; border: 1px solid var(--border-default); }
        .guide-item h3 { color: var(--primary); margin-bottom: 10px; font-family: var(--font-head); }
        .guide-item p { color: var(--text-secondary); font-size: 14px; }
        .review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
        .review-card { background: var(--bg-elevated); padding: 15px; border-radius: 12px; border: 1px solid var(--border-default); }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 20px; color: var(--primary); }
        .review-user { font-weight: bold; font-size: 14px; }
        .review-stars { color: var(--warning); font-size: 12px; margin-bottom: 8px; }
        .review-text { font-size: 13px; color: var(--text-secondary); margin-bottom: 10px; font-style: italic; }
        .review-date { font-size: 11px; color: var(--text-disabled); display: block; text-align: right; }
        .win-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
        .win-item { background: var(--bg-surface); padding: 12px 15px; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--border-strong); }
        .win-user { font-weight: 600; color: var(--text-primary); }
        .win-game { color: var(--text-secondary); font-size: 13px; }
        .win-amount { color: var(--primary); font-weight: bold; }
        .win-time { font-size: 11px; color: var(--text-disabled); }
        .provider-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
        .provider-item { background: var(--bg-elevated); padding: 20px; border-radius: 10px; text-align: center; font-weight: bold; color: var(--primary); border: 1px solid var(--border-brand); font-family: var(--font-head); }
        .faq-container { display: grid; grid-template-columns: 1fr; gap: 15px; }
        .faq-item { background: var(--bg-surface); padding: 20px; border-radius: 15px; border: 1px solid var(--border-default); }
        .faq-item h3 { font-size: 16px; color: var(--primary); margin-bottom: 10px; font-family: var(--font-head); }
        .faq-item p { font-size: 14px; color: var(--text-secondary); }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: var(--bg-surface); height: 65px; display: flex; align-items: center; justify-content: space-around; border-top: 2px solid var(--primary); z-index: 1000; }
        .nav-link { text-decoration: none; color: var(--text-secondary); display: flex; flex-direction: column; align-items: center; font-size: 11px; gap: 5px; transition: 0.3s; }
        .nav-link i { font-size: 20px; }
        .nav-link:hover { color: var(--primary); }
        footer { background: var(--bg-surface); padding: 40px 15px 80px; border-top: 1px solid var(--border-default); }
        footer .contact-area { text-align: center; margin-bottom: 30px; }
        footer .contact-area h2 { font-family: var(--font-head); font-size: 20px; margin-bottom: 15px; }
        footer .contact-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        footer .contact-links a { color: var(--text-secondary); text-decoration: none; font-size: 14px; transition: 0.3s; }
        footer .contact-links a:hover { color: var(--primary); }
        footer .site-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
        footer .site-links a { color: var(--text-secondary); text-decoration: none; font-size: 13px; text-align: center; transition: 0.3s; }
        footer .site-links a:hover { color: var(--primary); }
        footer .security-area { text-align: center; border-top: 1px solid var(--border-default); padding-top: 20px; }
        footer .security-area img { width: 100px; margin-bottom: 10px; opacity: 0.7; }
        footer .security-text { font-size: 12px; color: var(--text-disabled); line-height: 1.6; }
        @media (min-width: 600px) {
            .review-grid, .provider-grid { grid-template-columns: repeat(4, 1fr); }
            .guide-grid { grid-template-columns: repeat(2, 1fr); }
            .win-grid { grid-template-columns: repeat(2, 1fr); }
        }