body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg, #FF4757, #2ED573); padding: 15px 0; color: white; text-align: center; position: relative; }
        .logo { font-size: 28px; font-weight: bold; letter-spacing: 1px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        nav { display: flex; justify-content: center; gap: 25px; margin-top: 10px; }
        nav a { color: white; text-decoration: none; font-weight: 500; }
        .mobile-menu-btn { display: none; position: absolute; right: 20px; top: 20px; background: none; border: none; color: white; font-size: 24px; }
        h1 { color: #FF4757; border-bottom: 3px solid #2ED573; padding-bottom: 10px; margin: 30px 0 20px; }
        h2 { color: #2ED573; margin: 25px 0 15px; }
        h3 { color: #FFA502; margin: 20px 0 10px; }
        .download-btn, .login-btn { display: inline-block; padding: 12px 30px; margin: 15px 0; font-weight: bold; text-decoration: none; border-radius: 5px; text-align: center; }
        .download-btn { background: #2ED573; color: white; }
        .login-btn { background: #FF4757; color: white; }
        .highlight { background: #FFF9C4; padding: 2px 5px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        .tags { margin: 20px 0; }
        .tag { display: inline-block; background: #555; color: white; padding: 5px 10px; margin: 5px; border-radius: 3px; }
        @media (max-width: 768px) {
            nav { flex-direction: column; align-items: center; display: none; }
            nav.active { display: flex; }
            .mobile-menu-btn { display: block; }
            .game-image { margin: 15px 0; }
        }
