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: 28px; font-weight: bold; color: #ff6b00; text-shadow: 1px 1px 2px rgba(0,0,0,0.1); }
        nav { background: #f8f8f8; padding: 15px; margin-bottom: 30px; border-radius: 8px; }
        nav ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 15px; }
        nav li { display: inline; }
        nav a { text-decoration: none; color: #0066cc; font-weight: 500; }
        .mobile-toggle { display: none; }
        h1 { color: #2c3e50; margin-top: 0; }
        h2 { color: #3498db; border-bottom: 2px solid #eee; padding-bottom: 5px; }
        h3 { color: #e74c3c; }
        .download-btn { background: #27ae60; color: white; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: bold; display: inline-block; margin: 15px 0; }
        .login-btn { background: #3498db; color: white; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: bold; display: inline-block; margin: 15px 10px; }
        img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
        .game-stats { background: #f0f8ff; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .community { background: #fff9e6; padding: 15px; border-radius: 8px; margin: 20px 0; }
        footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; font-size: 14px; color: #777; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; }
            .mobile-toggle { display: block; background: #3498db; color: white; padding: 10px; text-align: center; cursor: pointer; margin-bottom: 15px; }
            .nav-links { display: none; }
            .nav-links.active { display: block; }
        }
