body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #e67e22; font-size: 2.5em; text-align: center; margin-bottom: 10px; }
        h2 { color: #c0392b; border-bottom: 2px solid #f39c12; padding-bottom: 5px; }
        h3 { color: #2980b9; }
        .download-btn { background: #27ae60; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; font-weight: bold; }
        .login-btn { background: #3498db; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 10px; font-weight: bold; }
        .nav { background: #1a1a1a; padding: 15px; position: sticky; top: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; }
        .nav-links { display: flex; }
        .nav-links a { color: white; margin: 0 15px; text-decoration: none; }
        .mobile-nav-btn { display: none; background: #e67e22; color: white; border: none; padding: 10px; }
        .game-stats { background: #f9f9f9; padding: 20px; border-radius: 8px; margin: 20px 0; }
        .player-quote { font-style: italic; color: #7f8c8d; border-left: 3px solid #e67e22; padding-left: 15px; }
        img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
        footer { background: #2c3e50; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; width: 100%; }
            .nav-links.active { display: flex; }
            .mobile-nav-btn { display: block; }
            .nav { flex-direction: column; }
        }
