body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 2.2em; font-weight: 900; color: #ff6b35; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); margin: 20px 0; }
        nav { background: #f8f8f8; padding: 15px; border-radius: 8px; margin-bottom: 25px; }
        nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
        nav li { margin: 5px 10px; }
        nav a { text-decoration: none; color: #0066cc; font-weight: 600; }
        .mobile-toggle { display: none; }
        h1 { color: #2c3e50; border-bottom: 3px solid #ff6b35; padding-bottom: 10px; }
        h2 { color: #34495e; margin-top: 30px; }
        h3 { color: #7f8c8d; }
        .highlight { background: #fffde7; padding: 15px; border-left: 5px solid #ff6b35; margin: 20px 0; }
        .download-btn, .login-btn { display: inline-block; background: #ff6b35; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .download-btn:hover, .login-btn:hover { background: #e05e20; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .stats-box { background: #f0f8ff; padding: 20px; border-radius: 8px; margin: 20px 0; }
        footer { margin-top: 40px; padding: 20px; background: #2c3e50; color: white; border-radius: 8px; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; align-items: flex-start; }
            .mobile-toggle { display: block; background: #ff6b35; color: white; padding: 10px; border-radius: 5px; text-align: center; cursor: pointer; }
            .nav-links { display: none; }
            .nav-links.active { display: block; }
        }
